Home
last modified time | relevance | path

Searched refs:GetTransformMatrix (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp17 SkMatrix GrGLSLPrimitiveProcessor::GetTransformMatrix(const SkMatrix& localMatrix, in GetTransformMatrix() function in GrGLSLPrimitiveProcessor
DGrGLSLPrimitiveProcessor.h133 static SkMatrix GetTransformMatrix(const SkMatrix& localMatrix, const GrCoordTransform&);
DGrGLSLGeometryProcessor.cpp78 const SkMatrix& m = GetTransformMatrix(localMatrix, *coordTransform); in setTransformDataHelper()
/external/skia/src/gpu/
DGrPathProcessor.cpp86 const SkMatrix& m = GetTransformMatrix(pathProc.localMatrix(), *coordTransform); in setData()