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

1 2 3

  /external/skia/legacy/include/effects/
SkColorMatrix.h 39 void postConcat(const SkColorMatrix& mat) { this->setConcat(mat, *this); }
  /external/skia/include/effects/
SkColorMatrix.h 37 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 62 void postConcat(const SkMatrix&);
  /external/skia/legacy/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/legacy/src/utils/
SkLayer.cpp 155 matrix->postConcat(this->getRootLayer()->getMatrix());
166 matrix->postConcat(tmp);
SkColorMatrix.cpp 65 this->postConcat(tmp);
  /external/skia/src/core/
SkPictureStateTree.cpp 154 tmp.postConcat(fPlaybackMatrix);
170 tmp.postConcat(fPlaybackMatrix);
SkMatrix.cpp 248 return this->postConcat(m);
342 return this->postConcat(m);
351 return this->postConcat(m);
461 return this->postConcat(m);
467 return this->postConcat(m);
517 return this->postConcat(m);
523 return this->postConcat(m);
767 bool SkMatrix::postConcat(const SkMatrix& mat) {
    [all...]
  /external/skia/src/utils/
SkLayer.cpp 157 matrix->postConcat(this->getRootLayer()->getMatrix());
168 matrix->postConcat(tmp);
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 194 public void postConcat(ColorMatrix postmatrix) {
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 273 matrix.postConcat(bitmap.getRotateMatrix());
286 mDisplayMatrix.postConcat(mSuppMatrix);
  /external/skia/tests/
Matrix44Test.cpp 274 d.postConcat(b);
303 e.postConcat(d);
385 mat.postConcat(rot);
  /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/legacy/include/utils/
SkMatrix44.h 184 void postConcat(const SkMatrix44& m) {
  /external/skia/src/effects/
SkColorMatrix.cpp 66 this->postConcat(tmp);
  /frameworks/base/services/java/com/android/server/wm/
BlackFrame.java 67 mTmpMatrix.postConcat(matrix);
WindowStateAnimator.java     [all...]
  /external/skia/legacy/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...]
  /external/skia/src/effects/gradients/
SkTwoPointRadialGradient.cpp 699 matrix.postConcat(fPtsToUnit);
707 matrix.postConcat(rot);
  /external/skia/src/gpu/
GrPathUtils.cpp 29 mat.postConcat(viewM);
251 m.postConcat(UVpts);

Completed in 340 milliseconds

1 2 3