Searched defs:preScale (Results 1 - 4 of 4) sorted by relevance
/external/skia/include/utils/ | ||
H A D | SkMatrix44.h | 151 void preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz); 157 void preScale(SkMScalar scale) { function in class:SkMatrix44 158 this->preScale(scale, scale, scale); |
/external/skia/src/utils/ | ||
H A D | SkMatrix44.cpp | 146 void SkMatrix44::preScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { function in class:SkMatrix44 |
/external/skia/src/core/ | ||
H A D | SkMatrix.cpp | 243 bool SkMatrix::preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { function in class:SkMatrix 249 bool SkMatrix::preScale(SkScalar sx, SkScalar sy) { function in class:SkMatrix |
/external/webkit/Source/WebKit/android/plugins/ | ||
H A D | android_npapi.h | 294 void (*preScale)(ANPMatrix*, float sx, float sy); member in struct:ANPMatrixInterfaceV0 |
Completed in 25 milliseconds