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

1 2 3 4 5

  /external/chromium_org/third_party/skia/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/chromium_org/third_party/skia/include/gpu/
GrContext.h 435 void concatMatrix(const SkMatrix& m) { fViewMatrix.preConcat(m); }
779 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
781 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) {
788 this->preConcat(preConcat, paint);
    [all...]
GrProcessorStage.h 76 fCoordChangeMatrix.preConcat(matrix);
  /external/skia/include/gpu/
GrContext.h 418 void concatMatrix(const SkMatrix& m) { fViewMatrix.preConcat(m); }
769 * Initializes by pre-concat'ing the context's current matrix with the preConcat param.
771 void setPreConcat(GrContext* context, const SkMatrix& preConcat, GrPaint* paint = NULL) {
778 this->preConcat(preConcat, paint);
    [all...]
GrEffectStage.h 79 fCoordChangeMatrix.preConcat(matrix);
  /external/chromium_org/third_party/skia/gm/
gm.h 85 matrix.preConcat(this->onGetInitialTransform());
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrix.h 50 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); }
  /external/chromium_org/third_party/skia/src/core/
SkLocalMatrixShader.h 42 tmp.preConcat(*localMatrix);
SkLocalMatrixShader.cpp 72 otherLocalMatrix.preConcat(localMatrix);
  /external/skia/gm/
gm.h 82 matrix.preConcat(this->onGetInitialTransform());
  /external/skia/include/effects/
SkColorMatrix.h 50 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); }
  /external/skia/src/core/
SkLocalMatrixShader.cpp 57 otherLocalMatrix.preConcat(localMatrix);
SkLocalMatrixShader.h 41 tmp.preConcat(*localMatrix);
SkMatrixClipStateMgr.h 85 void preConcat(const SkMatrix& matrix) {
87 fMatrix.preConcat(matrix);
310 fCurMCState->fMatrixInfo->preConcat(matrix);
  /external/chromium_org/ui/gfx/
transform.cc 111 matrix_.preConcat(rot);
130 matrix_.preConcat(rot);
147 matrix_.preConcat(rot);
163 matrix_.preConcat(rot);
187 matrix_.preConcat(skew);
197 matrix_.preConcat(skew);
209 matrix_.preConcat(m);
214 matrix_.preConcat(transform.matrix_);
transform_util.cc 189 matrix.preConcat(temp);
195 matrix.preConcat(temp);
201 matrix.preConcat(temp);
228 matrix.preConcat(perspective);
229 matrix.preConcat(translation);
230 matrix.preConcat(rotation);
231 matrix.preConcat(skew);
232 matrix.preConcat(scale);
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 58 void preConcat(const SkMatrix&);
  /external/skia/include/views/
SkWindow.h 59 void preConcat(const SkMatrix&);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h 125 combined.preConcat(fViewMatrix);
  /external/skia/src/gpu/gl/
GrGLProgram.h 128 combined.preConcat(fViewMatrix);
  /frameworks/base/core/java/android/view/animation/
Transformation.java 123 mMatrix.preConcat(t.getMatrix());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ViewInvertHelper.java 98 mMatrix.preConcat(mGrayscaleMatrix);
  /external/chromium_org/third_party/skia/src/utils/
SkLayer.cpp 147 matrix->preConcat(this->getMatrix());
165 tmp.preConcat(layer->getChildrenMatrix());
  /external/skia/src/utils/
SkLayer.cpp 147 matrix->preConcat(this->getMatrix());
165 tmp.preConcat(layer->getChildrenMatrix());

Completed in 1132 milliseconds

1 2 3 4 5