Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp291 SkRect pathSpaceRTBounds; in onPrepare() local
292 if (SkMatrixPriv::InverseMapRect(pathMatrix, &pathSpaceRTBounds, rtBounds)) { in onPrepare()
293 vertexWriter << pathSpaceRTBounds; in onPrepare()