HomeSort by relevance Sort by last modified time
    Searched refs:ScopedContentEntry (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFDevice.cpp 502 class ScopedContentEntry {
504 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
511 ScopedContentEntry(SkPDFDevice* device, const SkClipStack* clipStack,
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 content(this, d, textPaint, true)
    [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 182 friend class ScopedContentEntry;
237 // the preferred method is to use the ScopedContentEntry helper class.

Completed in 49 milliseconds