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

12

/external/pdfium/xfa/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMatrix.h24 CFX_ArrayTemplate<uint8_t>& getMatrix();
H A DBC_PDF417BarcodeMatrix.cpp62 CFX_ArrayTemplate<uint8_t>& CBC_BarcodeMatrix::getMatrix() { function in class:CBC_BarcodeMatrix
/external/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp45 if (coordTransform->getMatrix().hasPerspective()) {
H A DGrPathProcessor.cpp55 coordTransform->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
H A DMp4TrackImpl.java170 trackMetaData.setMatrix(tkhd.getMatrix());
/external/skia/src/effects/
H A DSk2DPathEffect.cpp55 const SkMatrix& mat = this->getMatrix();
103 this->getMatrix().mapPoints(dstP, src, 2);
118 buffer.writeMatrix(this->getMatrix());
147 buffer.writeMatrix(this->getMatrix());
H A DSk1DPathEffect.cpp180 if (meas.getMatrix(distance, &matrix)) {
/external/skia/src/gpu/glsl/
H A DGrGLSLPrimitiveProcessor.cpp18 combined.setConcat(coordTransform.getMatrix(), localMatrix);
H A DGrGLSLGeometryProcessor.cpp39 uint32_t type = coordTransform->getMatrix().getType();
/external/skia/include/core/
H A DSkPathMeasure.h61 bool SK_WARN_UNUSED_RESULT getMatrix(SkScalar distance, SkMatrix* matrix,
/external/skia/include/effects/
H A DSk2DPathEffect.h36 const SkMatrix& getMatrix() const { return fMatrix; } function in class:Sk2DPathEffect
/external/eigen/Eigen/src/PardisoSupport/
H A DPardisoSupport.h266 derived().getMatrix(a);
287 derived().getMatrix(a);
307 derived().getMatrix(a);
412 void getMatrix(const MatrixType& matrix)
470 void getMatrix(const MatrixType& matrix)
531 void getMatrix(const MatrixType& matrix)
/external/skia/include/gpu/
H A DGrCoordTransform.h129 const SkMatrix& getMatrix() const { return fMatrix; } function in class:GrCoordTransform
/external/skia/include/views/
H A DSkWindow.h76 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/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
H A DGraph.h421 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
516 MatrixPtr AllocatedCosts = CostAlloc.getMatrix(std::move(Costs));
/external/skia/include/utils/
H A DSkCamera.h138 void getMatrix(SkMatrix*) const;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DMovieHeaderBox.java83 public long[] getMatrix() { method in class:MovieHeaderBox
H A DTrackHeaderBox.java84 public long[] getMatrix() { method in class:TrackHeaderBox
/external/skia/samplecode/
H A DClockFaceView.cpp100 buffer.writeMatrix(this->getMatrix());
H A DSamplePathFuzz.cpp165 const SkMatrix& getMatrix() const { function in class:FuzzPath
678 const SkMatrix& matrix = fuzzPath.getMatrix();
H A DSampleAndroidShadows.cpp553 view.getMatrix(&persp);
574 view.getMatrix(&persp);
/external/skia/src/utils/
H A DSkCamera.cpp382 void Sk3DView::getMatrix(SkMatrix* matrix) const { function in class:Sk3DView
395 this->getMatrix(&matrix);

Completed in 1325 milliseconds

12