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

12

/external/skia/gpu/src/
H A DGrGpuGLFixed.h42 return fHWDrawState.fSamplerStates[stage].getMatrix();
H A DGrTextContext.cpp115 fOrigViewMatrix = fContext->getMatrix();
/external/skia/include/effects/
H A DSk2DPathEffect.h56 const SkMatrix& getMatrix() const { return fMatrix; } function in class:Sk2DPathEffect
/external/webkit/Source/WebCore/platform/graphics/android/
H A DVideoLayerManager.h66 GLfloat* getMatrix(const int layerId);
H A DLayer.cpp125 matrix->preConcat(getMatrix());
140 matrix->postConcat(getRootLayer()->getMatrix());
170 // getMatrix().toDumpString(&str1);
191 canvas->setMatrix(getRootLayer()->getMatrix());
H A DLayer.h52 const SkMatrix& getMatrix() const { return m_matrix; } function in class:Layer
H A DVideoLayerManager.cpp70 GLfloat* VideoLayerManager::getMatrix(const int layerId) function in class:WebCore::VideoLayerManager
/external/skia/include/core/
H A DSkPathMeasure.h63 bool getMatrix(SkScalar distance, SkMatrix* matrix, MatrixFlags flags = kGetPosAndTan_MatrixFlag);
/external/skia/src/animator/
H A DSkDrawShader.cpp49 shader->setLocalMatrix(matrix->getMatrix());
H A DSkDrawMatrix.h39 SkMatrix& getMatrix();
H A DSkDrawMatrix.cpp99 SkMatrix& concat = getMatrix();
140 SkMatrix& SkDrawMatrix::getMatrix() { function in class:SkDrawMatrix
H A DSkDrawExtraPathEffect.cpp277 dst->addPath(drawPath->getPath(), matrix->getMatrix());
341 fPathEffect = new SkShape2DPathEffect(this, &maker, matrix->getMatrix());
H A DSkMatrixParts.cpp160 if (fPathMeasure.getMatrix(offset, &result, (SkPathMeasure::MatrixFlags)gFlags[mode]))
H A DSkPathParts.cpp322 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
/external/skia/include/utils/
H A DSkLayer.h42 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkLayer
H A DSkCamera.h164 void getMatrix(SkMatrix*) const;
/external/skia/include/views/
H A DSkWindow.h68 const SkMatrix& getMatrix() const { return fMatrix; } function in class:SkWindow
/external/skia/gpu/include/
H A DGrContext.h221 const GrMatrix& getMatrix() const;
605 fMatrix = ctx->getMatrix();
608 fMatrix = ctx->getMatrix();
H A DGrSamplerState.h132 const GrMatrix& getMatrix() const { return fMatrix; } function in class:GrSamplerState
/external/skia/src/utils/
H A DSkLayer.cpp140 matrix->preConcat(this->getMatrix());
148 matrix->postConcat(this->getRootLayer()->getMatrix());
174 // this->getMatrix().toDumpString(&str1);
195 canvas->setMatrix(getRootLayer()->getMatrix());
/external/skia/src/core/
H A DSkDrawing.cpp19 void SkDrawing::getMatrix(SkMatrix* matrix) const { function in class:SkDrawing
H A DSkPicturePlayback.h62 const SkMatrix* getMatrix() { function in class:SkPicturePlayback
/external/skia/src/effects/
H A DSk2DPathEffect.cpp66 const SkMatrix& mat = this->getMatrix();
H A DSk1DPathEffect.cpp193 meas.getMatrix(distance, &matrix);
/external/webkit/Source/WebKit/android/nav/
H A DCachedLayer.cpp201 layer->getMatrix().getTranslateX(), layer->getMatrix().getTranslateY(),

Completed in 255 milliseconds

12