/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/src/cff/ |
cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode ); variable
|
cffgload.h | 137 FT_Int charcode );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode ); variable
|
cffgload.h | 137 FT_Int charcode );
|
/external/pdfium/third_party/freetype/src/cff/ |
cffload.h | 30 cff_get_standard_encoding( FT_UInt charcode ); variable
|
/external/freetype/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 )
|
hbshim.c | 423 FT_ULong charcode, 437 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); 450 uint32_t c = (uint32_t)charcode; 524 FT_ULong charcode, 536 *codepoint = FT_Get_Char_Index( face, charcode );
|
/external/pdfium/core/src/fpdftext/ |
fpdf_text_search.cpp | 71 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) { 72 if (charCode == -1) { 75 int w = pFont->GetCharWidthF(charCode); 78 pFont->AppendChar(str, charCode); 82 pFont->GetCharBBox(charCode, BBox);
|
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/ |
ft2-glyph_variants.html | 127 <a href="ft2-basic_types.html#FT_ULong">FT_ULong</a> charcode, 138 <tr><td class="val" id="charcode">charcode</td><td class="desc"> 165 <a href="ft2-basic_types.html#FT_ULong">FT_ULong</a> charcode, 176 <tr><td class="val" id="charcode">charcode</td><td class="desc"> 231 <a href="ft2-basic_types.html#FT_ULong">FT_ULong</a> charcode ); 241 <tr><td class="val" id="charcode">charcode</td><td class="desc">
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 88 uint16_t SkGlyphCache::unicharToGlyph(SkUnichar charCode) { 90 PackedUnicharID packedUnicharID = SkGlyph::MakeID(charCode); 96 return fScalerContext->charToGlyphID(charCode); 114 const SkGlyph& SkGlyphCache::getUnicharAdvance(SkUnichar charCode) { 116 return *this->lookupByChar(charCode, kJustAdvance_MetricsType); 127 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode) { 129 return *this->lookupByChar(charCode, kFull_MetricsType); 132 const SkGlyph& SkGlyphCache::getUnicharMetrics(SkUnichar charCode, SkFixed x, SkFixed y) { 134 return *this->lookupByChar(charCode, kFull_MetricsType, x, y); 149 SkGlyph* SkGlyphCache::lookupByChar(SkUnichar charCode, MetricsType type, SkFixed x, SkFixed y) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
UserData.java | 109 int charCode = charToAscii.get(str.charAt(i), -1); 110 if (charCode == -1) return null; 111 result[i] = (byte)charCode;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
hbshim.c | 423 FT_ULong charcode, 437 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); 450 uint32_t c = (uint32_t)charcode; 524 FT_ULong charcode, 536 *codepoint = FT_Get_Char_Index( face, charcode );
|
/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/pdfium/core/src/fpdfapi/fpdf_font/ |
fpdf_font_charset.cpp | [all...] |
/external/libgdx/extensions/gdx-freetype/jni/ |
com.badlogic.gdx.graphics.g2d.freetype.FreeType.cpp | 202 JNIEXPORT jboolean JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Face_loadChar(JNIEnv* env, jclass clazz, jlong face, jint charCode, jint loadFlags) { 207 return !FT_Load_Char((FT_Face)face, charCode, loadFlags);
255 JNIEXPORT jint JNICALL Java_com_badlogic_gdx_graphics_g2d_freetype_FreeType_00024Face_getCharIndex(JNIEnv* env, jclass clazz, jlong face, jint charCode) { 260 return FT_Get_Char_Index((FT_Face)face, charCode);
|
/external/skia/src/fonts/ |
SkTestScalerContext.h | 37 int codeToIndex(SkUnichar charCode) const;
|
/external/freetype/src/cache/ |
ftccmap.c | 52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ 54 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/ |
ftccmap.c | 52 #define FTC_CMAP_HASH( faceid, index, charcode ) \ 54 ( (charcode) / FTC_CMAP_INDICES_MAX ) )
|
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
FreeType.java | 246 public boolean loadChar(int charCode, int loadFlags) {
247 return loadChar(address, charCode, loadFlags);
250 private static native boolean loadChar(long face, int charCode, int loadFlags); /*
251 return !FT_Load_Char((FT_Face)face, charCode, loadFlags);
289 public int getCharIndex(int charCode) {
290 return getCharIndex(address, charCode);
293 private static native int getCharIndex(long face, int charCode); /*
294 return FT_Get_Char_Index((FT_Face)face, charCode);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEN.java | 239 * @param charCode A character code 242 private boolean insertCharToComposingText(int charCode) { 243 if (charCode == 0) { 246 insertCharToComposingText(Character.toChars(charCode)); 602 int charCode = ev.getUnicodeChar(MetaKeyKeyListener.META_SHIFT_ON | MetaKeyKeyListener.META_ALT_ON); 603 if (charCode == 0 || (charCode & KeyCharacterMap.COMBINING_ACCENT) != 0 || charCode == PRIVATE_AREA_CODE) { [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...] |