Searched refs:nGGOFlags (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1208 UINT nGGOFlags = GGO_METRICS; in GetGlyphBoundRect() local 1210 nGGOFlags |= GGO_GLYPH_INDEX; in GetGlyphBoundRect() 1215 nSize = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, &aGM, 0, NULL, &aMat ); in GetGlyphBoundRect() 1244 UINT nGGOFlags = GGO_NATIVE; in GetGlyphOutline() local 1246 nGGOFlags |= GGO_GLYPH_INDEX; in GetGlyphOutline() 1251 nSize1 = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, &aGlyphMetrics, 0, NULL, &aMat ); in GetGlyphOutline() 1260 nSize2 = Ft2GetGlyphOutline( mhPS, aGlyphId, nGGOFlags, in GetGlyphOutline()
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2438 UINT nGGOFlags = GGO_METRICS; in GetGlyphBoundRect() local 2440 nGGOFlags |= GGO_GLYPH_INDEX; in GetGlyphBoundRect() 2446 DWORD nSize = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, &aGM, 0, NULL, &aMat ); in GetGlyphBoundRect() 2473 UINT nGGOFlags = GGO_NATIVE; in GetGlyphOutline() local 2475 nGGOFlags |= GGO_GLYPH_INDEX; in GetGlyphOutline() 2479 …const DWORD nSize1 = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, &aGlyphMetrics, 0, NULL, &aMat … in GetGlyphOutline() 2486 const DWORD nSize2 = ::GetGlyphOutlineW( hDC, aGlyphId, nGGOFlags, in GetGlyphOutline()
|
Completed in 30 milliseconds