Home
last modified time | relevance | path

Searched refs:mapRectScaleTranslate (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/docs/examples/
H A DMatrix_mapRectScaleTranslate.cpp12 matrix.mapRectScaleTranslate(&rotated, rect); in REG_FIDDLE()
/third_party/skia/bench/
H A DMatrixBench.cpp323 fM.mapRectScaleTranslate(&dst, fR);
/third_party/skia/src/core/
H A DSkFont.cpp218 scaleMat.mapRectScaleTranslate(cursor++, glyph->rect()); in getWidthsBounds()
H A DSkMatrix.cpp1136 void SkMatrix::mapRectScaleTranslate(SkRect* dst, const SkRect& src) const { in mapRectScaleTranslate() function in SkMatrix
1160 this->mapRectScaleTranslate(dst, src); in mapRect()
H A DSkCanvas.cpp119 this->getTotalMatrix().mapRectScaleTranslate(&devRect, *rect); in wouldOverwriteEntireSurface()
/third_party/skia/include/core/
H A DSkMatrix.h1627 void mapRectScaleTranslate(SkRect* dst, const SkRect& src) const;
/third_party/skia/tests/
H A DMatrixTest.cpp1005 mat.mapRectScaleTranslate(&dst[2], src); in DEF_TEST()

Completed in 13 milliseconds