Searched refs:clipStackBounds (Results 1 – 2 of 2) sorted by relevance
1100 SkRect clipStackBounds = this->cs().bounds(this->bounds()); in internalDrawGlyphRun() local1185 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() local1522 initialTransform.mapRect(&clipStackBounds); in populate_graphic_state_entry_from_paint()1524 clipStackBounds.roundOut(&bounds); in populate_graphic_state_entry_from_paint()
1113 SkRect clipStackBounds = this->cs().bounds(this->bounds()); in internalDrawGlyphRun() local1198 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() local1535 initialTransform.mapRect(&clipStackBounds); in populate_graphic_state_entry_from_paint()1537 clipStackBounds.roundOut(&bounds); in populate_graphic_state_entry_from_paint()