Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/ganesh/
DGrClip.h86 virtual PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const { in preApply()
117 static bool IsInsideClip(const SkIRect& innerClipBounds, const SkRect& drawBounds, GrAA aa) { in IsInsideClip()
128 static bool IsOutsideClip(const SkIRect& outerClipBounds, const SkRect& drawBounds, GrAA aa) { in IsOutsideClip()
DGrFixedClip.cpp16 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.h68 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
DGrOpFlushState.h196 void bindPipelineAndScissorClip(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipelineAndScissorClip()
219 void bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
DGrOpsRenderPass.cpp62 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
DClipStack.cpp414 Draw(const SkRect& drawBounds, GrAA aa) in Draw()
752 ClipStack::Mask::Mask(const SaveRecord& current, const SkIRect& drawBounds) in Mask()
/external/skia/src/gpu/ganesh/ops/
DPathStencilCoverOp.h35 const SkRect& drawBounds) in PathStencilCoverOp()
57 const SkRect& drawBounds) in PathStencilCoverOp()
DTessellationPathRenderer.cpp33 const SkRect& drawBounds, in make_non_convex_fill_op()
199 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
DPathTessellateOp.h33 const SkRect& drawBounds) in PathTessellateOp()
DPathInnerTriangulateOp.h41 const SkRect& drawBounds) in PathInnerTriangulateOp()
DSmallPathRenderer.cpp428 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local
502 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
DAtlasPathRenderer.cpp332 const SkIRect& drawBounds, in makeAtlasClipEffect()
/external/skia/src/gpu/graphite/
DDrawParams.h66 Clip(const Rect& drawBounds, const SkIRect& scissor) in Clip()
70 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
DClipStack.cpp362 Rect drawBounds = fOuterBounds.makeIntersect(scissor); in drawClip() local
1105 Rect drawBounds; // defined in device space in applyClipToDraw() local
/external/skia/bench/graphite/
DBoundsManagerBench.cpp63 const Rect& drawBounds = fRects[i]; in doBench() local
147 SkRect drawBounds = matrix.mapRect(paint.computeFastBounds(bounds, &bounds)); in gatherRects() local
DIntersectionTreeBench.cpp137 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
/external/skia/tests/
DGrClipStackTest.cpp1778 SkRect drawBounds = SkRect::Make(kDeviceBounds); in DEF_TEST() local
1930 SkRect drawBounds = {10.f, 11.f, 16.f, 32.f}; in DEF_TEST() local
1980 SkRect drawBounds = {-15.f, -15.f, -1.f, -1.f}; in DEF_TEST() local
1990 SkRect drawBounds = {15.4f, 16.3f, 26.f, 32.f}; in DEF_TEST() local
2044 auto testHasCoverageFP = [&](SkRect drawBounds) { in DEF_TEST()
2125 auto drawRect = [&](SkRect drawBounds) { in DEF_GANESH_TEST_FOR_CONTEXTS()
2131 auto generateMask = [&](SkRect drawBounds) { in DEF_GANESH_TEST_FOR_CONTEXTS()
/external/skia/gm/
Dfontmgr.cpp248 SkRect drawBounds = min; in show_bounds() local
356 SkRect drawBounds = show_bounds(canvas, font, x, y, color, fLabelBounds); in onDraw() local
/external/skia/src/gpu/ganesh/dawn/
DGrDawnOpsRenderPass.cpp161 const SkRect& drawBounds) { in onBindPipeline()
/external/skia/tools/viewer/
DPathTessellatorsSlide.cpp51 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DOpsRenderPass.cpp170 bool GrD3DOpsRenderPass::onBindPipeline(const GrProgramInfo& info, const SkRect& drawBounds) { in onBindPipeline()
/external/skia/src/gpu/ganesh/gl/
DGrGLOpsRenderPass.cpp81 const SkRect& drawBounds) { in onBindPipeline()
DGrGLGpu.h124 void drawSingleIntoMSAAFBO(GrGLRenderTarget* rt, const SkIRect& drawBounds) { in drawSingleIntoMSAAFBO()
/external/skia/src/gpu/ganesh/vk/
DGrVkOpsRenderPass.cpp625 bool GrVkOpsRenderPass::onBindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in onBindPipeline()

12