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

12

/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();
H A DSkDrawMatrix.cpp91 SkMatrix& concat = getMatrix();
132 SkMatrix& SkDrawMatrix::getMatrix() { function in class:SkDrawMatrix
H A DSkDrawExtraPathEffect.cpp131 m = matrix->getMatrix();
286 dst->addPath(drawPath->getPath(), matrix->getMatrix());
348 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
/external/skia/src/gpu/
H A DGrPendingFragmentStage.h42 uint32_t type = coordTransform.getMatrix().getType();
H A DGrPrimitiveProcessor.cpp45 if (coordTransform->getMatrix().hasPerspective()) {
/external/skia/src/gpu/gl/
H A DGrGLPrimitiveProcessor.cpp17 combined.setConcat(coordTransform.getMatrix(), localMatrix);
19 combined = coordTransform.getMatrix();
H A DGrGLGeometryProcessor.cpp37 uint32_t type = coordTransforms[t]->getMatrix().getType();
H A DGrGLPathProcessor.cpp71 coordTransforms[t]->getMatrix().hasPerspective() ? kVec3f_GrSLType :
/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.h58 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/external/skia/src/effects/
H A DSk2DPathEffect.cpp54 const SkMatrix& mat = this->getMatrix();
102 this->getMatrix().mapPoints(dstP, src, 2);
117 buffer.writeMatrix(this->getMatrix());
146 buffer.writeMatrix(this->getMatrix());
/external/skia/include/effects/
H A DSk2DPathEffect.h36 const SkMatrix& getMatrix() const { return fMatrix; } function in class:Sk2DPathEffect
/external/skia/include/utils/
H A DSkLayer.h37 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
H A DSkCamera.h138 void getMatrix(SkMatrix*) const;
/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.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)
/external/skia/include/gpu/
H A DGrCoordTransform.h119 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
/external/skia/include/views/
H A DSkWindow.h73 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkWindow
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java74 public byte[] getMatrix() { method in class:PlanarYUVLuminanceSource
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DObjectHelper.java300 Matrix4f parentInv = pParent.isNull() ? Matrix4f.IDENTITY : this.getMatrix(objectStructure, "parentinv");
342 public Matrix4f getMatrix(Structure structure, String matrixName) { method in class:ObjectHelper
343 return this.getMatrix(structure, matrixName, false);
356 public Matrix4f getMatrix(Structure structure, String matrixName, boolean applyFixUpAxis) { method in class:ObjectHelper
/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h123 MatrixPtr getMatrix(MatrixKeyT m) { return MatrixPool.getValue(std::move(m)); } function in class:llvm::PBQP::PoolCostAllocator
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArmatureModifier.java113 Matrix4f armatureObjectMatrix = objectHelper.getMatrix(armatureObject, "obmat", true);
114 Matrix4f inverseMeshObjectMatrix = objectHelper.getMatrix(objectStructure, "obmat", true).invertLocal();

Completed in 462 milliseconds

12