Searched refs:uiPairToSearch (Results 1 – 1 of 1) sorted by relevance
311 PVRTuint64 uiPairToSearch = ((PVRTuint64)cA << 32) | (PVRTuint64)cB; in ApplyKerning() local312 …KerningPair* pItem = (KerningPair*)bsearch(&uiPairToSearch, m_pKerningPairs, m_uiNumKerningPairs, … in ApplyKerning()