HomeSort by relevance Sort by last modified time
    Searched refs:postConcat (Results 26 - 50 of 68) sorted by null

12 3

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 198 public boolean postConcat(Matrix other) {
481 public boolean postConcat(Matrix other) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 253 mColorMatrix.postConcat(new ColorMatrix());
MatrixTest.java 259 assertTrue(mMatrix.postConcat(matrix));
  /external/skia/include/utils/
SkMatrix44.h 296 inline void postConcat(const SkMatrix44& m) {
  /external/skia/legacy/src/views/
SkTouchGesture.cpp 123 fGlobalM.postConcat(fLocalM);
SkWindow.cpp 82 void SkWindow::postConcat(const SkMatrix& matrix) {
  /external/skia/src/views/
SkTouchGesture.cpp 123 fGlobalM.postConcat(fLocalM);
SkWindow.cpp 86 void SkWindow::postConcat(const SkMatrix& matrix) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 291 mDisplayMatrix.postConcat(mSuppMatrix);
  /external/skia/include/core/
SkMatrix.h 294 bool postConcat(const SkMatrix& other);
  /external/skia/legacy/include/core/
SkMatrix.h 286 bool postConcat(const SkMatrix& other);
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 485 matrix.postConcat(fPtsToUnit);
SkLinearGradient.cpp 564 matrix.postConcat(fPtsToUnit);
SkRadialGradient.cpp 586 matrix.postConcat(fPtsToUnit);
  /external/skia/src/pdf/
SkPDFDevice.cpp 860 transform.postConcat(*d.fMatrix);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 394 inverse.postConcat(canvasMatrix);
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 301 void (*postConcat)(ANPMatrix*, const ANPMatrix*);
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 789 m.postConcat(*matrix);
825 m.postConcat(*dstMatrix);
837 m.postConcat(*srcMatrix);
    [all...]
GrDrawState.h 724 void postConcatViewMatrix(const SkMatrix& m) { fCommon.fViewMatrix.postConcat(m); }
    [all...]
GrInOrderDrawBuffer.cpp 123 combinedMatrix.postConcat(this->drawState()->getViewMatrix());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 508 mat.postConcat(matrixMirrorX);
  /external/skia/tests/
MatrixTest.cpp 177 mat.postConcat(mats[x]);
  /frameworks/base/libs/hwui/
DisplayList.cpp 326 mTransformMatrix->postConcat(*mTransformMatrix3D);
  /external/skia/legacy/src/core/
SkDraw.cpp     [all...]
SkScalerContext.cpp 721 m->postConcat(deviceMatrix);

Completed in 729 milliseconds

12 3