/third_party/skia/src/gpu/ |
D | GrClip.h | 86 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()
|
D | GrFixedClip.cpp | 16 GrClip::PreClipResult GrFixedClip::preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() argument
|
D | GrDynamicAtlas.h | 67 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
|
D | GrOpFlushState.h | 194 void bindPipelineAndScissorClip(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipelineAndScissorClip() 217 void bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
|
D | GrOpsRenderPass.cpp | 62 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
|
/third_party/skia/src/gpu/ops/ |
D | PathStencilCoverOp.h | 35 const SkRect& drawBounds) in PathStencilCoverOp() 57 const SkRect& drawBounds) in PathStencilCoverOp()
|
D | TessellationPathRenderer.cpp | 32 const SkRect& drawBounds, in make_non_convex_fill_op() 181 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
|
D | PathTessellateOp.h | 32 const SkRect& drawBounds) in PathTessellateOp()
|
D | PathInnerTriangulateOp.h | 41 const SkRect& drawBounds) in PathInnerTriangulateOp()
|
D | SmallPathRenderer.cpp | 434 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local 508 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
|
D | AtlasPathRenderer.cpp | 327 const SkIRect& drawBounds, in makeAtlasClipEffect()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 51 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()
|
D | GrStencilAtlasOp.h | 62 int endStencilResolveInstance, const SkISize& drawBounds) in GrStencilAtlasOp()
|
D | GrStencilAtlasOp.cpp | 71 int endStencilResolveInstance, const SkISize& drawBounds) { in Make()
|
D | GrCCAtlas.h | 83 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
|
/third_party/skia/experimental/graphite/src/ |
D | DrawList.h | 99 Clip(const Rect& drawBounds, const SkIRect& scissor) in Clip() 103 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
|
D | Device.cpp | 338 Rect drawBounds = shape.bounds(); in applyClipToDraw() local
|
/third_party/skia/src/gpu/v1/ |
D | StencilClip.h | 55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply()
|
D | ClipStack.cpp | 404 Draw(const SkRect& drawBounds, GrAA aa) in Draw() 742 ClipStack::Mask::Mask(const SaveRecord& current, const SkIRect& drawBounds) in Mask()
|
/third_party/skia/tests/ |
D | GrClipStackTest.cpp | 1739 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/ |
D | IntersectionTreeBench.cpp | 137 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
|
/third_party/skia/gm/ |
D | fontmgr.cpp | 247 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/ |
D | GrDawnOpsRenderPass.cpp | 146 const SkRect& drawBounds) { in onBindPipeline()
|
/third_party/skia/samplecode/ |
D | SamplePathTessellators.cpp | 58 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m, in SamplePathTessellatorOp()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DOpsRenderPass.cpp | 171 bool GrD3DOpsRenderPass::onBindPipeline(const GrProgramInfo& info, const SkRect& drawBounds) { in onBindPipeline()
|