| /external/skia/src/gpu/ganesh/ |
| D | GrClip.h | 97 virtual PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() 128 static bool IsInsideClip(const SkIRect& innerClipBounds, const SkRect& drawBounds, GrAA aa) { in IsInsideClip() 139 static bool IsOutsideClip(const SkIRect& outerClipBounds, const SkRect& drawBounds, GrAA aa) { in IsOutsideClip()
|
| D | GrFixedClip.cpp | 16 GrClip::PreClipResult GrFixedClip::preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() argument
|
| D | StencilClip.h | 55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply()
|
| D | GrDynamicAtlas.h | 68 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
|
| D | GrOpFlushState.h | 227 void bindPipelineAndScissorClip(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipelineAndScissorClip() 250 void bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
|
| D | GrOpsRenderPass.cpp | 71 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
|
| /external/skia/src/core/ |
| D | SkCanvasPriv.cpp | 221 void AutoLayerForImageFilter::addImageFilterLayer(const SkRect* drawBounds) { in addImageFilterLayer() 241 void AutoLayerForImageFilter::addMaskFilterLayer(const SkRect* drawBounds) { in addMaskFilterLayer() 284 const SkRect* drawBounds, in addLayer()
|
| /external/skia/src/gpu/graphite/geom/ |
| D | AnalyticBlurMask.h | 51 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function 59 AnalyticBlurMask(const Rect& drawBounds, in AnalyticBlurMask()
|
| D | AnalyticBlurMask.cpp | 167 std::optional<Rect> drawBounds = outset_bounds(localToDevice, devSigma, srcRect); in MakeRect() local 277 std::optional<Rect> drawBounds = outset_bounds(localToDevice, in MakeCircle() local 379 std::optional<Rect> drawBounds = outset_bounds(localToDevice, devSigma, srcRRect.rect()); in MakeRRect() local
|
| /external/skia/src/gpu/ganesh/ops/ |
| D | PathStencilCoverOp.h | 35 const SkRect& drawBounds) in PathStencilCoverOp() 57 const SkRect& drawBounds) in PathStencilCoverOp()
|
| D | TessellationPathRenderer.cpp | 33 const SkRect& drawBounds, in make_non_convex_fill_op() 228 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
|
| D | PathTessellateOp.h | 33 const SkRect& drawBounds) in PathTessellateOp()
|
| D | PathInnerTriangulateOp.h | 41 const SkRect& drawBounds) in PathInnerTriangulateOp()
|
| D | SmallPathRenderer.cpp | 430 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local 503 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
|
| D | AtlasPathRenderer.cpp | 335 const SkIRect& drawBounds, in makeAtlasClipEffect()
|
| /external/skia/src/gpu/graphite/ |
| D | DrawParams.h | 67 Clip(const Rect& drawBounds, in Clip() 78 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
|
| D | ClipStack_graphite.cpp | 361 Rect drawBounds = fOuterBounds.makeIntersect(scissor); in drawClip() local 548 const Rect& drawBounds, in updateForDraw() 1180 Rect drawBounds; // defined in device space in visitClipStackForDraw() local
|
| /external/skia/bench/graphite/ |
| D | BoundsManagerBench.cpp | 69 const Rect& drawBounds = fRects[i]; in doBench() local 153 SkRect drawBounds = matrix.mapRect(paint.computeFastBounds(bounds, &bounds)); in gatherRects() local
|
| D | IntersectionTreeBench.cpp | 143 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
|
| /external/skia/src/gpu/graphite/render/ |
| D | CoverageMaskRenderStep.cpp | 115 skvx::float4 drawBounds; in writeVertices() local
|
| /external/skia/tests/ |
| D | GrClipStackTest.cpp | 1775 SkRect drawBounds = SkRect::Make(kDeviceBounds); in DEF_TEST() local 1926 SkRect drawBounds = {10.f, 11.f, 16.f, 32.f}; in DEF_TEST() local 1975 SkRect drawBounds = {-15.f, -15.f, -1.f, -1.f}; in DEF_TEST() local 1985 SkRect drawBounds = {15.4f, 16.3f, 26.f, 32.f}; in DEF_TEST() local 2039 auto testHasCoverageFP = [&](SkRect drawBounds) { in DEF_TEST() 2119 auto drawRect = [&](SkRect drawBounds) { in DEF_GANESH_TEST_FOR_CONTEXTS() 2125 auto generateMask = [&](SkRect drawBounds) { in DEF_GANESH_TEST_FOR_CONTEXTS()
|
| /external/skia/gm/ |
| D | fontmgr.cpp | 252 SkRect drawBounds = min; in show_bounds() local 364 SkRect drawBounds = show_bounds(canvas, font, x, y, color, fLabelBounds); in onDraw() local
|
| /external/skia/tools/viewer/ |
| D | TypefaceSlide.cpp | 93 SkRect drawBounds = SkRect::MakeXYWH(0, 0, 1, 1); in draw() local
|
| D | PathTessellatorsSlide.cpp | 54 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp()
|
| /external/skia/src/gpu/ganesh/d3d/ |
| D | GrD3DOpsRenderPass.cpp | 172 bool GrD3DOpsRenderPass::onBindPipeline(const GrProgramInfo& info, const SkRect& drawBounds) { in onBindPipeline()
|