Lines Matching refs:ContentEntry
217 internal structure (ContentEntry) and only when the content stream is
307 transform, clip region, and clip stack are stored in a ContentEntry
308 structure. Later, when the ContentEntry structures are flattened into
320 For each draw call on an SkPDFDevice, a new ContentEntry is created,
324 explicitly stored in the ContentEntry. After populating the
325 ContentEntry with all the relevant context, it is compared to the the
326 most recently used ContentEntry. If the context matches, then the
328 case, with the context populated into the ContentEntry, the
330 snippet in the ContentEntry to affect the core of the drawing call,
342 inside the margins) of the page. Then, each ContentEntry is applied to
345 output. For each ContentEntry, commands are emitted to the final
347 specified in the ContentEntry, similarly the Matrix and drawing state
358 set of ContentEntry’s are maintained. The
360 ContentEntry’s are drawn into. Then, in the SkPDFDevice::content()
362 ContentEntry's are played back.
537 ContentEntry is created through a method called
542 all of that existing ContentEntry's on that device. The drawing
562 this is accomplished by inserting the new ContentEntry at the
563 beginning of the list of ContentEntry’s in setUpContentEntry instead