Searched refs:setUpContentEntry (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/pdf/ |
D | SkPDFDevice.h | 155 SkDynamicMemoryWStream* setUpContentEntry(const SkClipStack* clipStack,
|
D | SkPDFDevice.cpp | 245 fDevice->setUpContentEntry(clipStack, matrix, paint, textScale, &fDstFormXObject); in ScopedContentEntry() 1217 SkDynamicMemoryWStream* SkPDFDevice::setUpContentEntry(const SkClipStack* clipStack, in setUpContentEntry() function in SkPDFDevice
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 160 SkDynamicMemoryWStream* setUpContentEntry(const SkClipStack* clipStack,
|
D | SkPDFDevice.cpp | 222 fDevice->setUpContentEntry(clipStack, matrix, paint, textScale, &fDstFormXObject); in ScopedContentEntry() 1234 SkDynamicMemoryWStream* SkPDFDevice::setUpContentEntry(const SkClipStack* clipStack, in setUpContentEntry() function in SkPDFDevice
|
/third_party/skia/site/docs/dev/design/ |
D | pdftheory.md | 396 SkPDFDevice::setUpContentEntry(). This method examines the xfer modes in effect 419 ContentEntry's in setUpContentEntry instead of at the end. SrcIn, SrcOut, DstIn,
|
/third_party/flutter/skia/site/dev/design/ |
D | pdftheory.md | 462 SkPDFDevice::setUpContentEntry(). This method examines the xfer modes 487 beginning of the list of ContentEntry's in setUpContentEntry instead
|