Searched refs:postConcat (Results 1 - 25 of 25) sorted by relevance

/external/skia/include/effects/
H A DSkColorMatrix.h39 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); } function in class:SkColorMatrix
/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp113 matrix->postConcat(*other);
164 ASSIGN(i, postConcat);
H A Dandroid_npapi.h301 void (*postConcat)(ANPMatrix*, const ANPMatrix*); member in struct:ANPMatrixInterfaceV0
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.cpp147 matrix->postConcat(getRootLayer()->getMatrix());
158 matrix->postConcat(tmp);
163 matrix->postConcat(ancestor->getChildrenMatrix());
H A DLayerAndroid.cpp812 matrix.postConcat(canvasMatrix);
/external/skia/include/views/
H A DSkWindow.h64 void postConcat(const SkMatrix&);
/external/skia/src/utils/
H A DSkLayer.cpp155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
H A DSkColorMatrix.cpp65 this->postConcat(tmp);
/external/skia/tests/
H A DMatrix44Test.cpp105 mat.postConcat(rot);
H A DMatrixTest.cpp106 mat.postConcat(mats[x]);
/external/skia/src/gpu/
H A DGrPathUtils.cpp29 mat.postConcat(viewM);
274 matrix->postConcat(UVpts);
H A DGrDrawState.h370 void postConcatViewMatrix(const GrMatrix& m) { fViewMatrix.postConcat(m); }
H A DGrContext.cpp1038 m.postConcat(*matrix);
1077 m.postConcat(*dstMatrix);
1092 m.postConcat(*srcMatrix);
H A DGrMatrix.cpp156 void GrMatrix::postConcat(const GrMatrix& m) {
/external/skia/include/utils/
H A DSkMatrix44.h184 void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/src/core/
H A DSkMatrix.cpp189 return this->postConcat(m);
283 return this->postConcat(m);
292 return this->postConcat(m);
402 return this->postConcat(m);
408 return this->postConcat(m);
458 return this->postConcat(m);
464 return this->postConcat(m);
701 bool SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
H A DSkDraw.cpp1984 m.postConcat(*matrix);
2045 m.postConcat(*matrix);
2380 tempM.postConcat(localM);
H A DSkScalerContext.cpp721 m->postConcat(deviceMatrix);
H A DSkGeometry.cpp1358 matrix.postConcat(*userMatrix);
/external/skia/src/views/
H A DSkTouchGesture.cpp123 fGlobalM.postConcat(fLocalM);
H A DSkWindow.cpp82 void SkWindow::postConcat(const SkMatrix& matrix) { function in class:SkWindow
/external/skia/include/core/
H A DSkMatrix.h286 bool postConcat(const SkMatrix& other);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurface.cpp394 inverse.postConcat(canvasMatrix);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp776 transform.postConcat(*d.fMatrix);
1397 transform.postConcat(fInitialTransform);
1514 scaled.postConcat(matrix);
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp126 matrix->postConcat(invY);

Completed in 317 milliseconds