Searched refs:shapeDev (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 1695 SkPDFDevice shapeDev(this->size(), fDocument, fInitialTransform); in finishContentEntry() local 1696 shapeDev.internalDrawPath(clipStack ? *clipStack : empty, in finishContentEntry() 1698 this->drawFormXObjectWithMask(dst, shapeDev.makeFormXObjectFromDevice(), in finishContentEntry()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 1708 SkPDFDevice shapeDev(this->size(), fDocument, fInitialTransform); in finishContentEntry() local 1709 shapeDev.internalDrawPath(clipStack ? *clipStack : empty, in finishContentEntry() 1711 this->drawFormXObjectWithMask(dst, shapeDev.makeFormXObjectFromDevice(), in finishContentEntry()
|