Searched refs:postConcat (Results 26 - 50 of 65) sorted by relevance

123

/external/skia/src/core/
H A DSkMatrix.cpp275 this->postConcat(m);
363 this->postConcat(m);
372 this->postConcat(m);
459 this->postConcat(m);
465 this->postConcat(m);
515 this->postConcat(m);
521 this->postConcat(m);
687 void SkMatrix::postConcat(const SkMatrix& mat) { function in class:SkMatrix
H A DSkBitmapProcShader.cpp400 lmInverse.postConcat(inv);
H A DSkScalerContext.cpp928 m->postConcat(deviceMatrix);
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp568 matrix.postConcat(inv);
570 matrix.postConcat(fPtsToUnit);
H A DSkRadialGradient.cpp580 matrix.postConcat(inv);
582 matrix.postConcat(fPtsToUnit);
H A DSkTwoPointRadialGradient.cpp692 matrix.postConcat(inv);
694 matrix.postConcat(fPtsToUnit);
702 matrix.postConcat(rot);
/external/chromium_org/third_party/skia/include/utils/
H A DSkMatrix44.h314 inline void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/chromium_org/third_party/skia/src/views/
H A DSkTouchGesture.cpp123 fGlobalM.postConcat(fLocalM);
/external/skia/include/utils/
H A DSkMatrix44.h314 inline void postConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/src/views/
H A DSkTouchGesture.cpp123 fGlobalM.postConcat(fLocalM);
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointRadialGradient.cpp692 matrix.postConcat(inv);
694 matrix.postConcat(fPtsToUnit);
702 matrix.postConcat(rot);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1096 transform.postConcat(*d.fMatrix);
1633 transform.postConcat(fInitialTransform);
1699 transform.postConcat(fInitialTransform);
2049 transform.postConcat(fInitialTransform);
2210 total.postConcat(fInitialTransform);
2282 scaled.postConcat(matrix);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1096 transform.postConcat(*d.fMatrix);
1633 transform.postConcat(fInitialTransform);
1699 transform.postConcat(fInitialTransform);
2049 transform.postConcat(fInitialTransform);
2210 total.postConcat(fInitialTransform);
2282 scaled.postConcat(matrix);
/external/chromium_org/third_party/skia/src/effects/
H A DSkPerlinNoiseShader.cpp460 newMatrix.postConcat(invMatrix);
461 newMatrix.postConcat(invMatrix);
951 invM.postConcat(invM); // Square the matrix
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp460 newMatrix.postConcat(invMatrix);
461 newMatrix.postConcat(invMatrix);
951 invM.postConcat(invM); // Square the matrix
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h295 void postConcat(const SkMatrix& other);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapProcShader.cpp400 lmInverse.postConcat(inv);
H A DSkScalerContext.cpp928 m->postConcat(deviceMatrix);
/external/skia/include/core/
H A DSkMatrix.h295 void postConcat(const SkMatrix& other);
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrDashingEffect.cpp223 combinedMatrix.postConcat(vm);
/external/chromium_org/ui/gfx/
H A Dtransform.cc218 matrix_.postConcat(transform.matrix_);
/external/skia/src/gpu/effects/
H A DGrDashingEffect.cpp223 combinedMatrix.postConcat(vm);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp175 combinedMatrix.postConcat(drawState->getViewMatrix());
H A DGrPathUtils.cpp28 mat.postConcat(viewM);
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp175 combinedMatrix.postConcat(drawState->getViewMatrix());

Completed in 5325 milliseconds

123