Searched refs:preConcat (Results 1 - 25 of 27) sorted by relevance

12

/external/skia/src/animator/
H A DSkDrawMatrix.h39 fConcat.preConcat(inMatrix);
50 fMatrix.preConcat(src);
/external/skia/include/effects/
H A DSkColorMatrix.h38 void preConcat(const SkColorMatrix& mat) { this->setConcat(*this, mat); } function in class:SkColorMatrix
/external/webkit/Source/WebKit/android/plugins/
H A DANPMatrixInterface.cpp109 matrix->preConcat(*other);
163 ASSIGN(i, preConcat);
H A Dandroid_npapi.h300 void (*preConcat)(ANPMatrix*, const ANPMatrix*); member in struct:ANPMatrixInterfaceV0
/external/skia/include/views/
H A DSkWindow.h63 void preConcat(const SkMatrix&);
/external/skia/src/utils/
H A DSkLayer.cpp147 matrix->preConcat(this->getMatrix());
165 tmp.preConcat(layer->getChildrenMatrix());
H A DSkColorMatrix.cpp59 this->preConcat(tmp);
H A DSkMatrix44.cpp127 this->preConcat(mat);
149 this->preConcat(tmp);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.cpp132 matrix->preConcat(getMatrix());
157 tmp.preConcat(layer->getChildrenMatrix());
H A DBaseLayerAndroid.cpp65 matrix->preConcat(getMatrix());
/external/skia/include/gpu/
H A DGrSamplerState.h171 void preConcatMatrix(const GrMatrix& matrix) { fMatrix.preConcat(matrix); }
/external/skia/include/utils/
H A DSkMatrix44.h181 void preConcat(const SkMatrix44& m) { function in class:SkMatrix44
/external/skia/src/core/
H A DSkMatrix.cpp171 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) { function in class:SkMatrix
H A DSkCanvas.cpp995 return fMCRec->fMatrix->preConcat(matrix);
/external/skia/src/views/
H A DSkWindow.cpp76 void SkWindow::preConcat(const SkMatrix& matrix) { function in class:SkWindow
H A DSkView.cpp616 matrix->preConcat(view->getLocalMatrix());
/external/skia/src/pdf/
H A DSkPDFShader.cpp470 finalMatrix.preConcat(mapperMatrix);
471 finalMatrix.preConcat(fState.get()->fShaderTransform);
522 finalMatrix.preConcat(fState.get()->fShaderTransform);
H A DSkPDFDevice.cpp519 fInitialTransform.preConcat(initialTransform);
601 totalTransform.preConcat(contentEntry->fState.fMatrix);
731 if (!matrix.preConcat(*prePathMatrix)) {
/external/skia/include/core/
H A DSkMatrix.h249 bool preConcat(const SkMatrix& other);
/external/skia/src/gpu/
H A DGrDrawState.h358 void preConcatViewMatrix(const GrMatrix& m) { fViewMatrix.preConcat(m); }
H A DGrMatrix.cpp152 void GrMatrix::preConcat(const GrMatrix& m) {
621 a.preConcat(b);
H A DGrInOrderDrawBuffer.cpp98 combinedMatrix.preConcat(*matrix);
/external/skia/src/effects/
H A DSkGradientShader.cpp1092 matrix->preConcat(fPtsToUnit);
1500 matrix->preConcat(fPtsToUnit);
1947 matrix->preConcat(fPtsToUnit);
/external/skia/samplecode/
H A DSampleApp.cpp1288 m.preConcat(fGesture.localM());
1289 m.preConcat(fGesture.globalM());
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp669 mCurrentMatrix->preConcat(affine);

Completed in 783 milliseconds

12