Searched refs:ScopedContentEntry (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.cpp | 228 class ScopedContentEntry { class 230 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry() function in ScopedContentEntry 247 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0) in ScopedContentEntry() function in ScopedContentEntry 248 : ScopedContentEntry(dev, &dev->cs(), dev->localToDevice(), paint, textScale) {} in ScopedContentEntry() 250 ~ScopedContentEntry() { in ~ScopedContentEntry() 441 ScopedContentEntry content(this, *paint); in drawPoints() 530 ScopedContentEntry content(this, &clipStack, SkMatrix::I(), *paint); in internalDrawPathWithFilter() 612 ScopedContentEntry content(this, &clipStack, matrix, *paint); in internalDrawPath() 859 ScopedContentEntry content(this, *paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun() 1123 ScopedContentEntry conten in drawFormXObjectWithMask() [all...] |
H A D | SkPDFDevice.h | 122 friend class ScopedContentEntry; 154 // the preferred method is to use the ScopedContentEntry helper class.
|
Completed in 3 milliseconds