Home
last modified time | relevance | path

Searched refs:fTx (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/include/core/
H A DSkRSXform.h17 * [ fSCos -fSSin fTx ]
42 SkScalar fTx; member
51 fSSin = fTx = fTy = 0; in setIdentity()
57 fTx = tx; in set()
/third_party/skia/gm/
H A Dskbug_8664.cpp19 SkScalar fSx, fSy, fTx, fTy; in DEF_SIMPLE_GM() member
42 canvas->translate(xform.fTx, xform.fTy); in DEF_SIMPLE_GM()
H A Ddrawatlas.cpp86 SkScalar fTx; member
93 xform->fTx = fTx; in apply()
166 xform[i].fTx = pos.x() - tan.y() * xy[i].y() - tan.x() * offset; in draw_text_on_path()
H A Dimagefilters.cpp171 SkScalar fSx, fSy, fTx, fTy; member
186 canvas->translate(xform.fTx, xform.fTy);
/third_party/skia/samplecode/
H A DSampleShip.cpp117 fXform[i].fTx += dx;
/third_party/skia/src/core/
H A DSkGlyphRun.cpp250 *positionCursor++ = {xform.fTx, xform.fTy}; in blobToGlyphRunList()
H A DSkMatrix.cpp432 fMat[kMTransX] = xform.fTx; in setRSXform()
1822 const SkScalar m02 = fTx; in toQuad()
1837 const SkScalar m02 = fTx; in toTriStrip()

Completed in 7 milliseconds