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

  /external/skia/include/pdf/
SkPDFDevice.h 33 struct ContentEntry;
183 SkTScopedPtr<ContentEntry> fContentEntries;
184 ContentEntry* fLastContentEntry;
185 SkTScopedPtr<ContentEntry> fMarginContentEntries;
186 ContentEntry* fLastMarginContentEntry;
190 SkTScopedPtr<ContentEntry>* getContentEntries();
191 ContentEntry* getLastContentEntry();
192 void setLastContentEntry(ContentEntry* contentEntry);
222 ContentEntry* setUpContentEntry(const SkClipStack* clipStack
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 142 // ContentEntry. This is the one currently in effect, or NULL if none.
432 struct ContentEntry {
435 SkTScopedPtr<ContentEntry> fNext;
438 // A helper class to automatically finish a ContentEntry at the end of a
464 ContentEntry* entry() { return fContentEntry; }
467 ContentEntry* fContentEntry;
594 ContentEntry* contentEntry) {
595 if (!contentEntry) {
601 totalTransform.preConcat(contentEntry->fState.fMatrix)
    [all...]

Completed in 171 milliseconds