Searched defs:ScopedContentEntry (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFDevice.cpp615 class ScopedContentEntry { class
617 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, function in class:ScopedContentEntry
625 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, function in class:ScopedContentEntry
635 ~ScopedContentEntry() {
772 ScopedContentEntry content(this, d, newPaint);
847 ScopedContentEntry content(this, d, *paint);
908 ScopedContentEntry content(this, d, paint);
990 ScopedContentEntry content(this, d.fClipStack, *d.fClip, matrix, paint);
1143 ScopedContentEntry content(this, d, textPaint, true);
1196 ScopedContentEntry conten
[all...]

Completed in 85 milliseconds