HomeSort by relevance Sort by last modified time
    Searched defs:charcode (Results 1 - 25 of 27) sorted by null

1 2

  /external/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/pdfium/third_party/freetype/src/cff/
cffload.h 30 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/freetype/src/autofit/
afglobal.c 188 FT_ULong charcode = range->first; local
192 gindex = FT_Get_Char_Index( face, charcode );
201 charcode = FT_Get_Next_Char( face, charcode, &gindex );
203 if ( gindex == 0 || charcode > range->last )
217 FT_ULong charcode = range->first; local
221 gindex = FT_Get_Char_Index( face, charcode );
230 charcode = FT_Get_Next_Char( face, charcode, &gindex );
232 if ( gindex == 0 || charcode > range->last
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afglobal.c 187 FT_ULong charcode = range->first; local
191 gindex = FT_Get_Char_Index( face, charcode );
200 charcode = FT_Get_Next_Char( face, charcode, &gindex );
202 if ( gindex == 0 || charcode > range->last )
216 FT_ULong charcode = range->first; local
220 gindex = FT_Get_Char_Index( face, charcode );
229 charcode = FT_Get_Next_Char( face, charcode, &gindex );
231 if ( gindex == 0 || charcode > range->last
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdfdrivr.c 92 FT_UInt32 charcode )
111 if ( charcode == code )
119 if ( charcode < code )
137 FT_ULong charcode = *acharcode + 1; local
151 if ( charcode == code )
159 if ( charcode < code )
165 charcode = 0;
168 charcode = (FT_ULong)encodings[min].enc;
173 if ( charcode > 0xFFFFFFFFUL )
175 FT_TRACE1(( "bdf_cmap_char_next: charcode 0x%x > 32bit API" ))
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pcf/
pcfdrivr.c 103 FT_UInt32 charcode )
122 if ( charcode == code )
128 if ( charcode < code )
145 FT_ULong charcode = *acharcode + 1; local
160 if ( charcode == code )
166 if ( charcode < code )
172 charcode = 0;
175 charcode = (FT_ULong)encodings[min].enc;
180 if ( charcode > 0xFFFFFFFFUL )
182 FT_TRACE1(( "pcf_cmap_char_next: charcode 0x%x > 32bit API" ))
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c 101 FT_Int charcode, idx, min_char, max_char; local
114 charcode = 0;
115 for ( ; charcode < loader.encoding_table.max_elems; charcode++ )
120 type1->encoding.char_index[charcode] = 0;
121 type1->encoding.char_name [charcode] = (char *)".notdef";
123 char_name = loader.encoding_table.elements[charcode];
131 type1->encoding.char_index[charcode] = (FT_UShort)idx;
132 type1->encoding.char_name [charcode] = (char*)glyph_name;
139 if ( charcode < min_char
    [all...]
t42parse.c 378 /* ... charcode /charname ... */
425 FT_Int charcode; local
429 charcode = n;
432 charcode = (FT_Int)T1_ToInt( parser );
435 /* protect against invalid charcode */
461 parser->root.error = T1_Add_Table( char_table, charcode,
465 char_table->elements[charcode][len] = '\0';
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c 1304 FT_Int charcode; local
2280 FT_Int charcode, idx, min_char, max_char; local
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 1301 FT_Int charcode; local
2262 FT_Int charcode, idx, min_char, max_char; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 146 FT_UInt32 charcode = *pchar_code; local
152 while ( ++charcode < 256 )
154 gindex = table[charcode];
157 result = charcode;
219 /***** assume that the value `charcode' fulfills the following. *****/
221 /***** - For one byte characters, `charcode' is simply the *****/
224 /***** - For two byte characters, `charcode' is the 2-byte *****/
227 /***** (charcode >> 8) is the first byte value *****/
228 /***** (charcode & 0xFF) is the second byte value *****/
230 /***** Note that not all values of `charcode' are valid according *****
498 FT_UInt32 charcode = *pcharcode + 1; local
769 FT_UInt charcode; local
1072 FT_UInt32 charcode = *pcharcode; local
1206 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 146 FT_UInt32 charcode = *pchar_code; local
152 while ( ++charcode < 256 )
154 gindex = table[charcode];
157 result = charcode;
219 /***** assume that the value `charcode' fulfills the following. *****/
221 /***** - For one byte characters, `charcode' is simply the *****/
224 /***** - For two byte characters, `charcode' is the 2-byte *****/
227 /***** (charcode >> 8) is the first byte value *****/
228 /***** (charcode & 0xFF) is the second byte value *****/
230 /***** Note that not all values of `charcode' are valid according *****
498 FT_UInt32 charcode = *pcharcode + 1; local
766 FT_UInt charcode; local
1045 FT_UInt32 charcode = *pcharcode; local
1176 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 854 int charcode; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 144 FX_DWORD& charcode,
147 charcode = (FX_DWORD)(uintptr_t)m_pCharCodes;
155 charcode = m_pCharCodes[i];
175 FX_DWORD charcode = m_pCharCodes[i]; local
176 if (charcode == (FX_DWORD)-1) {
315 FX_FLOAT CPDF_TextObject::GetCharWidth(FX_DWORD charcode) const {
324 return pFont->GetCharWidthF(charcode, 0) * fontsize;
326 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode);
332 FX_DWORD charCode = m_TextState.GetFont()->CharCodeFromUnicode(32);
333 if (charCode != (FX_DWORD)-1)
359 FX_DWORD charcode = local
410 FX_DWORD charcode = local
538 FX_DWORD charcode = local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 20 CFX_GlyphBitmap* CPDF_Type3Cache::LoadGlyph(FX_DWORD charcode,
37 auto it2 = pSizeCache->m_GlyphMap.find(charcode);
42 RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
43 pSizeCache->m_GlyphMap[charcode] = pGlyphBitmap;
122 FX_DWORD charcode,
126 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
381 FX_DWORD charcode = pChars[iChar]; local
382 if (charcode == (FX_DWORD)-1) {
385 CPDF_Type3Char* pType3Char = pType3Font->LoadChar(charcode);
454 CFX_GlyphBitmap* pBitmap = pCache->LoadGlyph(charcode, &matrix, sa, sd)
642 FX_DWORD charcode; local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 133 FX_DWORD charcode = pPDFFont->CharCodeFromUnicode(word); local
134 if (charcode != CPDF_Font::kInvalidCharCode) {
135 return pPDFFont->GetCharWidthF(charcode);
    [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 75 FX_DWORD charcode = pText->m_nChars == 1 local
78 if (charcode == (FX_DWORD)-1) {
82 pFont->GetCharBBox(charcode, char_box);
98 pFont->AppendChar(str, charcode);
119 FX_DWORD charcode = pText->m_nChars == 1 local
122 if (charcode == (FX_DWORD)-1) {
147 pFont->AppendChar(segment, charcode);
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 146 FT_UInt32 charcode = *pchar_code; local
152 while ( ++charcode < 256 )
154 gindex = table[charcode];
157 result = charcode;
219 /***** assume that the value `charcode' fulfills the following. *****/
221 /***** - For one byte characters, `charcode' is simply the *****/
224 /***** - For two byte characters, `charcode' is the 2-byte *****/
227 /***** (charcode >> 8) is the first byte value *****/
228 /***** (charcode & 0xFF) is the second byte value *****/
230 /***** Note that not all values of `charcode' are valid according *****
498 FT_UInt32 charcode = *pcharcode + 1; local
766 FT_UInt charcode; local
1045 FT_UInt32 charcode = *pcharcode; local
1176 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp 128 void CPDF_Font::AppendChar(CFX_ByteString& str, FX_DWORD charcode) const {
130 int len = AppendChar(buf, charcode);
137 CFX_WideString CPDF_Font::UnicodeFromCharCode(FX_DWORD charcode) const {
142 CFX_WideString wsRet = m_pToUnicodeMap->Lookup(charcode);
147 FX_WCHAR unicode = _UnicodeFromCharCode(charcode);
158 FX_DWORD charcode = m_pToUnicodeMap->ReverseLookup(unicode); local
159 if (charcode) {
160 return charcode;
172 FX_DWORD charcode = GetNextChar(src_buf, src_len, src_pos); local
173 CFX_WideString unicode = UnicodeFromCharCode(charcode);
189 FX_DWORD charcode = CharCodeFromUnicode(src_buf[src_pos]); local
338 FX_DWORD charcode = GetNextChar(pString, size, offset); local
1436 int charcode = 0; local
    [all...]
fpdf_font_cid.cpp 237 int GetCharSizeImpl(FX_DWORD charcode,
245 codes[2] = (uint8_t)(charcode >> 8 & 0xFF);
246 codes[3] = (uint8_t)charcode;
303 FX_DWORD CharCode = FPDFAPI_CharCodeFromCID(pEmbedMap, i);
304 if (CharCode != 0) {
305 return CharCode;
315 FX_DWORD charcode) {
319 FX_WORD cid = FPDFAPI_CIDFromCharCode(pEmbedMap, charcode);
844 FX_WORD CPDF_CMap::CIDFromCharCode(FX_DWORD charcode) const {
846 return (FX_WORD)charcode;
906 FX_DWORD charcode = 0; local
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 1497 FX_DWORD charcode = -1; local
1530 FX_DWORD charcode = -1; local
    [all...]
  /external/pdfium/public/
fpdf_fwlevent.h 260 FPDF_DWORD charcode; member in union:FWL_EVENT_KEY::__anon21451
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
StringUtil.java 1364 long charcode = 0; local
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 106 FX_DWORD charcode = word; local
109 charcode = pPDFFont->CharCodeFromUnicode(word);
111 charcode = m_pFontMap->CharCodeFromUnicode(nFontIndex, word);
113 if (charcode != -1)
114 return pPDFFont->GetCharWidthF(charcode);
    [all...]

Completed in 2879 milliseconds

1 2