Home
last modified time | relevance | path

Searched refs:fSCos (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/core/
DSkRSXform.h40 SkScalar fSCos; member
46 return 0 == fSCos || 0 == fSSin; in rectStaysRect()
50 fSCos = 1; in setIdentity()
55 fSCos = scos; in set()
/third_party/skia/samplecode/
DSampleShip.cpp106 SkScalar c = fXform[i].fSCos; in onDrawContent()
112 fXform[i].fSCos = kCosDiff*c - kSinDiff*s; in onDrawContent()
115 dx -= fXform[i].fSCos*anchorX - fXform[i].fSSin*anchorY; in onDrawContent()
116 dy -= fXform[i].fSSin*anchorX + fXform[i].fSCos*anchorY; in onDrawContent()
/third_party/skia/gm/
Ddrawatlas.cpp91 xform->fSCos = fScale * SkScalarCos(rad); in onDraw()
164 xform[i].fSCos = tan.x();
/third_party/skia/src/core/
DSkMatrix.cpp430 fMat[kMScaleX] = xform.fSCos; in setRSXform()
435 fMat[kMScaleY] = xform.fSCos; in setRSXform()
1820 const SkScalar m00 = fSCos; in toQuad()
1835 const SkScalar m00 = fSCos; in toTriStrip()
DSkGlyphRun.cpp251 *scaledRotationsCursor++ = {xform.fSCos, xform.fSSin}; in blobToGlyphRunList()