Searched refs:aGlyphSet (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 141 char_list_t::iterator aGlyphSet; in LookupCharID() local 147 ++aGlyphSet, nGlyphSetID++) in LookupCharID() 277 AddNotdef (aGlyphSet); in AddCharID() 287 AddNotdef (aGlyphSet); in AddCharID() 291 aGlyphSet [nChar] = nSize; in AddCharID() 336 AddNotdef (aGlyphSet); in AddGlyphID() 346 AddNotdef (aGlyphSet); in AddGlyphID() 519 for (aSet = aGlyphSet.begin(); aSet != aGlyphSet.end(); ++aSet) in DrawGlyphs() 652 for (aSet = aGlyphSet.begin(); aSet != aGlyphSet.end(); ++aSet) in ImplDrawText() 711 for (aGlyphSet = maCharList.begin(); aGlyphSet != maCharList.end(); aGlyphSet++) in PSUploadEncoding() [all …]
|
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | gcach_xpeer.cxx | 417 GlyphSet aGlyphSet; in GetGlyphSet() local 422 aGlyphSet = (GlyphSet)rServerFont.GetExtPointer(); in GetGlyphSet() 434 aGlyphSet = XRenderPeer::GetInstance().CreateGlyphSet(); in GetGlyphSet() 435 rServerFont.SetExtended( INFO_XRENDER, (void*)aGlyphSet ); in GetGlyphSet() 438 aGlyphSet = 0; in GetGlyphSet() 443 aGlyphSet = 0; in GetGlyphSet() 447 return aGlyphSet; in GetGlyphSet() 617 GlyphSet aGlyphSet = GetGlyphSet( rServerFont, -1 ); in GetXRGlyph() local 621 XRenderPeer::GetInstance().AddGlyph( aGlyphSet, nXRGlyph, in GetXRGlyph()
|
H A D | xrender_peer.hxx | 291 GlyphSet aGlyphSet, int nDstX, int nDstY, in CompositeString32() argument 296 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32() 299 aGlyphSet, 0, 0, nDstX, nDstY, pText, nTextLen ); in CompositeString32()
|
H A D | salgdi3.cxx | 622 GlyphSet aGlyphSet = rGlyphPeer.GetGlyphSet( rFont, m_nScreen ); in DrawServerAAFontString() local 643 aGlyphSet, aPos.X(), aPos.Y(), aRenderAry, nGlyphs ); in DrawServerAAFontString()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_layout.cxx | 757 glyph_set_range_t aGlyphSet = pSegment->charToGlyphs(limit - 1); in CreateSegment() local 758 if (aGlyphSet.first == aGlyphSet.second) in CreateSegment() 766 while (aGlyphSet.first != aGlyphSet.second) in CreateSegment() 768 int lastChar = static_cast<int>((*aGlyphSet.first).lastChar()); in CreateSegment() 775 aGlyphSet.first++; in CreateSegment()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 1722 GLYPHSET aGlyphSet; in GetFontEncodingVector() 1723 aGlyphSet.cbThis = sizeof(aGlyphSet); in GetFontEncodingVector() 1724 DWORD aW = ::GetFontUnicodeRanges( mhPS, &aGlyphSet); in GetFontEncodingVector()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 2942 GLYPHSET aGlyphSet; in GetFontEncodingVector() 2943 aGlyphSet.cbThis = sizeof(aGlyphSet); in GetFontEncodingVector() 2944 DWORD aW = ::GetFontUnicodeRanges( getHDC(), &aGlyphSet); in GetFontEncodingVector()
|
Completed in 82 milliseconds