Home
last modified time | relevance | path

Searched refs:aRefPair (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx1025 const KERNINGPAIRS aRefPair = { cLeft, cRight, 0 }; local
1029 pEndPair, aRefPair, ImplCmpKernData );
1031 && (pPair->sFirstChar == aRefPair.sFirstChar)
1032 && (pPair->sSecondChar == aRefPair.sSecondChar) )
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx3137 const KERNINGPAIR aRefPair = { cLeft, cRight, 0 }; local
3141 pEndPair, aRefPair, ImplCmpKernData );
3143 && (pPair->wFirst == aRefPair.wFirst)
3144 && (pPair->wSecond == aRefPair.wSecond) )

Completed in 34 milliseconds