Searched refs:mpGlyphRTLFlags (Results 1 – 4 of 4) sorted by relevance
165 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL member in Os2SalLayout208 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]) )
204 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL member in SimpleWinLayout267 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]) )
93 mutable bool* mpGlyphRTLFlags; // BiDi status for glyphs: true if RTL member in ATSLayout137 mpGlyphRTLFlags( NULL ), in ATSLayout()156 delete[] mpGlyphRTLFlags; in ~ATSLayout()1076 DELETEAZ( mpGlyphRTLFlags ); in InvalidateMeasurements()
55 bool* mpGlyphRTLFlags; // BiDi status for glyphs: true=>RTL
Completed in 37 milliseconds