Home
last modified time | relevance | path

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

12

/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/skia/gm/
Dtext_scale_skew.cpp25 font.setScaleX(scale);
Dbmpfilterqualityrepeat.cpp63 lm.setScaleX(scaleX); in drawAll()
Dfontmgr.cpp333 font.setScaleX(fScaleX); in onDraw()
Dcubicpaths.cpp107 matrix.setScaleX(0); in onOnceBeforeDraw()
/third_party/skia/tests/
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()
DFontTest.cpp89 font.setScaleX(scale); in DEF_TEST()
DPathRendererCacheTests.cpp50 matrix.setScaleX(scaleX); in draw_path()
DFontHostTest.cpp247 font.setScaleX(gScaleRec[k].fScaleX); in test_advances()
DRoundRectTest.cpp603 matrix.setScaleX(SkIntToScalar(-1)); in test_transform_helper()
652 matrix.setScaleX(SkIntToScalar(-1)); in test_transform_helper()
673 matrix.setScaleX(xScale); in test_transform_helper()
DTextBlobTest.cpp177 font.setScaleX(4.2f); in TestPaintProps()
/third_party/skia/modules/sksg/src/
DSkSGText.cpp51 font.setScaleX(fScaleX); in onRevalidate()
/third_party/skia/include/core/
DSkFont.h262 void setScaleX(SkScalar scaleX);
DSkMatrix.h492 SkMatrix& setScaleX(SkScalar v) { return this->set(kMScaleX, v); } in setScaleX() function
/third_party/skia/fuzz/
DFuzzDrawFunctions.cpp143 font.setScaleX(x); in fuzz_drawText()
DFuzzCanvas.cpp862 font.setScaleX( make_fuzz_t<SkScalar>(fuzz)); in fuzz_font()
/third_party/skia/src/core/
DSkFont.cpp104 void SkFont::setScaleX(SkScalar scale) { in setScaleX() function in SkFont
DSkScalerContext.cpp901 sA->setScaleX(A.getScaleX() / s->fY); in computeMatrices()
/third_party/skia/modules/canvaskit/
Dexterns.js362 setScaleX: function() {}, method
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts353 font.setScaleX(5);
Dindex.d.ts1730 setScaleX(sx: number): void; method
/third_party/skia/tools/viewer/
DViewer.cpp1370 font->writable()->setScaleX(fFont->getScaleX()); in filterFont()
2325 fFont.setScaleX(scaleX); in drawImGui()
/third_party/skia/dm/
DDM.cpp1020 m.setScaleX((SkScalar)atof(FLAGS_matrix[0])); in create_via()

12