Home
last modified time | relevance | path

Searched defs:drawBounds (Results 1 – 25 of 33) sorted by relevance

12

/external/skia/src/gpu/ganesh/
DGrClip.h97 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()
DGrFixedClip.cpp17 GrClip::PreClipResult GrFixedClip::preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() argument
DStencilClip.h55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply()
DGrDynamicAtlas.h74 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
DGrOpFlushState.h227 void bindPipelineAndScissorClip(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipelineAndScissorClip()
250 void bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
DGrOpsRenderPass.cpp71 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
/external/skia/src/core/
DSkCanvasPriv.cpp221 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/
DAnalyticBlurMask.h54 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
62 AnalyticBlurMask(const Rect& drawBounds, in AnalyticBlurMask()
DAnalyticBlurMask.cpp181 std::optional<Rect> drawBounds = outset_bounds(localToDevice, devSigma, srcRect); in MakeRect() local
291 std::optional<Rect> drawBounds = outset_bounds(localToDevice, in MakeCircle() local
393 std::optional<Rect> drawBounds = outset_bounds(localToDevice, devSigma, srcRRect.rect()); in MakeRRect() local
/external/skia/src/gpu/ganesh/ops/
DPathStencilCoverOp.h60 const SkRect& drawBounds) in PathStencilCoverOp()
82 const SkRect& drawBounds) in PathStencilCoverOp()
DTessellationPathRenderer.cpp48 const SkRect& drawBounds, in make_non_convex_fill_op()
243 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
DPathTessellateOp.h55 const SkRect& drawBounds) in PathTessellateOp()
DPathInnerTriangulateOp.h67 const SkRect& drawBounds) in PathInnerTriangulateOp()
DSmallPathRenderer.cpp483 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local
556 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
DAtlasPathRenderer.cpp362 const SkIRect& drawBounds, in makeAtlasClipEffect()
/external/skia/src/gpu/graphite/
DDrawParams.h68 Clip(const Rect& drawBounds, in Clip()
81 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
DClipStack.cpp391 Rect drawBounds = fOuterBounds.makeIntersect(scissor); in drawClip() local
579 const Rect& drawBounds, in updateForDraw()
1321 Rect drawBounds; // defined in device space in visitClipStackForDraw() local
/external/skia/bench/graphite/
DBoundsManagerBench.cpp69 const Rect& drawBounds = fRects[i]; in doBench() local
153 SkRect drawBounds = matrix.mapRect(paint.computeFastBounds(bounds, &bounds)); in gatherRects() local
DIntersectionTreeBench.cpp143 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
/external/skia/src/gpu/graphite/render/
DCoverageMaskRenderStep.cpp134 skvx::float4 drawBounds; in writeVertices() local
/external/skia/tests/
DGrClipStackTest.cpp1775 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/
Dfontmgr.cpp252 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/
DTypefaceSlide.cpp96 SkRect drawBounds = SkRect::MakeXYWH(0, 0, 1, 1); in draw() local
DPathTessellatorsSlide.cpp54 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DOpsRenderPass.cpp172 bool GrD3DOpsRenderPass::onBindPipeline(const GrProgramInfo& info, const SkRect& drawBounds) { in onBindPipeline()

12