/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afglobal.c | 187 FT_UInt gindex; in af_face_globals_compute_style_coverage() local 190 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 194 gstyles[gindex] == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() 195 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage() 206 gstyles[gindex] = (FT_Byte)ss; in af_face_globals_compute_style_coverage() 233 FT_UInt gindex = FT_Get_Char_Index( face, i ); in af_face_globals_compute_style_coverage() local 236 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count ) in af_face_globals_compute_style_coverage() 237 gstyles[gindex] |= AF_DIGIT; in af_face_globals_compute_style_coverage() 402 if ( gindex >= (FT_ULong)globals->glyph_count ) in af_face_globals_get_metrics() 457 FT_UInt gindex ) in af_face_globals_is_digit() argument [all …]
|
A D | afglobal.h | 131 FT_UInt gindex, 140 FT_UInt gindex );
|
/AliOS-Things-master/components/freetype/src/cache/ |
A D | ftcsbits.c | 104 FT_UInt gindex, in ftc_snode_load() argument 116 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count ) in ftc_snode_load() 122 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 127 error = clazz->family_load_glyph( family, gindex, manager, &face ); in ftc_snode_load() 215 FT_UInt gindex = gquery->gindex; in FTC_SNode_New() local 224 if ( total == 0 || gindex >= total ) in FTC_SNode_New() 235 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ); in FTC_SNode_New() 250 gindex, in FTC_SNode_New() 333 FT_UInt gindex = gquery->gindex; in ftc_snode_compare() local 340 (FT_UInt)( gindex - gnode->gindex ) < snode->count ); in ftc_snode_compare() [all …]
|
A D | ftcbasic.c | 142 error = FT_Load_Glyph( face, gindex, in ftc_basic_family_load_bitmap() 324 hash, gindex, in FTC_ImageCache_Lookup() 330 hash, gindex, in FTC_ImageCache_Lookup() 392 hash, gindex, in FTC_ImageCache_LookupScaler() 467 FT_UInt gindex, in FTC_SBitCache_Lookup() argument 505 gindex / FTC_SBIT_ITEMS_PER_NODE; in FTC_SBitCache_Lookup() 511 hash, gindex, in FTC_SBitCache_Lookup() 518 gindex, in FTC_SBitCache_Lookup() 526 ( gindex - FTC_GNODE( node )->gindex ); in FTC_SBitCache_Lookup() 581 hash, gindex, in FTC_SBitCache_LookupScaler() [all …]
|
A D | ftcglyph.c | 32 FT_UInt gindex, in FTC_GNode_Init() argument 36 gnode->gindex = gindex; in FTC_GNode_Init() 59 gnode->gindex = 0; in FTC_GNode_Done() 79 gnode->gindex == gquery->gindex ); in ftc_gnode_compare() 189 FT_UInt gindex, in FTC_GCache_Lookup() argument 196 query->gindex = gindex; in FTC_GCache_Lookup()
|
A D | ftcglyph.h | 152 FT_UInt gindex; member 162 FT_UInt gindex; member 180 FT_UInt gindex, /* glyph index for node */ 264 FT_UInt gindex, 281 gindex, query, node, error ) \ argument 289 _gquery->gindex = (gindex); \ 312 gindex, query, node, error ) \ argument 315 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \
|
A D | ftccmap.c | 244 FT_UInt gindex = 0; in FTC_CMapCache_Lookup() local 289 gindex = FTC_CMAP_NODE( node )->indices[char_code - in FTC_CMapCache_Lookup() 291 if ( gindex == FTC_CMAP_UNKNOWN ) in FTC_CMapCache_Lookup() 296 gindex = 0; in FTC_CMapCache_Lookup() 321 gindex = FT_Get_Char_Index( face, char_code ); in FTC_CMapCache_Lookup() 329 = (FT_UShort)gindex; in FTC_CMapCache_Lookup() 333 return gindex; in FTC_CMapCache_Lookup()
|
A D | ftcimage.c | 71 FT_UInt gindex = gquery->gindex; in FTC_INode_New() local 76 FTC_GNode_Init( gnode, gindex, family ); in FTC_INode_New() 79 error = clazz->family_load_glyph( family, gindex, cache, in FTC_INode_New()
|
A D | ftcimage.h | 55 #define FTC_INODE_GINDEX( x ) FTC_GNODE(x)->gindex 60 FT_UInt gindex,
|
A D | ftcsbits.h | 42 #define FTC_SNODE_GINDEX( x ) FTC_GNODE( x )->gindex 51 FT_UInt gindex,
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttcmap.c | 156 return gindex; in tt_cmap0_char_next() 545 return gindex; in tt_cmap2_char_next() 789 gindex = (FT_UInt)( ( gindex + delta ) & 0xFFFFU ); in tt_cmap4_next() 1093 gindex = (FT_UInt)( gindex + delta ) & 0xFFFFU; in tt_cmap4_char_map_linear() 1109 return gindex; in tt_cmap4_char_map_linear() 1297 gindex = (FT_UInt)( gindex + delta ) & 0xFFFFU; in tt_cmap4_char_map_binary() 1345 return gindex; in tt_cmap4_char_map_binary() 1392 return gindex; in tt_cmap4_char_next() 1555 return gindex; in tt_cmap6_char_next() 1812 return gindex; in tt_cmap8_char_next() [all …]
|
A D | ttmtx.c | 207 FT_UInt gindex, in tt_face_get_metrics() argument 240 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 242 table_pos += 4 * gindex; in tt_face_get_metrics() 261 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics()
|
A D | ttmtx.h | 46 FT_UInt gindex,
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttpload.c | 174 FT_UInt gindex, in tt_face_get_location() argument 184 if ( gindex < face->num_locations ) in tt_face_get_location() 188 p = face->glyph_locations + gindex * 4; in tt_face_get_location() 199 p = face->glyph_locations + gindex * 2; in tt_face_get_location() 219 pos1, gindex, face->glyf_len )); in tt_face_get_location() 229 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location() 578 FT_UInt gindex ) in tt_face_get_device_metrics() argument 589 gindex += 2; in tt_face_get_device_metrics() 590 if ( gindex < record_size ) in tt_face_get_device_metrics() 591 result = record + nn * record_size + gindex; in tt_face_get_device_metrics()
|
A D | ttpload.h | 36 FT_UInt gindex, 68 FT_UInt gindex );
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrdrivr.c | 65 FT_UInt gindex, in pfr_get_advance() argument 74 if ( !gindex ) in pfr_get_advance() 77 gindex--; in pfr_get_advance() 84 if ( gindex < phys->num_chars ) in pfr_get_advance() 86 *anadvance = phys->chars[gindex].advance; in pfr_get_advance()
|
A D | pfrobjs.c | 316 FT_UInt gindex, in pfr_slot_load() argument 328 FT_TRACE1(( "pfr_slot_load: glyph index %d\n", gindex )); in pfr_slot_load() 330 if ( gindex > 0 ) in pfr_slot_load() 331 gindex--; in pfr_slot_load() 333 if ( !face || gindex >= face->phy_font.num_chars ) in pfr_slot_load() 342 error = pfr_slot_load_bitmap( slot, size, gindex ); in pfr_slot_load() 353 gchar = face->phy_font.chars + gindex; in pfr_slot_load()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftpatent.c | 150 FT_UInt gindex; in _tt_face_check_patents() local 169 for ( gindex = 0; gindex < (FT_UInt)face->num_glyphs; gindex++ ) in _tt_face_check_patents() 175 offset = service->get_location( face, gindex, &size ); in _tt_face_check_patents()
|
A D | ftadvanc.c | 73 FT_UInt gindex, in FT_Get_Advance() argument 83 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_Get_Advance() 92 error = func( face, gindex, 1, flags, padvance ); in FT_Get_Advance() 100 return FT_Get_Advances( face, gindex, 1, flags, padvance ); in FT_Get_Advance()
|
A D | ftpfr.c | 126 FT_UInt gindex, in FT_Get_PFR_Advance() argument 136 error = service->get_advance( face, gindex, aadvance ); in FT_Get_PFR_Advance()
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftcache.h | 778 FT_UInt gindex, 835 FT_UInt gindex, 989 FT_UInt gindex, 1045 FT_UInt gindex,
|
A D | ftadvanc.h | 118 FT_UInt gindex,
|
A D | ftpfr.h | 161 FT_UInt gindex,
|
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svttglyf.h | 32 FT_UInt gindex,
|
A D | svpfr.h | 47 FT_UInt gindex,
|