Home
last modified time | relevance | path

Searched refs:mpGlyphItems (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dsallayout.hxx349 GlyphItem* mpGlyphItems; // TODO: change to GlyphList member in GenericSalLayout
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx964 : mpGlyphItems(0), in GenericSalLayout()
973 delete[] mpGlyphItems; in ~GenericSalLayout()
985 if( mpGlyphItems ) in AppendGlyph()
989 delete[] mpGlyphItems; in AppendGlyph()
991 mpGlyphItems = pNewGI; in AppendGlyph()
1142 GlyphItem* pG = mpGlyphItems; in ApplyDXArray()
1193 pG = mpGlyphItems; in ApplyDXArray()
1384 pG1 = mpGlyphItems; in KashidaJustify()
1432 delete[] mpGlyphItems; in KashidaJustify()
1433 mpGlyphItems = pNewGlyphItems; in KashidaJustify()
[all …]

Completed in 28 milliseconds