Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp394 class ScopedContentEntry { class
396 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry() function in ScopedContentEntry
413 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0) in ScopedContentEntry() function in ScopedContentEntry
414 : ScopedContentEntry(dev, &dev->cs(), dev->ctm(), paint, textScale) {} in ScopedContentEntry()
416 ~ScopedContentEntry() { in ~ScopedContentEntry()
601 ScopedContentEntry content(this, *paint); in drawPoints()
686 ScopedContentEntry content(this, paint); in drawRect()
764 ScopedContentEntry content(this, &clipStack, SkMatrix::I(), *paint); in internalDrawPathWithFilter()
851 ScopedContentEntry content(this, &clipStack, matrix, paint); in internalDrawPath()
1105 ScopedContentEntry content(this, paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
[all …]
DSkPDFDevice.h155 friend class ScopedContentEntry; variable
/external/skqp/src/pdf/
DSkPDFDevice.cpp394 class ScopedContentEntry { class
396 ScopedContentEntry(SkPDFDevice* device, in ScopedContentEntry() function in ScopedContentEntry
413 ScopedContentEntry(SkPDFDevice* dev, const SkPaint& paint, SkScalar textScale = 0) in ScopedContentEntry() function in ScopedContentEntry
414 : ScopedContentEntry(dev, &dev->cs(), dev->ctm(), paint, textScale) {} in ScopedContentEntry()
416 ~ScopedContentEntry() { in ~ScopedContentEntry()
601 ScopedContentEntry content(this, *paint); in drawPoints()
686 ScopedContentEntry content(this, paint); in drawRect()
764 ScopedContentEntry content(this, &clipStack, SkMatrix::I(), *paint); in internalDrawPathWithFilter()
851 ScopedContentEntry content(this, &clipStack, matrix, paint); in internalDrawPath()
1118 ScopedContentEntry content(this, paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
[all …]
DSkPDFDevice.h159 friend class ScopedContentEntry; variable