Searched refs:mpFontKernPairs (Results 1 – 8 of 8) sorted by relevance
1665 if ( mpFontKernPairs ) in SetFont()1667 delete[] mpFontKernPairs; in SetFont()1668 mpFontKernPairs = NULL; in SetFont()1807 if ( !pData->mpFontKernPairs ) in ImplAddKerningPairs()1903 if( mpFontKernPairs ) in GetKernPairs()1905 delete[] mpFontKernPairs; in GetKernPairs()1906 mpFontKernPairs = NULL; in GetKernPairs()1916 mpFontKernPairs = pPairs; in GetKernPairs()1929 std::sort( mpFontKernPairs, mpFontKernPairs + mnFontKernPairCount, ImplCmpKernData ); in GetKernPairs()1934 else if( mpFontKernPairs ) in GetKernPairs()[all …]
747 mpFontKernPairs = NULL; in WinSalGraphics()788 if ( mpFontKernPairs ) in ~WinSalGraphics()789 delete mpFontKernPairs; in ~WinSalGraphics()
3054 rFontInstance.SetKernData( mnFontKernPairCount, mpFontKernPairs );
880 if ( mpFontKernPairs ) in SetFont()882 delete[] mpFontKernPairs; in SetFont()883 mpFontKernPairs = NULL; in SetFont()996 if( mpFontKernPairs ) in GetKernPairs()998 delete[] mpFontKernPairs; in GetKernPairs()999 mpFontKernPairs = NULL; in GetKernPairs()1012 mpFontKernPairs = pPairs; in GetKernPairs()1026 std::sort( mpFontKernPairs, mpFontKernPairs + mnFontKernPairCount, ImplCmpKernData ); in GetKernPairs()1031 else if( mpFontKernPairs ) in GetKernPairs()1035 memcpy( pKernPairs, mpFontKernPairs, in GetKernPairs()
111 mpFontKernPairs = NULL; in Os2SalGraphics()126 if ( mpFontKernPairs ) in ~Os2SalGraphics()127 delete mpFontKernPairs; in ~Os2SalGraphics()
964 rFontInstance.SetKernData( mnFontKernPairCount, mpFontKernPairs );
149 KERNINGPAIRS* mpFontKernPairs; // Kerning Pairs of the current Font member in Os2SalGraphics
161 KERNINGPAIR* mpFontKernPairs; // Kerning Pairs of the current Font member in WinSalGraphics
Completed in 72 milliseconds