Searched refs:getMatrix (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrSingleTextureEffect.h42 fCoordTransform.getMatrix().cheapEqualTo(other.fCoordTransform.getMatrix()) &&
/external/skia/src/gpu/effects/
H A DGrSingleTextureEffect.h42 fCoordTransform.getMatrix().cheapEqualTo(other.fCoordTransform.getMatrix()) &&
/external/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawShader.cpp41 shader->setLocalMatrix(matrix->getMatrix());
H A DSkDrawMatrix.h31 SkMatrix& getMatrix();
/external/chromium_org/third_party/skia/src/effects/
H A DSkBitmapAlphaThresholdShader.cpp189 e.fBmpTransform.getMatrix() == fBmpTransform.getMatrix() &&
190 e.fMaskTransform.getMatrix() == fMaskTransform.getMatrix() &&
H A DSk2DPathEffect.cpp53 const SkMatrix& mat = this->getMatrix();
97 this->getMatrix().mapPoints(dstP, src, 2);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java83 public long[] getMatrix() { method in class:TrackMetaData
/external/skia/include/core/
H A DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/external/skia/src/animator/
H A DSkDrawShader.cpp41 shader->setLocalMatrix(matrix->getMatrix());
H A DSkDrawMatrix.h31 SkMatrix& getMatrix();
/external/skia/src/effects/
H A DSkBitmapAlphaThresholdShader.cpp189 e.fBmpTransform.getMatrix() == fBmpTransform.getMatrix() &&
190 e.fMaskTransform.getMatrix() == fMaskTransform.getMatrix() &&
H A DSk2DPathEffect.cpp53 const SkMatrix& mat = this->getMatrix();
97 this->getMatrix().mapPoints(dstP, src, 2);
/external/chromium_org/third_party/skia/include/effects/
H A DSk2DPathEffect.h41 const SkMatrix& getMatrix() const { return fMatrix; } function in class:Sk2DPathEffect
/external/chromium_org/third_party/skia/include/gpu/
H A DGrCoordTransform.h101 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
H A DGrContext.h336 const SkMatrix& getMatrix() const { return fViewMatrix; } function in class:GrContext
693 fMatrix = context->getMatrix();
707 if (!paint->localCoordChangeInverse(context->getMatrix())) {
711 fMatrix = context->getMatrix();
730 fMatrix = context->getMatrix();
/external/chromium_org/third_party/skia/include/utils/
H A DSkLayer.h37 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
/external/skia/include/effects/
H A DSk2DPathEffect.h41 const SkMatrix& getMatrix() const { return fMatrix; } function in class:Sk2DPathEffect
/external/skia/include/gpu/
H A DGrCoordTransform.h101 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
H A DGrContext.h336 const SkMatrix& getMatrix() const { return fViewMatrix; } function in class:GrContext
693 fMatrix = context->getMatrix();
707 if (!paint->localCoordChangeInverse(context->getMatrix())) {
711 fMatrix = context->getMatrix();
730 fMatrix = context->getMatrix();
/external/skia/include/utils/
H A DSkLayer.h37 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
/external/chromium_org/third_party/skia/src/utils/
H A DSkLayer.cpp147 matrix->preConcat(this->getMatrix());
155 matrix->postConcat(this->getRootLayer()->getMatrix());
181 // this->getMatrix().toDumpString(&str1);
202 canvas->setMatrix(getRootLayer()->getMatrix());
/external/skia/src/utils/
H A DSkLayer.cpp147 matrix->preConcat(this->getMatrix());
155 matrix->postConcat(this->getRootLayer()->getMatrix());
181 // this->getMatrix().toDumpString(&str1);
202 canvas->setMatrix(getRootLayer()->getMatrix());
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h315 derived().getMatrix(a);
338 derived().getMatrix(a);
358 derived().getMatrix(a);
455 void getMatrix(const MatrixType& matrix)
511 void getMatrix(const MatrixType& matrix)
570 void getMatrix(const MatrixType& matrix)
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h59 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkWindow

Completed in 662 milliseconds

123