HomeSort by relevance Sort by last modified time
    Searched full:charcode (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 129 int CPDF_Font::GlyphFromCharCodeExt(uint32_t charcode) {
130 return GlyphFromCharCode(charcode, nullptr);
138 int CPDF_Font::AppendChar(char* buf, uint32_t charcode) const {
139 *buf = static_cast<char>(charcode);
143 void CPDF_Font::AppendChar(ByteString* str, uint32_t charcode) const {
145 int len = AppendChar(buf, charcode);
149 WideString CPDF_Font::UnicodeFromCharCode(uint32_t charcode) const {
153 return m_pToUnicodeMap ? m_pToUnicodeMap->Lookup(charcode) : WideString();
292 uint32_t charcode = GetNextChar(pString, size, offset); local
293 width += GetCharWidthF(charcode);
    [all...]
cpdf_tounicodemap.h 25 WideString Lookup(uint32_t charcode) const;
cpdf_tounicodemap.cpp 17 WideString CPDF_ToUnicodeMap::Lookup(uint32_t charcode) const {
18 auto it = m_Map.find(charcode);
41 return m_pBaseMap->UnicodeFromCID((uint16_t)charcode);
  /external/freetype/src/sfnt/
ttcmap.c 148 FT_UInt32 charcode = *pchar_code; local
154 while ( ++charcode < 256 )
156 gindex = table[charcode];
159 result = charcode;
223 /***** assume that the value `charcode' fulfills the following. *****/
225 /***** - For one byte characters, `charcode' is simply the *****/
228 /***** - For two byte characters, `charcode' is the 2-byte *****/
231 /***** (charcode >> 8) is the first byte value *****/
232 /***** (charcode & 0xFF) is the second byte value *****/
234 /***** Note that not all values of `charcode' are valid according *****
502 FT_UInt32 charcode = *pcharcode + 1; local
789 FT_UInt charcode; local
1092 FT_UInt32 charcode = *pcharcode; local
1226 FT_UInt charcode = (FT_UInt)*pcharcode; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.prog 18 var charCode, data=[];
19 while ((charCode = isr.read()) >= 0) {
20 data.push(String.fromCharCode(charCode));
  /external/freetype/src/psaux/
cffdecode.h 47 FT_Int charcode );
t1decode.h 36 FT_Int charcode );
  /external/pdfium/core/fpdfapi/cmaps/
cmap_int.h 35 uint16_t FPDFAPI_CIDFromCharCode(const FXCMAP_CMap* pMap, uint32_t charcode);
  /external/pdfium/core/fxge/
cfx_unicodeencodingex.h 24 uint32_t GlyphFromCharCode(uint32_t charcode) override;
cfx_unicodeencoding.h 39 virtual uint32_t GlyphFromCharCode(uint32_t charcode);
  /external/pdfium/core/fpdfapi/render/
cpdf_type3cache.cpp 86 CFX_GlyphBitmap* CPDF_Type3Cache::LoadGlyph(uint32_t charcode,
104 auto it2 = pSizeCache->m_GlyphMap.find(charcode);
109 RenderGlyph(pSizeCache, charcode, pMatrix, retinaScaleX, retinaScaleY);
111 pSizeCache->m_GlyphMap[charcode] = std::move(pNewBitmap);
117 uint32_t charcode,
121 const CPDF_Type3Char* pChar = m_pFont->LoadChar(charcode);
  /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/freetype/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...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " "
209 charList.add(new Integer(c.charCode));
238 int charCode;
242 charCode = c;
246 // Equals needs to work with a map, with the charCode as the key.
250 return o.charCode == this.charCode;
256 return charCode;
EUCTool.java 192 System.out.println(i + " " + Integer.toHexString(c.charCode) + " "
209 charList.add(new Integer(c.charCode));
238 int charCode;
242 charCode = c;
246 // Equals needs to work with a map, with the charCode as the key.
250 return o.charCode == this.charCode;
256 return charCode;
  /external/freetype/src/pcf/
pcfdrivr.c 105 FT_UInt32 charcode )
124 if ( charcode == code )
130 if ( charcode < code )
147 FT_ULong charcode = *acharcode + 1; local
162 if ( charcode == code )
168 if ( charcode < code )
174 charcode = 0;
177 charcode = (FT_ULong)encodings[min].enc;
182 if ( charcode > 0xFFFFFFFFUL )
184 FT_TRACE1(( "pcf_cmap_char_next: charcode 0x%x > 32bit API" ))
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 301 # The first byte of a charcode is mapped through the subHeaderKeys, to select
305 # Then assume that the subsequent byte is the first byte of the next charcode,and repeat.
322 # first byte of charcode = 129; selects subheader 1.
324 # second byte of charCode = 66
328 # [256], [0]=1 from charcode [129, 64]
329 # [257], [1]=2 from charcode [129, 65]
330 # [258], [2]=3 from charcode [129, 66]
331 # [259], [3]=4 from charcode [129, 67]
346 charCode = firstByte
353 cmap[charCode] = g
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/freetype/include/freetype/internal/services/
svcfftl.h 33 (*FT_Get_Standard_Encoding_Func)( FT_UInt charcode );
  /external/freetype/src/cff/
cffload.h 32 cff_get_standard_encoding( FT_UInt charcode ); variable
  /external/skia/tools/fonts/
SkTestScalerContext.h 36 int codeToIndex(SkUnichar charCode) const;
  /external/skqp/tools/
SkTestScalerContext.h 36 int codeToIndex(SkUnichar charCode) const;
  /external/skia/src/core/
SkGlyphCache.cpp 74 SkGlyphID SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
76 SkPackedUnicharID packedUnicharID(charCode);
85 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
105 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) {
107 return *this->lookupByChar(charCode, kJustAdvance_MetricsType);
118 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) {
120 return *this->lookupByChar(charCode, kFull_MetricsType);
123 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) {
125 return *this->lookupByChar(charCode, kFull_MetricsType, x, y);
140 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsType type, SkFixed x, SkFixed y)
    [all...]
  /external/skqp/src/core/
SkGlyphCache.cpp 74 SkGlyphID SkGlyphCache::unicharToGlyph(SkUnichar charCode) {
76 SkPackedUnicharID packedUnicharID(charCode);
85 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode);
105 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) {
107 return *this->lookupByChar(charCode, kJustAdvance_MetricsType);
118 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) {
120 return *this->lookupByChar(charCode, kFull_MetricsType);
123 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) {
125 return *this->lookupByChar(charCode, kFull_MetricsType, x, y);
140 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsType type, SkFixed x, SkFixed y)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
UserData.java 117 int charCode = charToAscii.get(str.charAt(i), -1);
118 if (charCode == -1) return null;
119 result[i] = (byte)charCode;

Completed in 3196 milliseconds

12 3 4 5