Searched refs:VertexType (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkPatchGrid.h | 83 enum VertexType { enum 90 SkPatchGrid(int rows = 0, int cols = 0, VertexType flags = kNone_VertexType, 116 void reset(int rows, int cols, VertexType flags, SkXfermode* xMode); 134 VertexType fModeFlags;
|
D | SkPatchGrid.cpp | 11 SkPatchGrid::SkPatchGrid(int rows, int cols, VertexType flags, SkXfermode* xfer) in SkPatchGrid() 122 void SkPatchGrid::reset(int rows, int cols, VertexType flags, SkXfermode* xMode) { in reset()
|
/external/skia/src/gpu/batches/ |
D | GrAAHairLinePathRenderer.cpp | 633 template <class VertexType> 647 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()
|