Searched refs:px2 (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demoFont.c | 258 u32 px1, px2, py1, py2; in DEMOFontPuts() local 275 px2 = (u32)(pFont->pCharDataBuffer[index].maxX + advanceX); in DEMOFontPuts() 280 if (px2 > 0xfff) { in DEMOFontPuts() 296 CHECK(px2, py2, ps2, pt2); in DEMOFontPuts() 300 indices[indCount++] = PACK(px2, py2, ps2, pt2); in DEMOFontPuts() 301 indices[indCount++] = PACK(px2, py1, ps2, pt1); in DEMOFontPuts()
|