Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h199 struct ContentEntry { struct
203 SkSinglyLinkedList<ContentEntry> fContentEntries; argument
225 ContentEntry* setUpContentEntry(const SkClipStack& clipStack,
248 void internalDrawPaint(const SkPaint& paint, ContentEntry* contentEntry);
DSkPDFDevice.cpp492 SkPDFDevice::ContentEntry* entry() { return fContentEntry; } in entry()
531 SkPDFDevice::ContentEntry* fContentEntry;
623 SkPDFDevice::ContentEntry* contentEntry) { in internalDrawPaint()
1935 SkPDFDevice::ContentEntry* SkPDFDevice::setUpContentEntry(const SkClipStack& clipStack, in setUpContentEntry()
1972 SkPDFDevice::ContentEntry* entry; in setUpContentEntry()
/external/skia/site/dev/design/
Dpdftheory.md203 internal structure (ContentEntry) and only when the content stream is
290 transform, clip region, and clip stack are stored in a ContentEntry
291 structure. Later, when the ContentEntry structures are flattened into
302 For each draw call on an SkPDFDevice, a new ContentEntry is created,
306 explicitly stored in the ContentEntry. After populating the
307 ContentEntry with all the relevant context, it is compared to the the
308 most recently used ContentEntry. If the context matches, then the
310 case, with the context populated into the ContentEntry, the
312 snippet in the ContentEntry to affect the core of the drawing call,
324 inside the margins) of the page. Then, each ContentEntry is applied to
[all …]
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliClassTest.java37 import com.intellij.openapi.roots.ContentEntry;
163 … public void configureModule(Module module, ModifiableRootModel model, ContentEntry contentEntry) { in getProjectDescriptor()