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

1234

/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/src/animator/
H A DSkDrawShader.cpp39 SkMatrix* SkDrawShader::getMatrix() { function in class:SkDrawShader
40 return matrix ? &matrix->getMatrix() : NULL;
78 getMatrix());
H A DSkPaintPart.h54 SkMatrix* getMatrix(); // returns NULL if matrix is NULL
H A DSkDrawGradient.cpp133 0, getMatrix());
168 0, getMatrix());
H A DSkDrawMatrix.h31 SkMatrix& getMatrix();
/external/skia/src/animator/
H A DSkDrawShader.cpp39 SkMatrix* SkDrawShader::getMatrix() { function in class:SkDrawShader
40 return matrix ? &matrix->getMatrix() : NULL;
78 getMatrix());
H A DSkPaintPart.h54 SkMatrix* getMatrix(); // returns NULL if matrix is NULL
H A DSkDrawGradient.cpp133 0, getMatrix());
168 0, getMatrix());
H A DSkDrawMatrix.h31 SkMatrix& getMatrix();
/external/chromium_org/third_party/skia/src/effects/
H A DSk2DPathEffect.cpp54 const SkMatrix& mat = this->getMatrix();
100 this->getMatrix().mapPoints(dstP, src, 2);
121 buffer.writeMatrix(this->getMatrix());
146 buffer.writeMatrix(this->getMatrix());
/external/chromium_org/third_party/skia/include/core/
H A DSkPathMeasure.h56 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/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/effects/
H A DSk2DPathEffect.cpp54 const SkMatrix& mat = this->getMatrix();
98 this->getMatrix().mapPoints(dstP, src, 2);
/external/chromium_org/third_party/skia/include/gpu/
H A DGrCoordTransform.h101 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
/external/chromium_org/third_party/skia/include/utils/
H A DSkLayer.h37 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
/external/chromium_org/third_party/skia/include/views/
H A DSkWindow.h56 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkWindow
/external/skia/include/gpu/
H A DGrCoordTransform.h101 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
/external/skia/include/utils/
H A DSkLayer.h37 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
/external/skia/include/views/
H A DSkWindow.h57 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkWindow
/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/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp73 return !SkDraw::ShouldDrawTextAsPaths(paint, fContext->getMatrix());
194 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
201 fContext->getMatrix().mapXY(x, y, &loc);
232 SkAxisAlignment baseline = SkComputeAxisAlignmentForHText(fContext->getMatrix());
287 SkAutoGlyphCache autoCache(fSkPaint, &fDeviceProperties, &fContext->getMatrix());
292 SkMatrix ctm = fContext->getMatrix();
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h293 derived().getMatrix(a);
316 derived().getMatrix(a);
336 derived().getMatrix(a);
433 void getMatrix(const MatrixType& matrix)
489 void getMatrix(const MatrixType& matrix)
548 void getMatrix(const MatrixType& matrix)

Completed in 345 milliseconds

1234