Home
last modified time | relevance | path

Searched refs:addGraphicStateResource (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/pdf/
DSkPDFDevice.h238 int addGraphicStateResource(SkPDFObject* gs);
DSkPDFDevice.cpp878 SkPDFUtils::ApplyGraphicState(this->addGraphicStateResource(sMaskGS.get()), contentStream); in addSMaskGraphicState()
888 SkPDFUtils::ApplyGraphicState(this->addGraphicStateResource(noSMaskGS.get()), contentStream); in clearMaskOnGraphicState()
1930 SkPDFUtils::ApplyGraphicState(addGraphicStateResource(sMaskGS.get()), content.stream()); in drawFormXObjectWithMask()
2207 int resourceIndex = addGraphicStateResource(newGraphicState.get()); in populateGraphicStateEntryFromPaint()
2218 int SkPDFDevice::addGraphicStateResource(SkPDFObject* gs) { in addGraphicStateResource() function in SkPDFDevice