Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.h43 static SkRect MakeOffset45(const SkRect& devBounds45, float dx, float dy) { in MakeOffset45() argument
46 return devBounds45.makeOffset(dx - dy, dx + dy); in MakeOffset45()
61 void set(const SkRect& devBounds, const SkRect& devBounds45,
113 inline void GrCCPathProcessor::Instance::set(const SkRect& devBounds, const SkRect& devBounds45, in set() argument
122 fDevBounds45 = devBounds45; in set()
DGrCCPerFlushResources.cpp278 SkRect* devBounds45) { in transform_path_pts() argument
327 devBounds45->setLTRB(topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), in transform_path_pts()
334 SkRect* devBounds, SkRect* devBounds45, SkIRect* devIBounds, SkIVector* devToAtlasOffset) { in renderShapeInAtlas() argument
344 if (!transform_path_pts(m, path, fLocalDevPtsBuffer, devBounds, devBounds45)) { in renderShapeInAtlas()
357 devBounds45->outset(r*SK_ScalarSqrt2, r*SK_ScalarSqrt2); in renderShapeInAtlas()
DGrCCDrawPathsOp.cpp361 SkRect devBounds, devBounds45; in setupResources() local
365 fMaskDevIBounds, fMatrix, fShape, fStrokeDevWidth, &devBounds, &devBounds45, in setupResources()
368 resources->appendDrawPathInstance().set(devBounds, devBounds45, devToAtlasOffset, in setupResources()
376 devBounds45, devIBounds, fCachedMaskShift); in setupResources()
DGrCCPerFlushResources.h83 float strokeDevWidth, SkRect* devBounds, SkRect* devBounds45,
DGrCCPathCache.cpp355 const SkRect& devBounds, const SkRect& devBounds45, const SkIRect& devIBounds, in setCoverageCountAtlas() argument
374 fDevBounds45 = GrCCPathProcessor::MakeOffset45(devBounds45, -dx, -dy); in setCoverageCountAtlas()
DGrCCPathCache.h233 const SkRect& devBounds, const SkRect& devBounds45,