/external/pdfium/core/fpdfapi/font/ |
D | cpdf_truetypefont.cpp | 74 int charcode = 0; in LoadGlyphMap() local 95 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 151 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 163 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 170 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 180 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 194 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 212 for (int charcode = 0; charcode < 256; charcode++) in LoadGlyphMap() local
|
D | cpdf_type1font.cpp | 100 int CPDF_Type1Font::GlyphFromCharCodeExt(uint32_t charcode) { in GlyphFromCharCodeExt() 133 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 160 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 190 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 223 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 257 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 293 for (int charcode = 0; charcode < 256; charcode++) { in LoadGlyphMap() local 320 void CPDF_Type1Font::SetExtGID(const char* name, int charcode) { in SetExtGID() 329 void CPDF_Type1Font::CalcExtGID(int charcode) { in CalcExtGID()
|
D | cpdf_simplefont.cpp | 24 int CPDF_SimpleFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) { in GlyphFromCharCode() 38 void CPDF_SimpleFont::LoadCharMetrics(int charcode) { in LoadCharMetrics() 83 int CPDF_SimpleFont::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() 96 FX_RECT CPDF_SimpleFont::GetCharBBox(uint32_t charcode) { in GetCharBBox()
|
D | cpdf_fontencoding.h | 46 wchar_t UnicodeFromCharCode(uint8_t charcode) const { in UnicodeFromCharCode() 51 void SetUnicode(uint8_t charcode, wchar_t unicode) { in SetUnicode()
|
D | cpdf_type3font.cpp | 91 CPDF_Type3Char* CPDF_Type3Font::LoadChar(uint32_t charcode) { in LoadChar() 132 int CPDF_Type3Font::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() 143 FX_RECT CPDF_Type3Font::GetCharBBox(uint32_t charcode) { in GetCharBBox()
|
D | cpdf_font.cpp | 129 int CPDF_Font::GlyphFromCharCodeExt(uint32_t charcode) { in GlyphFromCharCodeExt() 292 uint32_t charcode = GetNextChar(pString, size, offset); in GetStringWidth() local 439 int charcode) { in GetAdobeCharName() 454 uint32_t CPDF_Font::FallbackFontFromCharcode(uint32_t charcode) { in FallbackFontFromCharcode() 464 int CPDF_Font::FallbackGlyphFromCharcode(int fallbackFont, uint32_t charcode) { in FallbackGlyphFromCharcode()
|
D | cpdf_fontencoding.cpp | 1770 const char* PDF_CharNameFromPredefinedCharSet(int encoding, uint8_t charcode) { in PDF_CharNameFromPredefinedCharSet() 1801 wchar_t FT_UnicodeFromCharCode(int encoding, uint32_t charcode) { in FT_UnicodeFromCharCode()
|
D | cpdf_cidfont.cpp | 145 uint32_t charcode) { in EmbeddedUnicodeFromCharcode() 289 uint32_t charcode = CPDF_Font::CharCodeFromUnicode(unicode); in CharCodeFromUnicode() local 444 FX_RECT CPDF_CIDFont::GetCharBBox(uint32_t charcode) { in GetCharBBox() 517 int CPDF_CIDFont::GetCharWidthF(uint32_t charcode) { in GetCharWidthF() 616 int CPDF_CIDFont::GlyphFromCharCode(uint32_t charcode, bool* pVertGlyph) { in GlyphFromCharCode()
|
D | cpdf_cmap.cpp | 208 uint32_t charcode, in GetFourByteCharSizeImpl() 368 uint32_t charcode = 0; in GetNextChar() local
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 60 for (uint32_t charcode : m_CharCodes) { in CountChars() local 68 uint32_t* charcode, in GetCharInfo() 91 uint32_t charcode = m_CharCodes[i]; in GetCharInfo() local 214 uint32_t charcode = m_CharCodes[i]; in CalcPositionData() local
|
/external/pdfium/core/fxge/ |
D | cfx_unicodeencoding.cpp | 18 uint32_t CFX_UnicodeEncoding::GlyphFromCharCode(uint32_t charcode) { in GlyphFromCharCode()
|
D | cfx_unicodeencodingex.cpp | 44 uint32_t CFX_UnicodeEncodingEx::GlyphFromCharCode(uint32_t charcode) { in GlyphFromCharCode()
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | fpdf_cmaps.cpp | 39 uint16_t FPDFAPI_CIDFromCharCode(const FXCMAP_CMap* pMap, uint32_t charcode) { in FPDFAPI_CIDFromCharCode() 49 [](const FXCMAP_DWordCIDMap& element, uint32_t charcode) { in FPDFAPI_CIDFromCharCode()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_type3cache.cpp | 86 CFX_GlyphBitmap* CPDF_Type3Cache::LoadGlyph(uint32_t charcode, in LoadGlyph() 117 uint32_t charcode, in RenderGlyph()
|
/external/freetype/src/autofit/ |
D | afglobal.c | 188 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local 217 FT_ULong charcode = range->first; in af_face_globals_compute_style_coverage() local
|
/external/freetype/src/bdf/ |
D | bdfdrivr.c | 92 FT_UInt32 charcode ) in bdf_cmap_char_index() 137 FT_ULong charcode = *acharcode + 1; in bdf_cmap_char_next() local
|
/external/freetype/src/pcf/ |
D | pcfdrivr.c | 105 FT_UInt32 charcode ) in pcf_cmap_char_index() 147 FT_ULong charcode = *acharcode + 1; in pcf_cmap_char_next() local
|
/external/freetype/src/psaux/ |
D | t1decode.c | 132 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode_ps() 182 FT_Int charcode ) in t1_lookup_glyph_by_stdcharcode()
|
/external/freetype/src/sfnt/ |
D | ttcmap.c | 148 FT_UInt32 charcode = *pchar_code; in tt_cmap0_char_next() local 502 FT_UInt32 charcode = *pcharcode + 1; in tt_cmap2_char_next() local 789 FT_UInt charcode; in tt_cmap4_next() local 1092 FT_UInt32 charcode = *pcharcode; in tt_cmap4_char_map_linear() local 1226 FT_UInt charcode = (FT_UInt)*pcharcode; in tt_cmap4_char_map_binary() local 3272 FT_UInt32 charcode, in tt_cmap14_char_var_index() 3304 FT_UInt32 charcode, in tt_cmap14_char_var_isdefault()
|
/external/freetype/src/cache/ |
D | ftccmap.c | 52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ argument
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 391 for (uint32_t charcode : pTextObj->GetCharCodes()) { in ProcessText() local
|
/external/freetype/src/type42/ |
D | t42objs.c | 101 FT_Int charcode, idx, min_char, max_char; in T42_Open_Face() local
|
/external/freetype/src/base/ |
D | ftobjs.c | 3669 FT_ULong charcode ) in FT_Get_Char_Index() 3723 FT_ULong charcode, in FT_Get_Next_Char() 3835 FT_ULong charcode, in FT_Face_GetCharVariantIndex() 3881 FT_ULong charcode, in FT_Face_GetCharVariantIsDefault() 3951 FT_ULong charcode ) in FT_Face_GetVariantsOfChar()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_document.cpp | 891 for (int charcode = 32; charcode < 128; charcode++) { in AddFont() local 899 for (int charcode = 128; charcode <= 255; charcode++) { in AddFont() local
|
/external/freetype/src/type1/ |
D | t1load.c | 1426 FT_Int charcode; in parse_encoding() local 2444 FT_Int charcode, idx, min_char, max_char; in T1_Open_Face() local
|