Searched refs:aRefPair (Results 1 – 2 of 2) sorted by relevance
1025 const KERNINGPAIRS aRefPair = { cLeft, cRight, 0 }; local1029 pEndPair, aRefPair, ImplCmpKernData );1031 && (pPair->sFirstChar == aRefPair.sFirstChar)1032 && (pPair->sSecondChar == aRefPair.sSecondChar) )
3137 const KERNINGPAIR aRefPair = { cLeft, cRight, 0 }; local3141 pEndPair, aRefPair, ImplCmpKernData );3143 && (pPair->wFirst == aRefPair.wFirst)3144 && (pPair->wSecond == aRefPair.wSecond) )
Completed in 28 milliseconds