Searched defs:PathIndexType (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRange.h28 enum PathIndexType { enum in class:GrPathRange
36 static inline int PathIndexSizeInBytes(PathIndexType type) {
73 void loadPathsIfNeeded(const void* indices, PathIndexType, int count) const;
113 void assertPathsLoaded(const void* indices, PathIndexType, int count) const;
H A DGrPathRendering.h38 typedef GrPathRange::PathIndexType PathIndexType; typedef in class:GrPathRendering
176 PathIndexType indexType, const float transformValues[],
195 virtual void onDrawPaths(const DrawPathArgs&, const GrPathRange*, const void*, PathIndexType,

Completed in 87 milliseconds