Searched refs:ScopedContentEntry (Results 1 - 2 of 2) 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...]
H A DSkPDFDevice.h195 friend class ScopedContentEntry;
255 // the preferred method is to use the ScopedContentEntry helper class.

Completed in 44 milliseconds