Searched defs:kMScaleX (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkMatrix.h112 kMScaleX, enumerator in enum:SkMatrix::__anon13796
145 SkScalar getScaleX() const { return fMat[kMScaleX]; }
166 void setScaleX(SkScalar v) { this->set(kMScaleX, v); }
178 fMat[kMScaleX] = scaleX;
191 * Copy the 9 scalars for this matrix into buffer, in the same order as the kMScaleX
199 * Set this matrix to the 9 scalars from the buffer, in the same order as the kMScaleX
723 fMat[kMScaleX] = sx;

Completed in 211 milliseconds