Home
last modified time | relevance | path

Searched refs:mapRect (Results 1 – 25 of 197) sorted by relevance

12345678

/third_party/flutter/engine/flutter/flow/layers/
Dtransform_layer.cc39 inverse_transform_.mapRect(&context->cull_rect); in Preroll()
47 transform_.mapRect(&child_paint_bounds); in Preroll()
77 if (transform_.mapRect(&dst_rect, rect)) { in MapRect()
94 if (inverse_mat.mapRect(&dst_rect, rect)) { in MergeParentHole()
/third_party/flutter/skia/src/core/
DSkMatrixImageFilter.cpp68 matrix.mapRect(&dstRect, srcRect); in onFilterImage()
100 fTransform.mapRect(&dst, bounds); in computeFastBounds()
121 matrix.mapRect(&floatBounds, SkRect::Make(src)); in onFilterNodeBounds()
DSkRecordDraw.cpp232 fCTM.mapRect(&rect); in adjustAndMap()
438 op.matrix.mapRect(&dst); in bounds()
472 op.preViewMatrices[op.set[i].fMatrixIndex].mapRect(&entryBounds); in bounds()
498 inverse.mapRect(rect); in adjustForSaveLayerPaints()
502 fSaveStack[i].ctm.mapRect(rect); in adjustForSaveLayerPaints()
/third_party/skia/src/core/
DSkMatrixImageFilter.cpp86 matrix.mapRect(&dstRect, srcRect); in onFilterImage()
117 fTransform.mapRect(&dst, bounds); in computeFastBounds()
138 matrix.mapRect(&floatBounds, SkRect::Make(src)); in onFilterNodeBounds()
DSkLocalMatrixImageFilter.cpp69 SkRect localBounds = localInv.mapRect(bounds); in computeFastBounds()
70 return fLocalM.mapRect(this->getInput(0)->computeFastBounds(localBounds)); in computeFastBounds()
DSkImageFilterTypes.cpp97 return matrix.mapRect(geom); in map()
102 SkRect mapped = matrix.mapRect(SkRect::Make(geom)); in map()
/third_party/skia/src/effects/imagefilters/
DSkTileImageFilter.cpp103 ctx.ctm().mapRect(&dstRect, fDstRect); in onFilterImage()
115 ctx.ctm().mapRect(&srcRect, fSrcRect); in onFilterImage()
175 ctm.mapRect(&rect); in onFilterNodeBounds()
DSkPictureImageFilter.cpp94 ctx.ctm().mapRect(&floatBounds, fCropRect); in onFilterImage()
138 ctm.mapRect(&dstRect); in onFilterNodeBounds()
DSkImageImageFilter.cpp105 const SkRect dstBounds = ctx.ctm().mapRect(fDstRect); in onFilterImage()
170 ctm.mapRect(&dstRect); in onFilterNodeBounds()
/third_party/flutter/skia/src/effects/imagefilters/
DSkTileImageFilter.cpp106 ctx.ctm().mapRect(&dstRect, fDstRect); in onFilterImage()
117 ctx.ctm().mapRect(&srcRect, fSrcRect); in onFilterImage()
177 ctm.mapRect(&rect); in onFilterNodeBounds()
DSkImageSource.cpp104 ctx.ctm().mapRect(&dstRect, fDstRect); in onFilterImage()
167 ctm.mapRect(&dstRect); in onFilterNodeBounds()
/third_party/flutter/skia/include/core/
DSkMatrix.h1426 bool mapRect(SkRect* dst, const SkRect& src) const;
1436 bool mapRect(SkRect* rect) const { in mapRect() function
1437 return this->mapRect(rect, *rect); in mapRect()
1445 SkRect mapRect(const SkRect& src) const { in mapRect() function
1447 (void)this->mapRect(&dst, src); in mapRect()
/third_party/flutter/skia/gm/
Ddraw_bitmap_rect_skbug4374.cpp22 SkMatrix::MakeScale(8.0f).mapRect(&dst, rect);
/third_party/skia/gm/
Ddraw_bitmap_rect_skbug4374.cpp21 SkMatrix::Scale(8, 8).mapRect(&dst, rect);
/third_party/flutter/skia/docs/examples/
DMatrix_mapRect_2.cpp12 matrix.mapRect(&bounds); in draw()
DMatrix_mapRect.cpp12 matrix.mapRect(&rotatedBounds, bounds ); in draw()
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw()
/third_party/skia/docs/examples/
DMatrix_mapRect_2.cpp12 matrix.mapRect(&bounds); in draw()
DMatrix_mapRect.cpp12 matrix.mapRect(&rotatedBounds, bounds ); in draw()
DMatrix_mapRect_3.cpp10 SkRect mapped = matrix.mapRect(rect); in draw()
/third_party/flutter/skia/modules/sksg/src/
DSkSGInvalidationController.cpp25 ctm.mapRect(rect.writable()); in inval()
/third_party/skia/modules/sksg/src/
DSkSGInvalidationController.cpp25 ctm.mapRect(rect.writable()); in inval()
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dtransform_layer.cpp20 transform_.mapRect(&childPaintBounds); in Prepare()
/third_party/skia/include/core/
DSkMatrix.h1556 bool mapRect(SkRect* dst, const SkRect& src,
1568 bool mapRect(SkRect* rect, SkApplyPerspectiveClip pc = SkApplyPerspectiveClip::kYes) const {
1569 return this->mapRect(rect, *rect, pc);
1577 SkRect mapRect(const SkRect& src,
1580 (void)this->mapRect(&dst, src, pc);
/third_party/flutter/skia/samplecode/
DSampleImageFilterDAG.cpp84 fLocalCTM.mapRect(fContent).roundOut(&inputRect); in computeBounds()
95 ctm.mapRect(fContent).roundOut(&deviceRect); in computeBounds()
150 fLocalCTM.mapRect(fContent).roundOut(&childSrcRect); in computeReverseLocalIsolatedBounds()
178 fLocalCTM.mapRect(fContent).roundOut(&nextSrcRect); in computeReverseBounds()

12345678