Home
last modified time | relevance | path

Searched refs:clipStackBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp856 SkRect clipStackBounds = this->cs().bounds(this->bounds()); in internalDrawGlyphRun() local
931 if (!contains(clipStackBounds, {glyphBounds.x(), glyphBounds.y()})) { in internalDrawGlyphRun()
935 if (!clipStackBounds.intersects(glyphBounds)) { in internalDrawGlyphRun()
1185 SkRect clipStackBounds = clipStack ? clipStack->bounds(deviceBounds) in populate_graphic_state_entry_from_paint() local
1190 initialTransform.mapRect(&clipStackBounds); in populate_graphic_state_entry_from_paint()
1192 clipStackBounds.roundOut(&bounds); in populate_graphic_state_entry_from_paint()

Completed in 4 milliseconds