Searched refs:min_vcount_for_mode (Results 1 – 1 of 1) sorted by relevance
26 static size_t min_vcount_for_mode(SkMesh::Mode mode) { in min_vcount_for_mode() function82 if (indexCount < min_vcount_for_mode(mMode)) { in validate()84 modeToStr(mMode), min_vcount_for_mode(mMode), indexCount); in validate()97 if (vertexCount < min_vcount_for_mode(mMode)) { in validate()99 modeToStr(mMode), min_vcount_for_mode(mMode), vertexCount); in validate()