Searched refs:CharCode (Results 1 – 14 of 14) sorted by relevance
77 virtual bool SetAlternateChar(CharCode c);84 virtual int GetCharWidth(CharCode c) const;87 GetCharWidths(CharCode c) const;91 CharCode c94 virtual bool HasGlyph(CharCode c) const;189 GlyphIndex GetGlyphIndex(CharCode c) const;199 GlyphIndex FindGlyphIndex(CharCode c) const;212 CharCode c333 mutable CharCode m_LastCharCode;
85 virtual bool SetAlternateChar(CharCode c);96 CharCode c // 幅を求める文字100 CharCode c // 幅を求める文字105 CharCode c // グリフ情報を取得する文字108 CharCode c // グリフ情報の有無を取得する文字
116 typedef u16 CharCode; typedef161 static const CharCode INVALID_CHARACTER_CODE = INVALID_CHAR_CODE;265 virtual bool SetAlternateChar(CharCode c) = 0;279 virtual int GetCharWidth(CharCode c) const = 0;288 GetCharWidths(CharCode c) const = 0;297 CharCode c307 CharCode c
202 bool PreloadSheet(CharCode c);212 bool LockSheet(CharCode c);222 CharCode c,243 CharCode c408 int GetSheetIndex(CharCode c) const;
134 CharCode c
384 GetCharWidths(CharCode c) const;386 virtual bool HasGlyph(CharCode c) const;
363 f32 Print(CharCode code);
145 PairFont::SetAlternateChar(CharCode c) in SetAlternateChar()182 PairFont::GetCharWidth(CharCode c) const in GetCharWidth()203 PairFont::GetCharWidths(CharCode c) const in GetCharWidths()226 CharCode c in GetGlyph()248 PairFont::HasGlyph(CharCode c) const in HasGlyph()
203 ResFontBase::SetAlternateChar( CharCode c ) in SetAlternateChar()233 ResFontBase::GetCharWidth( CharCode c ) const in GetCharWidth()239 ResFontBase::GetCharWidths( CharCode c ) const in GetCharWidths()246 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph()253 ResFontBase::HasGlyph( CharCode c ) const in HasGlyph()281 ResFontBase::GetGlyphIndex( CharCode c ) const in GetGlyphIndex()289 ResFontBase::FindGlyphIndex( CharCode c ) const in FindGlyphIndex()319 CharCode c in FindGlyphIndex()
317 CharCode c in GetGlyph()359 PackedFont::PreloadSheet(CharCode c) in PreloadSheet()379 PackedFont::LockSheet(CharCode c) in LockSheet()403 CharCode c, in UnlockSheet()701 PackedFont::GetSheetIndex(CharCode c) const in GetSheetIndex()
299 CharCode c in GetGlyph()
419 CharCode code = reader.Next(); in CalcLineRectImpl()612 CharCode code = reader.Next(); in PrintImpl()
56 ArchiveFontBase::GetCharWidths(CharCode c) const in GetCharWidths()72 ArchiveFontBase::HasGlyph(CharCode c) const in HasGlyph()
225 CharWriter::Print(CharCode code) in Print()