Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1100 SkRect clipStackBounds = this->cs().bounds(this->bounds()); in internalDrawGlyphRun() local
1185 if (!contains(clipStackBounds, {glyphBounds.x(), glyphBounds.y()})) { in internalDrawGlyphRun()
1189 if (!clipStackBounds.intersects(glyphBounds)) { in internalDrawGlyphRun()
1517 SkRect clipStackBounds = clipStack ? clipStack->bounds(deviceBounds) in populate_graphic_state_entry_from_paint() local
1522 initialTransform.mapRect(&clipStackBounds); in populate_graphic_state_entry_from_paint()
1524 clipStackBounds.roundOut(&bounds); in populate_graphic_state_entry_from_paint()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1113 SkRect clipStackBounds = this->cs().bounds(this->bounds()); in internalDrawGlyphRun() local
1198 if (!contains(clipStackBounds, {glyphBounds.x(), glyphBounds.y()})) { in internalDrawGlyphRun()
1202 if (!clipStackBounds.intersects(glyphBounds)) { in internalDrawGlyphRun()
1530 SkRect clipStackBounds = clipStack ? clipStack->bounds(deviceBounds) in populate_graphic_state_entry_from_paint() local
1535 initialTransform.mapRect(&clipStackBounds); in populate_graphic_state_entry_from_paint()
1537 clipStackBounds.roundOut(&bounds); in populate_graphic_state_entry_from_paint()