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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 218 // ContentEntry. This is the one currently in effect, or NULL if none.
600 struct ContentEntry {
603 SkAutoTDelete<ContentEntry> fNext;
607 ~ContentEntry() {
608 ContentEntry* val = fNext.detach();
610 ContentEntry* valNext = val->fNext.detach();
618 // A helper class to automatically finish a ContentEntry at the end of a
651 ContentEntry* entry() { return fContentEntry; }
689 ContentEntry* fContentEntry;
841 ContentEntry* contentEntry)
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 218 // ContentEntry. This is the one currently in effect, or NULL if none.
600 struct ContentEntry {
603 SkAutoTDelete<ContentEntry> fNext;
607 ~ContentEntry() {
608 ContentEntry* val = fNext.detach();
610 ContentEntry* valNext = val->fNext.detach();
618 // A helper class to automatically finish a ContentEntry at the end of a
651 ContentEntry* entry() { return fContentEntry; }
689 ContentEntry* fContentEntry;
841 ContentEntry* contentEntry)
    [all...]

Completed in 43 milliseconds