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

1 2 3

  /external/skia/legacy/src/animator/
SkDrawMatrix.h 39 fConcat.preConcat(inMatrix);
50 fMatrix.preConcat(src);
  /external/skia/src/animator/
SkDrawMatrix.h 39 fConcat.preConcat(inMatrix);
50 fMatrix.preConcat(src);
  /external/skia/legacy/include/effects/
SkColorMatrix.h 38 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); }
  /external/skia/include/gpu/
GrPaint.h 204 * Called when the source coord system is changing. preConcat gives the transformation from the
207 void sourceCoordChange(const SkMatrix& preConcat) {
210 fColorStages[i].preConcatCoordChange(preConcat);
215 fCoverageStages[i].preConcatCoordChange(preConcat);
GrContext.h 671 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
673 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) {
680 this->preConcat(preConcat, paint);
712 this->preConcat(newMatrix, paint);
724 * pre-concat'ing the preConcat param. The matrix that will be restored remains unchanged.
729 void preConcat(const SkMatrix& preConcat, GrPaint* paint = NULL) {
731 paint->sourceCoordChange(preConcat);
733 fContext->concatMatrix(preConcat);
    [all...]
GrEffectStage.h 63 void preConcatCoordChange(const SkMatrix& matrix) { fCoordChangeMatrix.preConcat(matrix); }
  /external/skia/include/effects/
SkColorMatrix.h 36 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); }
  /external/webkit/Source/WebKit/android/plugins/
ANPMatrixInterface.cpp 109 matrix->preConcat(*other);
163 ASSIGN(i, preConcat);
  /external/skia/include/views/
SkWindow.h 61 void preConcat(const SkMatrix&);
  /external/skia/legacy/include/views/
SkWindow.h 63 void preConcat(const SkMatrix&);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 111 mMatrix.preConcat(t.getMatrix());
  /external/skia/legacy/src/utils/
SkLayer.cpp 147 matrix->preConcat(this->getMatrix());
165 tmp.preConcat(layer->getChildrenMatrix());
SkColorMatrix.cpp 59 this->preConcat(tmp);
SkMatrix44.cpp 127 this->preConcat(mat);
149 this->preConcat(tmp);
  /external/skia/src/utils/
SkLayer.cpp 149 matrix->preConcat(this->getMatrix());
167 tmp.preConcat(layer->getChildrenMatrix());
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 132 matrix->preConcat(getMatrix());
157 tmp.preConcat(layer->getChildrenMatrix());
  /external/skia/src/gpu/
GrDrawState.h 542 * Called when the source coord system is changing. preConcat gives the transformation from the
545 void preConcatStageMatrices(const SkMatrix& preConcat) {
546 this->preConcatStageMatrices(~0U, preConcat);
551 void preConcatStageMatrices(uint32_t stageMask, const SkMatrix& preConcat) {
554 fStages[i].preConcatCoordChange(preConcat);
712 void preConcatViewMatrix(const SkMatrix& m) { fCommon.fViewMatrix.preConcat(m); }
    [all...]
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 186 public void preConcat(ColorMatrix prematrix) {
Matrix.java 150 public boolean preConcat(Matrix other) {
417 public boolean preConcat(Matrix other) {
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 173 static jboolean preConcat(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) {
174 return obj->preConcat(*other);
385 {"native_preConcat","(II)Z", (void*) SkMatrixGlue::preConcat},
  /external/skia/legacy/include/utils/
SkMatrix44.h 181 void preConcat(const SkMatrix44& m) {
  /external/skia/src/effects/
SkColorMatrix.cpp 60 this->preConcat(tmp);
  /frameworks/base/core/java/android/view/
Surface.java 456 m.preConcat(matrix);
  /external/skia/legacy/src/core/
SkMatrix.cpp 171 return this->preConcat(m);
246 return this->preConcat(m);
257 return this->preConcat(m);
390 return this->preConcat(m);
396 return this->preConcat(m);
446 return this->preConcat(m);
452 return this->preConcat(m);
695 bool SkMatrix::preConcat(const SkMatrix& mat) {
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 230 return this->preConcat(m);
305 return this->preConcat(m);
316 return this->preConcat(m);
449 return this->preConcat(m);
455 return this->preConcat(m);
505 return this->preConcat(m);
511 return this->preConcat(m);
761 bool SkMatrix::preConcat(const SkMatrix& mat) {
    [all...]

Completed in 338 milliseconds

1 2 3