Searched refs:getMatrix (Results 26 - 47 of 47) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DMp4TrackImpl.java170 trackMetaData.setMatrix(tkhd.getMatrix());
/external/skia/src/animator/
H A DSkMatrixParts.cpp152 if (fPathMeasure.getMatrix(offset, &result, (SkPathMeasure::MatrixFlags)gFlags[mode]))
H A DSkPathParts.cpp314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DVideoLayerAndroid.cpp189 GLfloat* matrix = manager->getMatrix(uniqueId());
H A DBaseLayerAndroid.cpp65 matrix->preConcat(getMatrix());
H A DVideoLayerManager.cpp175 GLfloat* VideoLayerManager::getMatrix(const int layerId) function in class:WebCore::VideoLayerManager
/external/skia/src/gpu/gl/
H A DGrGpuGLShaders.cpp358 return fHWDrawState.getSampler(stage).getMatrix();
489 this->getHWSamplerMatrix(s) != drawState.getSampler(s).getMatrix())) {
491 GrMatrix m = drawState.getSampler(s).getMatrix();
519 this->recordHWSamplerMatrix(s, drawState.getSampler(s).getMatrix());
1060 } else if (!sampler.getMatrix().hasPerspective()) {
H A DGrGpuGL.cpp135 if (!sampler.getMatrix().isIdentity()) {
/external/skia/src/core/
H A DSkPicturePlayback.cpp559 canvas.concat(*getMatrix());
577 const SkMatrix* matrix = getMatrix();
688 const SkMatrix* matrix = getMatrix();
739 canvas.setMatrix(*getMatrix());
1240 DUMP_PTR(SkMatrix, getMatrix());
1302 DUMP_PTR(SkMatrix, getMatrix());
H A DSkPathMeasure.cpp445 bool SkPathMeasure::getMatrix(SkScalar distance, SkMatrix* matrix,
H A DSkCanvas.cpp263 const SkMatrix& getMatrix() const { return *fMatrix; } function in class:SkDrawIter
1967 return fImpl->getMatrix();
/external/skia/src/utils/
H A DSkCamera.cpp410 void Sk3DView::getMatrix(SkMatrix* matrix) const { function in class:Sk3DView
423 this->getMatrix(&matrix);
/external/skia/src/gpu/
H A DGrTextContext.cpp106 fOrigViewMatrix = fContext->getMatrix();
H A DGrContext.cpp604 if (!this->getMatrix().hasPerspective()) {
1280 GrMatrix matrix = context->getMatrix();
1910 const GrMatrix& GrContext::getMatrix() const { function in class:GrContext
H A DGrDrawTarget.cpp1121 fSamplerMatrices[s] = drawState->getSampler(s).getMatrix();
H A DSkGpuDevice.cpp1061 GrMatrix ivm = context->getMatrix();
/external/skia/samplecode/
H A DSampleTextEffects.cpp207 this->getMatrix().mapPoints(dstP, src, 2);
H A DSampleAll.cpp239 this->getMatrix().mapPoints(dstP, src, 2);
H A DSampleSlides.cpp632 this->getMatrix().mapPoints(dstP, src, 2);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java229 tkhd.setMatrix(track.getTrackMetaData().getMatrix());
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp333 writeMatrix(stream, layer->getMatrix());
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1434 milliseconds

12