Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx141 char_list_t::iterator aGlyphSet; in LookupCharID() local
145 for (aGlyphSet = maCharList.begin(), nGlyphSetID = 1; in LookupCharID()
146 aGlyphSet != maCharList.end(); in LookupCharID()
147 ++aGlyphSet, nGlyphSetID++) in LookupCharID()
150 char_map_t::const_iterator aGlyph = (*aGlyphSet).find (nChar); in LookupCharID()
151 if (aGlyph != (*aGlyphSet).end()) in LookupCharID()
172 glyph_list_t::iterator aGlyphSet; in LookupGlyphID() local
176 for (aGlyphSet = maGlyphList.begin(), nGlyphSetID = 1; in LookupGlyphID()
177 aGlyphSet != maGlyphList.end(); in LookupGlyphID()
178 ++aGlyphSet, nGlyphSetID++) in LookupGlyphID()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()