Home
last modified time | relevance | path

Searched refs:aGlyphSet (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx141 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 …]
/trunk/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx417 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 Dxrender_peer.hxx291 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 Dsalgdi3.cxx622 GlyphSet aGlyphSet = rGlyphPeer.GetGlyphSet( rFont, m_nScreen ); in DrawServerAAFontString() local
643 aGlyphSet, aPos.X(), aPos.Y(), aRenderAry, nGlyphs ); in DrawServerAAFontString()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx757 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx1722 GLYPHSET aGlyphSet; in GetFontEncodingVector()
1723 aGlyphSet.cbThis = sizeof(aGlyphSet); in GetFontEncodingVector()
1724 DWORD aW = ::GetFontUnicodeRanges( mhPS, &aGlyphSet); in GetFontEncodingVector()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2942 GLYPHSET aGlyphSet; in GetFontEncodingVector()
2943 aGlyphSet.cbThis = sizeof(aGlyphSet); in GetFontEncodingVector()
2944 DWORD aW = ::GetFontUnicodeRanges( getHDC(), &aGlyphSet); in GetFontEncodingVector()

Completed in 61 milliseconds