Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1487 SkRect clipStackBounds = this->cs().bounds(size(*this)); in internalDrawText() local
1592 if (!contains(clipStackBounds, {glyphBounds.x(), glyphBounds.y()})) { in internalDrawText()
1596 if (!clipStackBounds.intersects(glyphBounds)) { in internalDrawText()
2175 SkRect clipStackBounds = clipStack.bounds(size(*this)); in populateGraphicStateEntryFromPaint() local
2179 fInitialTransform.mapRect(&clipStackBounds); in populateGraphicStateEntryFromPaint()
2181 clipStackBounds.roundOut(&bounds); in populateGraphicStateEntryFromPaint()