Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkNinePatch.cpp28 static int fillIndices(uint16_t indices[], int xCount, int yCount) { in fillIndices() function
206 SkDEBUGCODE(int n =) fillIndices(indices, numXDivs + 1, numYDivs + 1); in DrawMesh()