Searched refs:fExistingClipRegion (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 707 , fExistingClipRegion(SkIRect::MakeSize(pageSize)) in SkPDFDevice() 1580 GraphicStackState gsState(fExistingClipStack, fExistingClipRegion, data); in copyContentEntriesToData() 1818 if (clipRegion == fExistingClipRegion) { in setUpContentEntry() 1958 fExistingClipRegion, identity, in finishContentEntry() 1979 &fExistingClipStack, fExistingClipRegion, in finishContentEntry() 1999 &fExistingClipStack, fExistingClipRegion, in finishContentEntry() 2008 fExistingClipRegion, identity, stockPaint); in finishContentEntry() 2019 fExistingClipRegion, identity, stockPaint); in finishContentEntry() 2038 &fExistingClipStack, fExistingClipRegion, in finishContentEntry() 2046 fExistingClipRegion, in finishContentEntry() [all …]
|
D | SkPDFDevice.h | 210 SkRegion fExistingClipRegion; variable
|