Home
last modified time | relevance | path

Searched refs:postSkew (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/docs/examples/
H A DMatrix_postSkew.cpp11 matrix.postSkew(.5f, 0, image->width() / 2, image->height() / 2); in REG_FIDDLE()
H A DMatrix_postSkew_2.cpp11 matrix.postSkew(.5f, 0); in REG_FIDDLE()
/third_party/skia/src/core/
H A DSkFontPriv.h43 m.postSkew(skewX, 0); in MakeTextMatrix()
H A DSkFont.cpp337 m.postSkew(font.getSkewX(), 0); in GetFontBounds()
H A DSkMatrix.cpp533 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { in postSkew() function in SkMatrix
539 SkMatrix& SkMatrix::postSkew(SkScalar sx, SkScalar sy) { in postSkew() function in SkMatrix
/third_party/skia/include/core/
H A DSkMatrix.h1089 SkMatrix& postSkew(SkScalar kx, SkScalar ky, SkScalar px, SkScalar py);
1110 SkMatrix& postSkew(SkScalar kx, SkScalar ky);
/third_party/skia/gm/
H A Dtexelsubset.cpp127 textureMatrices.back().postSkew(.05f, -.05f);
H A Ddrawimageset.cpp132 matrices[2].postSkew(0.5f, -1.15f);

Completed in 11 milliseconds