Searched refs:indCount (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demoFont.c | 218 u32 indCount; in DEMOFontPuts() local 252 indCount = 0; in DEMOFontPuts() 298 indices[indCount++] = PACK(px1, py1, ps1, pt1); in DEMOFontPuts() 299 indices[indCount++] = PACK(px1, py2, ps1, pt2); in DEMOFontPuts() 300 indices[indCount++] = PACK(px2, py2, ps2, pt2); in DEMOFontPuts() 301 indices[indCount++] = PACK(px2, py1, ps2, pt1); in DEMOFontPuts() 307 if (indCount == 0) continue; in DEMOFontPuts() 314 indCount, in DEMOFontPuts()
|