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

/external/skia/src/pdf/
H A DSkPDFDevice.cpp502 class ScopedContentEntry { class
504 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, function in class:ScopedContentEntry
511 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, function in class:ScopedContentEntry
520 ~ScopedContentEntry() {
655 ScopedContentEntry content(this, &fExistingClipStack, fExistingClipRegion,
663 ScopedContentEntry content(this, d, newPaint);
731 ScopedContentEntry content(this, d, *paint);
786 ScopedContentEntry content(this, d, paint);
842 ScopedContentEntry content(this, d, paint);
879 ScopedContentEntry conten
[all...]

Completed in 41 milliseconds