HomeSort by relevance Sort by last modified time
    Searched refs:postConcat (Results 1 - 25 of 49) sorted by null

1 2

  /external/skia/include/effects/
SkColorMatrix.h 39 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); }
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 113 matrix->postConcat(*other);
164 ASSIGN(i, postConcat);
  /external/skia/include/views/
SkWindow.h 64 void postConcat(const SkMatrix&);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 115 * Like {@link #compose(Transformation)} but does this.postConcat(t) of
121 mMatrix.postConcat(t.getMatrix());
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 147 matrix->postConcat(getRootLayer()->getMatrix());
158 matrix->postConcat(tmp);
163 matrix->postConcat(ancestor->getChildrenMatrix());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 150 cm.postConcat(tmp);
152 cm.postConcat(tmp);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 167 cm.postConcat(tmp);
169 cm.postConcat(tmp);
  /external/skia/src/utils/
SkLayer.cpp 155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
SkColorMatrix.cpp 65 this->postConcat(tmp);
  /external/skia/tests/
Matrix44Test.cpp 105 mat.postConcat(rot);
MatrixTest.cpp 106 mat.postConcat(mats[x]);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 194 public void postConcat(ColorMatrix postmatrix) {
Matrix.java 198 public boolean postConcat(Matrix other) {
481 public boolean postConcat(Matrix other) {
  /external/skia/src/gpu/
GrPathUtils.cpp 29 mat.postConcat(viewM);
274 matrix->postConcat(UVpts);
GrDrawState.h 370 void postConcatViewMatrix(const GrMatrix& m) { fViewMatrix.postConcat(m); }
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 273 matrix.postConcat(bitmap.getRotateMatrix());
286 mDisplayMatrix.postConcat(mSuppMatrix);
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 223 static jboolean postConcat(JNIEnv* env, jobject clazz, SkMatrix* matrix, SkMatrix* other) {
224 return matrix->postConcat(*other);
393 {"native_postConcat","(II)Z", (void*) SkMatrixGlue::postConcat},
  /external/skia/include/utils/
SkMatrix44.h 184 void postConcat(const SkMatrix44& m) {
  /frameworks/base/services/java/com/android/server/wm/
BlackFrame.java 64 mTmpMatrix.postConcat(matrix);
WindowStateAnimator.java     [all...]
  /external/skia/src/core/
SkMatrix.cpp 189 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) {
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 253 mColorMatrix.postConcat(new ColorMatrix());
  /external/skia/src/views/
SkTouchGesture.cpp 123 fGlobalM.postConcat(fLocalM);
SkWindow.cpp 82 void SkWindow::postConcat(const SkMatrix& matrix) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 291 mDisplayMatrix.postConcat(mSuppMatrix);

Completed in 1104 milliseconds

1 2