Home
last modified time | relevance | path

Searched refs:setSkewX (Results 1 - 25 of 32) sorted by relevance

12

/third_party/skia/docs/examples/
H A DMatrix_setSkewX.cpp14 matrix.setSkewX(-.7f); in REG_FIDDLE()
/third_party/skia/gm/
H A Dtext_scale_skew.cpp29 font.setSkewX(skew); in DEF_SIMPLE_GM()
H A Dglyph_pos.cpp67 skew.setSkewX(8.0f / 25.0f); in draw_gm()
79 perspective.setSkewX(8.0f / 25.0f); in draw_gm()
H A Dbackdrop_imagefilter_croprect.cpp106 persp.setSkewX(8.f / 25.f); in DEF_SIMPLE_GM()
H A Dcubicpaths.cpp109 matrix.setSkewX(1);
H A Dfontmgr.cpp334 font.setSkewX(fSkewX);
H A Dgradients.cpp323 perspective.setSkewX(SkIntToScalar(i+1) / 10);
357 perspective.setSkewX(SkIntToScalar(8) / 25);
/third_party/skia/tests/
H A DGrQuadCropTest.cpp219 perspective.setSkewX(8.f / 25.f); in test_axis_aligned()
238 perspective.setSkewX(8.f / 25.f); in test_crop_fully_covered()
263 skew.setSkewX(0.3f); in TEST()
H A DWangsFormulaTest.cpp90 m.setSkewX(0); in for_random_matrices()
96 m.setSkewX(std::ldexp(1 + rand->nextF(), (j + i) / 2)); in for_random_matrices()
518 m.setSkewX(rand.nextRangeF(-10, 10)); in DEF_TEST()
H A DFontTest.cpp91 font.setSkewX(skew); in DEF_TEST()
H A DFontHostTest.cpp248 font.setSkewX(gScaleRec[k].fSkewX); in test_advances()
H A DTextBlobTest.cpp179 font.setSkewX(0.42f); in TestPaintProps()
/third_party/skia/modules/sksg/src/
H A DSkSGText.cpp52 font.setSkewX(fSkewX); in onRevalidate()
/third_party/skia/bench/
H A DRotatedRectBench.cpp118 perspective.setSkewX(0.1f);
H A DRectBench.cpp94 perspective.setSkewX(0.1f);
H A DCompositingImagesBench.cpp245 m.setSkewX(SkIntToScalar(8) / 25); in getTransform()
/third_party/skia/include/core/
H A DSkFont.h269 void setSkewX(SkScalar skewX);
H A DSkMatrix.h510 SkMatrix& setSkewX(SkScalar v) { return this->set(kMSkewX, v); } in setSkewX() function in SkMatrix
/third_party/skia/src/core/
H A DSkFont.cpp107 void SkFont::setSkewX(SkScalar skew) { in setSkewX() function in SkFont
/third_party/skia/fuzz/
H A DFuzzDrawFunctions.cpp145 font.setSkewX(x); in fuzz_drawText()
/third_party/skia/modules/canvaskit/
H A Dexterns.js364 setSkewX: function() {},
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js481 f.setSkewX(s.italic ? -0.2 : 0);
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp491 m->setSkewX(tanf(SkDegreesToRadians(angle)));
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js464 f.setSkewX(s.italic ? -0.2 : 0);
/third_party/skia/src/gpu/ops/
H A DFillRRectOp.cpp246 clipToView.setSkewX(0); in clipToShape()

Completed in 21 milliseconds

12