Home
last modified time | relevance | path

Searched refs:setScaleX (Results 1 – 25 of 56) sorted by relevance

123

/third_party/flutter/skia/docs/examples/
DMatrix_setScaleX.cpp14 matrix.setScaleX(3);
DCanvas_concat.cpp9 font.setScaleX(.3f); in draw()
DTextBlob_uniqueID.cpp18 font.setScaleX(0.5);
/third_party/skia/docs/examples/
DMatrix_setScaleX.cpp14 matrix.setScaleX(3);
DCanvas_concat.cpp9 font.setScaleX(.3f); in draw()
DTextBlob_uniqueID.cpp18 font.setScaleX(0.5);
/third_party/flutter/skia/gm/
Dtext_scale_skew.cpp25 font.setScaleX(scale);
Dbmpfilterqualityrepeat.cpp74 lm.setScaleX(scaleX); in drawAll()
Dfontmgr.cpp313 font.setScaleX(fScaleX); in onDraw()
/third_party/skia/gm/
Dtext_scale_skew.cpp25 font.setScaleX(scale);
Dbmpfilterqualityrepeat.cpp63 lm.setScaleX(scaleX); in drawAll()
/third_party/skia/tests/
DFontTest.cpp89 font.setScaleX(scale); in DEF_TEST()
DWangsFormulaTest.cpp89 m.setScaleX(std::ldexp(1 + rand->nextF(), i)); in for_random_matrices()
95 m.setScaleX(std::ldexp(1 + rand->nextF(), i)); in for_random_matrices()
517 m.setScaleX(rand.nextRangeF(-10, 10)); in DEF_TEST()
DPathRendererCacheTests.cpp50 matrix.setScaleX(scaleX); in draw_path()
DFontHostTest.cpp247 font.setScaleX(gScaleRec[k].fScaleX); in test_advances()
/third_party/flutter/skia/modules/sksg/src/
DSkSGText.cpp51 font.setScaleX(fScaleX); in onRevalidate()
/third_party/skia/modules/sksg/src/
DSkSGText.cpp51 font.setScaleX(fScaleX); in onRevalidate()
/third_party/flutter/skia/include/core/
DSkFont.h256 void setScaleX(SkScalar scaleX);
/third_party/skia/include/core/
DSkFont.h262 void setScaleX(SkScalar scaleX);
/third_party/flutter/skia/tests/
DFontHostTest.cpp247 font.setScaleX(gScaleRec[k].fScaleX); in test_advances()
DRoundRectTest.cpp600 matrix.setScaleX(SkIntToScalar(-1)); in test_transform_helper()
649 matrix.setScaleX(SkIntToScalar(-1)); in test_transform_helper()
670 matrix.setScaleX(xScale); in test_transform_helper()
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js148 setScaleX: function() {}, method
/third_party/skia/fuzz/
DFuzzDrawFunctions.cpp143 font.setScaleX(x); in fuzz_drawText()
/third_party/flutter/skia/fuzz/
DFuzzDrawFunctions.cpp146 font.setScaleX(x); in fuzz_drawText()
/third_party/skia/src/core/
DSkFont.cpp104 void SkFont::setScaleX(SkScalar scale) { in setScaleX() function in SkFont

123