Home
last modified time | relevance | path

Searched refs:PathTransformSize (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrPathRendering.h49 static inline int PathTransformSize(PathTransformType type) { in PathTransformSize() function
DGrInOrderDrawBuffer.h56 const int xformBytes = GrPathRendering::PathTransformSize(transformType) * sizeof(float); in appendIndicesAndTransforms()
DGrInOrderCommandBuilder.cpp109 const int xformSize = GrPathRendering::PathTransformSize(transformType); in recordDrawPaths()