Home
last modified time | relevance | path

Searched defs:VertState (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkVertState.h22 struct VertState { struct
26 * Construct a VertState from a vertex count, index array, and index count. argument
29 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() argument
39 typedef bool (*Proc)(VertState*); argument
52 static bool Triangles(VertState*); argument