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

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1124 static bool just_translate(const SkMatrix& matrix, const SkBitmap& bitmap) { function
1134 if (just_translate(*fMatrix, bitmap)) {
1253 if (bitmap.colorType() != kAlpha_8_SkColorType && just_translate(matrix, bitmap)) {
/external/skia/src/core/
H A DSkDraw.cpp1111 static bool just_translate(const SkMatrix& matrix, const SkBitmap& bitmap) { function
1121 if (just_translate(*fMatrix, bitmap)) {
1240 if (bitmap.colorType() != kAlpha_8_SkColorType && just_translate(matrix, bitmap)) {

Completed in 1305 milliseconds