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

/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h281 void preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
287 inline void preScale(SkMScalar scale) { function in class:SkMatrix44
288 this->preScale(scale, scale, scale);
/external/skia/include/utils/
H A DSkMatrix44.h281 void preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
287 inline void preScale(SkMScalar scale) { function in class:SkMatrix44
288 this->preScale(scale, scale, scale);
/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp272 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { function in class:SkMatrix44
/external/skia/src/utils/
H A DSkMatrix44.cpp272 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { function in class:SkMatrix44
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp344 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { function in class:SkMatrix
350 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) { function in class:SkMatrix
/external/skia/src/core/
H A DSkMatrix.cpp344 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { function in class:SkMatrix
350 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) { function in class:SkMatrix

Completed in 482 milliseconds