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

/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchGrid.h83 enum VertexType { enum in class:SkPatchGrid
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;

Completed in 616 milliseconds