Searched refs:ContentEntry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/pdf/
H A DSkPDFDevice.h40 struct ContentEntry;
237 SkAutoTDelete<ContentEntry> fContentEntries;
238 ContentEntry* fLastContentEntry;
239 SkAutoTDelete<ContentEntry> fMarginContentEntries;
240 ContentEntry* fLastMarginContentEntry;
246 SkAutoTDelete<ContentEntry>* getContentEntries();
247 ContentEntry* getLastContentEntry();
248 void setLastContentEntry(ContentEntry* contentEntry);
279 ContentEntry* setUpContentEntry(const SkClipStack* clipStack,
300 ContentEntry* contentEntr
[all...]
/external/skia/include/pdf/
H A DSkPDFDevice.h40 struct ContentEntry;
232 SkAutoTDelete<ContentEntry> fContentEntries;
233 ContentEntry* fLastContentEntry;
234 SkAutoTDelete<ContentEntry> fMarginContentEntries;
235 ContentEntry* fLastMarginContentEntry;
241 SkAutoTDelete<ContentEntry>* getContentEntries();
242 ContentEntry* getLastContentEntry();
243 void setLastContentEntry(ContentEntry* contentEntry);
272 ContentEntry* setUpContentEntry(const SkClipStack* clipStack,
293 ContentEntry* contentEntr
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp203 // ContentEntry. This is the one currently in effect, or NULL if none.
587 struct ContentEntry { struct
590 SkAutoTDelete<ContentEntry> fNext;
594 ~ContentEntry() {
595 ContentEntry* val = fNext.detach();
597 ContentEntry* valNext = val->fNext.detach();
605 // A helper class to automatically finish a ContentEntry at the end of a
638 ContentEntry* entry() { return fContentEntry; }
676 ContentEntry* fContentEntry;
826 ContentEntry* contentEntr
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp218 // ContentEntry. This is the one currently in effect, or NULL if none.
593 struct ContentEntry { struct
596 SkAutoTDelete<ContentEntry> fNext;
600 ~ContentEntry() {
601 ContentEntry* val = fNext.detach();
603 ContentEntry* valNext = val->fNext.detach();
611 // A helper class to automatically finish a ContentEntry at the end of a
644 ContentEntry* entry() { return fContentEntry; }
682 ContentEntry* fContentEntry;
832 ContentEntry* contentEntr
[all...]

Completed in 185 milliseconds