Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkPatchGrid.h83 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;
DSkPatchGrid.cpp11 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/
DGrAAHairLinePathRenderer.cpp633 template <class VertexType>
647 VertexType* verts = reinterpret_cast<VertexType*>(vertices); in check_bounds()