Searched refs:aCharMap (Results 1 – 2 of 2) sorted by relevance
399 FontCharMap aCharMap; in GuessScriptType() local402 if( pPrinter->GetFontCharMap( aCharMap ) ) in GuessScriptType()406 aCharMap.HasChar( 0x3041 ) || // 3040-309F: Hiragana in GuessScriptType()407 aCharMap.HasChar( 0x30A1 ) || // 30A0-30FF: Katakana in GuessScriptType()408 aCharMap.HasChar( 0x3111 ) || // 3100-312F: Bopomofo in GuessScriptType()414 aCharMap.HasChar( 0xA001 ) || // A001-A48F: Yi Syllables in GuessScriptType()421 aCharMap.HasChar( 0x05D1 ) || // 0590-05FF: Hebrew in GuessScriptType()422 aCharMap.HasChar( 0x0631 ) || // 0600-06FF: Arabic in GuessScriptType()423 aCharMap.HasChar( 0x0721 ) || // 0700-074F: Syriac in GuessScriptType()424 aCharMap.HasChar( 0x0911 ) || // 0900-0DFF: Indic scripts in GuessScriptType()[all …]
3810 const ImplFontCharMap aCharMap( aCmapResult ); in getGlyphWidths() local3814 const sal_uInt32 c = aCharMap.GetNextChar( cOld ); in getGlyphWidths()3823 const sal_GlyphId aGlyphId = aCharMap.GetGlyphIndex( c ); in getGlyphWidths()
Completed in 39 milliseconds