Home
last modified time | relevance | path

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

12

/third_party/skia/src/gpu/
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
DGrDynamicAtlas.h67 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
DGrOpFlushState.h194 void bindPipelineAndScissorClip(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipelineAndScissorClip()
217 void bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
DGrOpsRenderPass.cpp62 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.h35 const SkRect& drawBounds) in PathStencilCoverOp()
57 const SkRect& drawBounds) in PathStencilCoverOp()
DTessellationPathRenderer.cpp32 const SkRect& drawBounds, in make_non_convex_fill_op()
181 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
DPathTessellateOp.h32 const SkRect& drawBounds) in PathTessellateOp()
DPathInnerTriangulateOp.h41 const SkRect& drawBounds) in PathInnerTriangulateOp()
DSmallPathRenderer.cpp434 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local
508 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
DAtlasPathRenderer.cpp327 const SkIRect& drawBounds, in makeAtlasClipEffect()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp51 const SkISize& drawBounds) in AtlasOp()
69 const SkISize& drawBounds) { in Make()
105 int baseInstance, int endInstance, const SkISize& drawBounds) in CopyAtlasOp()
123 FillBatchID fillBatchID, StrokeBatchID strokeBatchID, const SkISize& drawBounds) { in Make()
145 StrokeBatchID strokeBatchID, const SkISize& drawBounds) in RenderAtlasOp()
DGrStencilAtlasOp.h62 int endStencilResolveInstance, const SkISize& drawBounds) in GrStencilAtlasOp()
DGrStencilAtlasOp.cpp71 int endStencilResolveInstance, const SkISize& drawBounds) { in Make()
DGrCCAtlas.h83 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
/third_party/skia/experimental/graphite/src/
DDrawList.h99 Clip(const Rect& drawBounds, const SkIRect& scissor) in Clip()
103 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
DDevice.cpp338 Rect drawBounds = shape.bounds(); in applyClipToDraw() local
/third_party/skia/src/gpu/v1/
DStencilClip.h55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply()
DClipStack.cpp404 Draw(const SkRect& drawBounds, GrAA aa) in Draw()
742 ClipStack::Mask::Mask(const SaveRecord& current, const SkIRect& drawBounds) in Mask()
/third_party/skia/tests/
DGrClipStackTest.cpp1739 SkRect drawBounds = SkRect::Make(kDeviceBounds); in DEF_TEST() local
1890 SkRect drawBounds = {10.f, 11.f, 16.f, 32.f}; in DEF_TEST() local
1939 SkRect drawBounds = {-15.f, -15.f, -1.f, -1.f}; in DEF_TEST() local
1949 SkRect drawBounds = {15.4f, 16.3f, 26.f, 32.f}; in DEF_TEST() local
2003 auto testHasCoverageFP = [&](SkRect drawBounds) { in DEF_TEST()
2081 auto drawRect = [&](SkRect drawBounds) { in DEF_GPUTEST_FOR_CONTEXTS()
2087 auto generateMask = [&](SkRect drawBounds) { in DEF_GPUTEST_FOR_CONTEXTS()
/third_party/skia/bench/graphite/
DIntersectionTreeBench.cpp137 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
/third_party/skia/gm/
Dfontmgr.cpp247 SkRect drawBounds = min; in show_bounds() local
355 SkRect drawBounds = show_bounds(canvas, font, x, y, color, fLabelBounds); in onDraw() local
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp146 const SkRect& drawBounds) { in onBindPipeline()
/third_party/skia/samplecode/
DSamplePathTessellators.cpp58 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp()
/third_party/skia/src/gpu/d3d/
DGrD3DOpsRenderPass.cpp171 bool GrD3DOpsRenderPass::onBindPipeline(const GrProgramInfo& info, const SkRect& drawBounds) { in onBindPipeline()

12