Home
last modified time | relevance | path

Searched refs:mpGlyphRTLFlags (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx165 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL member in Os2SalLayout
208 mpGlyphRTLFlags( NULL ), in Os2SalLayout()
221 delete[] mpGlyphRTLFlags; in ~Os2SalLayout()
277 mpGlyphRTLFlags = new bool[ mnCharCount ];
279 mpGlyphRTLFlags[i] = false;
315 mpGlyphRTLFlags[ mnGlyphCount ] = true;
391 bool bRTL = mpGlyphRTLFlags ? mpGlyphRTLFlags[i] : false;
692 if( !(mpGlyphRTLFlags && mpGlyphRTLFlags[i]) )
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx204 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL member in SimpleWinLayout
267 mpGlyphRTLFlags( NULL ), in SimpleWinLayout()
280 delete[] mpGlyphRTLFlags; in ~SimpleWinLayout()
334 mpGlyphRTLFlags = new bool[ mnCharCount ];
336 mpGlyphRTLFlags[i] = false;
372 mpGlyphRTLFlags[ mnGlyphCount ] = true;
457 bool bRTL = mpGlyphRTLFlags ? mpGlyphRTLFlags[i] : false;
766 if( !(mpGlyphRTLFlags && mpGlyphRTLFlags[i]) )
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx93 mutable bool* mpGlyphRTLFlags; // BiDi status for glyphs: true if RTL member in ATSLayout
137 mpGlyphRTLFlags( NULL ), in ATSLayout()
156 delete[] mpGlyphRTLFlags; in ~ATSLayout()
1076 DELETEAZ( mpGlyphRTLFlags ); in InvalidateMeasurements()
/trunk/main/vcl/inc/os2/
H A Dsallayout.h55 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL

Completed in 35 milliseconds