/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/ |
D | DebugBoundsRenderer.java | 32 public static void drawBounds(Canvas canvas, Paint paint, float size, Rect rect) { in drawBounds() method in DebugBoundsRenderer 40 public static void drawBounds(Canvas canvas, Paint paint, float size, RectF rect) { in drawBounds() method in DebugBoundsRenderer 48 public static void drawBounds(Canvas canvas, Paint paint, float size, float x1, float y1, in drawBounds() method in DebugBoundsRenderer
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A 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()
|
H A 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()
|
H A D | GrFixedClip.cpp | 17 GrClip::PreClipResult GrFixedClip::preApply(const SkRect& drawBounds, GrAA aa) const { in preApply() argument
|
H A D | StencilClip.h | 55 PreClipResult preApply(const SkRect& drawBounds, GrAA aa) const final { in preApply()
|
H A D | GrDynamicAtlas.h | 74 const SkISize& drawBounds() { return fDrawBounds; } in drawBounds() function
|
H A D | ClipStack.cpp | 457 Draw(const SkRect& drawBounds, GrAA aa) in Draw() 795 ClipStack::Mask::Mask(const SaveRecord& current, const SkIRect& drawBounds) in Mask()
|
H A D | GrOpsRenderPass.cpp | 71 void GrOpsRenderPass::bindPipeline(const GrProgramInfo& programInfo, const SkRect& drawBounds) { in bindPipeline()
|
/aosp_15_r20/external/skia/src/core/ |
H A 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()
|
/aosp_15_r20/external/skia/tests/ |
H A 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()
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | AnalyticBlurMask.cpp | 181 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
|
H A D | AnalyticBlurMask.h | 54 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function 62 AnalyticBlurMask(const Rect& drawBounds, in AnalyticBlurMask()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | PathStencilCoverOp.h | 60 const SkRect& drawBounds) in PathStencilCoverOp() 82 const SkRect& drawBounds) in PathStencilCoverOp()
|
H A D | TessellationPathRenderer.cpp | 48 const SkRect& drawBounds, in make_non_convex_fill_op() 243 const SkRect& drawBounds = path.isInverseFillType() in onDrawPath() local
|
H A D | SmallPathRenderer.cpp | 483 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addDFPathToAtlas() local 556 SkRect drawBounds = SkRect::Make(devPathBounds).makeOffset(-translateX, -translateY); in addBMPathToAtlas() local
|
H A D | PathTessellateOp.h | 55 const SkRect& drawBounds) in PathTessellateOp()
|
H A D | PathInnerTriangulateOp.h | 67 const SkRect& drawBounds) in PathInnerTriangulateOp()
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | DrawParams.h | 68 Clip(const Rect& drawBounds, in Clip() 81 const Rect& drawBounds() const { return fDrawBounds; } in drawBounds() function
|
H A D | ClipStack_graphite.cpp | 371 Rect drawBounds = fOuterBounds.makeIntersect(scissor); in drawClip() local 559 const Rect& drawBounds, in updateForDraw() 1282 Rect drawBounds; // defined in device space in visitClipStackForDraw() local
|
/aosp_15_r20/external/skia/bench/graphite/ |
H A D | BoundsManagerBench.cpp | 69 const Rect& drawBounds = fRects[i]; in doBench() local 153 SkRect drawBounds = matrix.mapRect(paint.computeFastBounds(bounds, &bounds)); in gatherRects() local
|
H A D | IntersectionTreeBench.cpp | 143 SkRect drawBounds = matrix.mapRect(path.getBounds()); in gatherRects() local
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 469 public float metrics(FontMetricsInt fmi, @Nullable RectF drawBounds, boolean returnDrawWidth, in metrics() 571 @NonNull FontMetricsInt fmi, @Nullable RectF drawBounds, @Nullable LineInfo lineInfo) { in measure() 1323 FontMetricsInt fmi, RectF drawBounds, boolean needWidth, int offset, in handleText() 1593 int bottom, FontMetricsInt fmi, RectF drawBounds, boolean needWidth, in handleRun()
|
/aosp_15_r20/external/skia/gm/ |
H A 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
|
/aosp_15_r20/external/skia/src/gpu/graphite/render/ |
H A D | CoverageMaskRenderStep.cpp | 137 skvx::float4 drawBounds; in writeVertices() local
|
/aosp_15_r20/external/skia/tools/viewer/ |
H A D | TypefaceSlide.cpp | 93 SkRect drawBounds = SkRect::MakeXYWH(0, 0, 1, 1); in draw() local
|