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

/external/skia/include/utils/
H A DSkMatrix44.h152 void postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz);
160 void postScale(SkMScalar scale) { function in class:SkMatrix44
161 this->postScale(scale, scale, scale);
/external/skia/src/utils/
H A DSkMatrix44.cpp152 void SkMatrix44::postScale(SkMScalar sx, SkMScalar sy, SkMScalar sz) { function in class:SkMatrix44
/external/skia/src/core/
H A DSkMatrix.cpp277 bool SkMatrix::postScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py) { function in class:SkMatrix
286 bool SkMatrix::postScale(SkScalar sx, SkScalar sy) { function in class:SkMatrix
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h295 void (*postScale)(ANPMatrix*, float sx, float sy); member in struct:ANPMatrixInterfaceV0

Completed in 123 milliseconds