Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1816 SkClipStack synthesizedClipStack; in setUpContentEntry() local
1824 synthesizedClipStack = fExistingClipStack; in setUpContentEntry()
1827 synthesizedClipStack.clipDevPath(clipPath, SkRegion::kReplace_Op, in setUpContentEntry()
1829 clipStack = &synthesizedClipStack; in setUpContentEntry()