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 34 struct ContentEntry;
197 SkTScopedPtr<ContentEntry> fContentEntries;
198 ContentEntry* fLastContentEntry;
199 SkTScopedPtr<ContentEntry> fMarginContentEntries;
200 ContentEntry* fLastMarginContentEntry;
206 SkTScopedPtr<ContentEntry>* getContentEntries();
207 ContentEntry* getLastContentEntry();
208 void setLastContentEntry(ContentEntry* contentEntry);
238 ContentEntry* setUpContentEntry(const SkClipStack* clipStack
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 208 // ContentEntry. This is the one currently in effect, or NULL if none.
494 struct ContentEntry {
497 SkTScopedPtr<ContentEntry> fNext;
500 // A helper class to automatically finish a ContentEntry at the end of a
527 ContentEntry* entry() { return fContentEntry; }
530 ContentEntry* fContentEntry;
668 ContentEntry* contentEntry) {
669 if (!contentEntry) {
675 totalTransform.preConcat(contentEntry->fState.fMatrix)
    [all...]

Completed in 40 milliseconds