Searched refs:CharCode (Results 1 – 14 of 14) sorted by relevance
79 virtual bool SetAlternateChar(CharCode c);86 virtual int GetCharWidth(CharCode c) const;89 GetCharWidths(CharCode c) const;93 CharCode c96 virtual bool HasGlyph(CharCode c) const;191 GlyphIndex GetGlyphIndex(CharCode c) const;201 GlyphIndex FindGlyphIndex(CharCode c) const;214 CharCode c335 mutable CharCode m_LastCharCode;
87 virtual bool SetAlternateChar(CharCode c);98 CharCode c // 幅を求める文字102 CharCode c // 幅を求める文字107 CharCode c // グリフ情報を取得する文字110 CharCode c // グリフ情報の有無を取得する文字
118 typedef u16 CharCode; typedef163 static const CharCode INVALID_CHARACTER_CODE = INVALID_CHAR_CODE;267 virtual bool SetAlternateChar(CharCode c) = 0;281 virtual int GetCharWidth(CharCode c) const = 0;290 GetCharWidths(CharCode c) const = 0;299 CharCode c309 CharCode c
204 bool PreloadSheet(CharCode c);214 bool LockSheet(CharCode c);224 CharCode c,245 CharCode c410 int GetSheetIndex(CharCode c) const;
136 CharCode c
386 GetCharWidths(CharCode c) const;388 virtual bool HasGlyph(CharCode c) const;
365 f32 Print(CharCode code);
147 PairFont::SetAlternateChar(CharCode c) in SetAlternateChar()184 PairFont::GetCharWidth(CharCode c) const in GetCharWidth()205 PairFont::GetCharWidths(CharCode c) const in GetCharWidths()228 CharCode c in GetGlyph()250 PairFont::HasGlyph(CharCode c) const in HasGlyph()
205 ResFontBase::SetAlternateChar( CharCode c ) in SetAlternateChar()235 ResFontBase::GetCharWidth( CharCode c ) const in GetCharWidth()241 ResFontBase::GetCharWidths( CharCode c ) const in GetCharWidths()248 ResFontBase::GetGlyph( Glyph* glyph, CharCode c ) const in GetGlyph()255 ResFontBase::HasGlyph( CharCode c ) const in HasGlyph()283 ResFontBase::GetGlyphIndex( CharCode c ) const in GetGlyphIndex()291 ResFontBase::FindGlyphIndex( CharCode c ) const in FindGlyphIndex()321 CharCode c in FindGlyphIndex()
319 CharCode c in GetGlyph()361 PackedFont::PreloadSheet(CharCode c) in PreloadSheet()381 PackedFont::LockSheet(CharCode c) in LockSheet()405 CharCode c, in UnlockSheet()703 PackedFont::GetSheetIndex(CharCode c) const in GetSheetIndex()
301 CharCode c in GetGlyph()
421 CharCode code = reader.Next(); in CalcLineRectImpl()614 CharCode code = reader.Next(); in PrintImpl()
58 ArchiveFontBase::GetCharWidths(CharCode c) const in GetCharWidths()74 ArchiveFontBase::HasGlyph(CharCode c) const in HasGlyph()
227 CharWriter::Print(CharCode code) in Print()