Home
last modified time | relevance | path

Searched refs:edgeV0Idx (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.cpp251 void appendCountourEdgeIndices(uint16_t edgeV0Idx) { in appendCountourEdgeIndices() argument
257 *(fCurIdx++) = edgeV0Idx; in appendCountourEdgeIndices()
258 *(fCurIdx++) = edgeV0Idx + 1; in appendCountourEdgeIndices()
DGrMSAAPathRenderer.cpp80 uint16_t edgeV0Idx, in append_contour_edge_indices() argument
83 *(lines.nextIndex++) = edgeV0Idx; in append_contour_edge_indices()
84 *(lines.nextIndex++) = edgeV0Idx + 1; in append_contour_edge_indices()