Home
last modified time | relevance | path

Searched refs:scaleMat (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkFont.cpp215 SkMatrix scaleMat = SkMatrix::Scale(strikeToSourceScale, strikeToSourceScale); in getWidthsBounds() local
218 scaleMat.mapRectScaleTranslate(cursor++, glyph->rect()); in getWidthsBounds()
/third_party/flutter/skia/src/core/
DSkFont.cpp271 SkMatrix scaleMat = SkMatrix::MakeScale(scale); in getWidthsBounds() local
274 scaleMat.mapRectScaleTranslate(cursor++, glyph->rect()); in getWidthsBounds()
/third_party/skia/tests/
DMatrixTest.cpp806 SkMatrix scaleMat = SkMatrix::Scale(scale.width(), scale.height()); in check_decompScale() local
810 scaleMat.mapPoints(v2, testPts, kNumPoints); in check_decompScale()
/third_party/flutter/skia/tests/
DMatrixTest.cpp797 SkMatrix scaleMat = SkMatrix::MakeScale(scale.width(), scale.height()); in check_decompScale() local
801 scaleMat.mapPoints(v2, testPts, kNumPoints); in check_decompScale()