Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathProcessor.cpp98 m = GetTransformMatrix(transform, SkMatrix::I()); in setData()
100 m = GetTransformMatrix(transform, pathProc.localMatrix()); in setData()
/external/skia/src/gpu/glsl/
DGrGLSLGeometryProcessor.cpp139 m = GetTransformMatrix(transform, SkMatrix::I()); in setTransformDataHelper()
141 m = GetTransformMatrix(transform, localMatrix); in setTransformDataHelper()
DGrGLSLPrimitiveProcessor.cpp17 SkMatrix GrGLSLPrimitiveProcessor::GetTransformMatrix(const GrCoordTransform& coordTransform, in GetTransformMatrix() function in GrGLSLPrimitiveProcessor
DGrGLSLPrimitiveProcessor.h151 static SkMatrix GetTransformMatrix(const GrCoordTransform&, const SkMatrix& preMatrix);
/external/skqp/src/gpu/glsl/
DGrGLSLPrimitiveProcessor.cpp17 SkMatrix GrGLSLPrimitiveProcessor::GetTransformMatrix(const SkMatrix& localMatrix, in GetTransformMatrix() function in GrGLSLPrimitiveProcessor
DGrGLSLPrimitiveProcessor.h125 static SkMatrix GetTransformMatrix(const SkMatrix& localMatrix, const GrCoordTransform&);
DGrGLSLGeometryProcessor.cpp105 const SkMatrix& m = GetTransformMatrix(localMatrix, *coordTransform); in setTransformDataHelper()
/external/skqp/src/gpu/
DGrPathProcessor.cpp86 const SkMatrix& m = GetTransformMatrix(pathProc.localMatrix(), *coordTransform); in setData()