Home
last modified time | relevance | path

Searched refs:IsDiacritic (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx536 bDiacritic = IsDiacritic( aChar ); in operator ()()
635 bClusterStart = !aGI.IsDiacritic(); // TODO: only needed in RTL-codepath in operator ()()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx81 bool IsDiacritic( sal_UCS4 nChar ) in IsDiacritic() function
1033 if( pG->IsDiacritic() ) in GetCharWidths()
1054 if( pN->IsDiacritic() ) in GetCharWidths()
1206 if( !pClusterG->IsDiacritic() ) // #i99367# ignore diacritics in ApplyDXArray()
1251 if( !pG->IsDiacritic() ) in Justify()
1278 if( pG->IsDiacritic() || (nStretchable <= 0) ) in Justify()
1640 if( !pG->IsDiacritic() ) in SortGlyphItems()
1649 if( pBaseGlyph->IsDiacritic() ) in SortGlyphItems()
/trunk/main/vcl/inc/
H A Dsallayout.hxx138 bool IsDiacritic( sal_UCS4 );
305 bool IsDiacritic() const { return ((mnFlags & IS_DIACRITIC) != 0); } in IsDiacritic() function

Completed in 25 milliseconds