Home
last modified time | relevance | path

Searched refs:mnChar1 (Results 1 – 5 of 5) sorted by path

/trunk/main/vcl/inc/
H A Dglyphcache.hxx367 { return (rA.mnChar1 == rB.mnChar1) && (rA.mnChar2 == rB.mnChar2); } }; in operator ()()
369 { return (rA.mnChar1) * 256 ^ rA.mnChar2; } }; in operator ()()
H A Doutfont.hxx253 sal_uInt16 mnChar1; member
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1935 aKernPair.mnChar1 = GetUShort( pBuffer+0 ); in GetKernPairs()
1967 aKernPair.mnChar1 = nLeft; in GetKernPairs()
2008 aKernPair.mnChar1 = NEXT_U16( pBuffer ); in GetKernPairs()
2038 aKernPair.mnChar1 = nLeft; in GetKernPairs()
2082 FT_Error rcFT = FT_Get_Kerning( maFaceFT, it->mnChar1, it->mnChar2, in GetKernPairs()
2089 const CPair p1 = aCmap.equal_range( it->mnChar1 ); in GetKernPairs()
2093 aKernPair.mnChar1 = (*i1).second; in GetKernPairs()
2108 pTo->mnChar1 = it->mnChar1; in GetKernPairs()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx957 pKernPairs[i].mnChar1 = it->first; in GetKernPairs()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx866 pKernPairs[i].mnChar1 = it->first; in GetKernPairs()

Completed in 48 milliseconds