Lines Matching refs:index
257 u32 index = 0; in DEMOFontPuts() local
271 index = BSearchIndex(pFont,id); in DEMOFontPuts()
274 px1 = (u32)(pFont->pCharDataBuffer[index].minX + advanceX); in DEMOFontPuts()
275 px2 = (u32)(pFont->pCharDataBuffer[index].maxX + advanceX); in DEMOFontPuts()
276 py1 = (u32)(pFont->pCharDataBuffer[index].minY); in DEMOFontPuts()
277 py2 = (u32)(pFont->pCharDataBuffer[index].maxY); in DEMOFontPuts()
286 ps1 = (u32)pFont->pCharDataBuffer[index].minS; in DEMOFontPuts()
287 ps2 = (u32)pFont->pCharDataBuffer[index].maxS; in DEMOFontPuts()
288 pt1 = (u32)pFont->pCharDataBuffer[index].minT; in DEMOFontPuts()
289 pt2 = (u32)pFont->pCharDataBuffer[index].maxT; in DEMOFontPuts()
303 advanceX += pFont->pCharDataBuffer[index].xAdvance; in DEMOFontPuts()
577 u32 index = 0; in BSearchIndex() local
601 index = mid; in BSearchIndex()
605 return index; in BSearchIndex()