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

/external/skia/src/pdf/
H A DSkPDFDevice.cpp434 class ScopedContentEntry { class
436 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, function in class:ScopedContentEntry
443 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack, function in class:ScopedContentEntry
452 ~ScopedContentEntry() {
576 ScopedContentEntry content(this, &fExistingClipStack, fExistingClipRegion,
584 ScopedContentEntry content(this, d, newPaint);
651 ScopedContentEntry content(this, d, *paint);
702 ScopedContentEntry content(this, d, paint);
754 ScopedContentEntry content(this, d, paint);
790 ScopedContentEntry conten
[all...]

Completed in 33 milliseconds