/frameworks/base/graphics/java/android/graphics/ |
ColorMatrix.java | 183 * Concat this colormatrix with the specified prematrix. This is logically 184 * the same as calling setConcat(this, prematrix); 186 public void preConcat(ColorMatrix prematrix) { 187 setConcat(this, prematrix);
|
/external/chromium_org/third_party/skia/include/core/ |
SkDraw.h | 120 void drawPath(const SkPath&, const SkPaint&, const SkMatrix* preMatrix,
|
/external/skia/include/core/ |
SkDraw.h | 120 void drawPath(const SkPath&, const SkPaint&, const SkMatrix* preMatrix,
|
/external/chromium_org/third_party/skia/src/core/ |
SkDraw.cpp | 654 SkMatrix preMatrix; 658 preMatrix.setTranslate(pts[i].fX, pts[i].fY); 662 fDevice->drawPath(*this, path, newPaint, &preMatrix, 665 this->drawPath(path, newPaint, &preMatrix, [all...] |
/external/skia/src/core/ |
SkDraw.cpp | 654 SkMatrix preMatrix; 658 preMatrix.setTranslate(pts[i].fX, pts[i].fY); 662 fDevice->drawPath(*this, path, newPaint, &preMatrix, 665 this->drawPath(path, newPaint, &preMatrix, [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
SkGpuDevice.cpp | 876 // If we have a prematrix, apply it to the path, optimizing for the case [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 876 // If we have a prematrix, apply it to the path, optimizing for the case [all...] |