Searched refs:pathDevBounds (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | TessellationPathRenderer.cpp | 118 const SkRect pathDevBounds = args.fViewMatrix->mapRect(args.fShape->bounds()); in onDrawPath() local 120 pathDevBounds.width(), in onDrawPath() 121 pathDevBounds.height()); in onDrawPath() 158 if (pathDevBounds.isEmpty()) { in onDrawPath() 175 pathDevBounds); in onDrawPath() 183 : pathDevBounds; in onDrawPath() 203 SkRect pathDevBounds; in onStencilPath() local 204 args.fViewMatrix->mapRect(&pathDevBounds, args.fShape->bounds()); in onStencilPath() 210 pathDevBounds.width(), in onStencilPath() 211 pathDevBounds in onStencilPath() [all...] |
H A D | AtlasPathRenderer.cpp | 48 bool is_visible(const SkRect& pathDevBounds, const SkIRect& clipBounds) { in is_visible() argument 49 float2 pathTopLeft = float2::Load(&pathDevBounds.fLeft); in is_visible() 50 float2 pathBotRight = float2::Load(&pathDevBounds.fRight); in is_visible() 141 bool AtlasPathRenderer::pathFitsInAtlas(const SkRect& pathDevBounds, in pathFitsInAtlas() argument 147 auto [topLeftFloor, botRightCeil] = round_out(pathDevBounds); in pathFitsInAtlas() 172 const SkRect& pathDevBounds, in addPathToAtlas() 179 pathDevBounds.roundOut(devIBounds); in addPathToAtlas() 183 auto [topLeftFloor, botRightCeil] = round_out(pathDevBounds); in addPathToAtlas() 288 const SkRect pathDevBounds = args.fViewMatrix->mapRect(args.fShape->bounds()); in onDrawPath() local 289 SkASSERT(this->pathFitsInAtlas(pathDevBounds, arg in onDrawPath() 169 addPathToAtlas(GrRecordingContext* rContext, const SkMatrix& viewMatrix, const SkPath& path, const SkRect& pathDevBounds, SkIRect* devIBounds, SkIPoint16* locationInAtlas, bool* transposedInAtlas, const DrawRefsAtlasCallback& drawRefsAtlasCallback) addPathToAtlas() argument 334 const SkRect pathDevBounds = viewMatrix.mapRect(path.getBounds()); makeAtlasClipEffect() local [all...] |
H A D | AtlasPathRenderer.h | 68 bool pathFitsInAtlas(const SkRect& pathDevBounds, GrAAType fallbackAAType) const; 82 const SkRect& pathDevBounds,
|
Completed in 2 milliseconds