/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afglobal.c | 184 FT_UInt gindex; in af_face_globals_compute_style_coverage() local 187 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 189 if ( gindex != 0 && in af_face_globals_compute_style_coverage() 190 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 191 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() 192 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage() 196 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 198 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_style_coverage() 201 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 202 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() [all …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afglobal.c | 180 FT_UInt gindex; in af_face_globals_compute_style_coverage() local 183 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 185 if ( gindex != 0 && in af_face_globals_compute_style_coverage() 186 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 187 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() 188 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage() 192 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 194 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_style_coverage() 197 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 198 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() [all …]
|
/third_party/freetype/src/autofit/ |
D | afglobal.c | 184 FT_UInt gindex; in af_face_globals_compute_style_coverage() local 187 gindex = FT_Get_Char_Index( face, charcode ); in af_face_globals_compute_style_coverage() 189 if ( gindex != 0 && in af_face_globals_compute_style_coverage() 190 gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 191 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() 192 gstyles[gindex] = (FT_UShort)ss; in af_face_globals_compute_style_coverage() 196 charcode = FT_Get_Next_Char( face, charcode, &gindex ); in af_face_globals_compute_style_coverage() 198 if ( gindex == 0 || charcode > range->last ) in af_face_globals_compute_style_coverage() 201 if ( gindex < (FT_ULong)globals->glyph_count && in af_face_globals_compute_style_coverage() 202 ( gstyles[gindex] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED ) in af_face_globals_compute_style_coverage() [all …]
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 148 FT_UInt gindex = 0; in tt_cmap0_char_next() local 154 gindex = table[charcode]; in tt_cmap0_char_next() 155 if ( gindex != 0 ) in tt_cmap0_char_next() 163 return gindex; in tt_cmap0_char_next() 499 FT_UInt gindex = 0; in tt_cmap2_char_next() local 550 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in tt_cmap2_char_next() 551 if ( gindex != 0 ) in tt_cmap2_char_next() 577 return gindex; in tt_cmap2_char_next() 825 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next() local 828 if ( gindex ) in tt_cmap4_next() [all …]
|
D | ttmtx.c | 230 FT_UInt gindex, in tt_face_get_metrics() argument 268 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 270 table_pos += 4 * gindex; in tt_face_get_metrics() 289 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics() 319 var->vadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 321 var->tsb_adjust( f, gindex, &b ); in tt_face_get_metrics() 326 var->hadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 328 var->lsb_adjust( f, gindex, &b ); in tt_face_get_metrics()
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttcmap.c | 149 FT_UInt gindex = 0; in tt_cmap0_char_next() local 155 gindex = table[charcode]; in tt_cmap0_char_next() 156 if ( gindex != 0 ) in tt_cmap0_char_next() 164 return gindex; in tt_cmap0_char_next() 500 FT_UInt gindex = 0; in tt_cmap2_char_next() local 551 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in tt_cmap2_char_next() 552 if ( gindex != 0 ) in tt_cmap2_char_next() 578 return gindex; in tt_cmap2_char_next() 826 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next() local 829 if ( gindex ) in tt_cmap4_next() [all …]
|
D | ttmtx.c | 231 FT_UInt gindex, in tt_face_get_metrics() argument 269 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 271 table_pos += 4 * gindex; in tt_face_get_metrics() 290 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics() 320 var->vadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 322 var->tsb_adjust( f, gindex, &b ); in tt_face_get_metrics() 327 var->hadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 329 var->lsb_adjust( f, gindex, &b ); in tt_face_get_metrics()
|
/third_party/freetype/src/sfnt/ |
D | ttcmap.c | 148 FT_UInt gindex = 0; in tt_cmap0_char_next() local 154 gindex = table[charcode]; in tt_cmap0_char_next() 155 if ( gindex != 0 ) in tt_cmap0_char_next() 163 return gindex; in tt_cmap0_char_next() 499 FT_UInt gindex = 0; in tt_cmap2_char_next() local 550 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in tt_cmap2_char_next() 551 if ( gindex != 0 ) in tt_cmap2_char_next() 577 return gindex; in tt_cmap2_char_next() 825 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next() local 828 if ( gindex ) in tt_cmap4_next() [all …]
|
D | ttmtx.c | 230 FT_UInt gindex, in tt_face_get_metrics() argument 268 if ( gindex < (FT_UInt)k ) in tt_face_get_metrics() 270 table_pos += 4 * gindex; in tt_face_get_metrics() 289 table_pos += 4 + 2 * ( gindex - k ); in tt_face_get_metrics() 319 var->vadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 321 var->tsb_adjust( f, gindex, &b ); in tt_face_get_metrics() 326 var->hadvance_adjust( f, gindex, &a ); in tt_face_get_metrics() 328 var->lsb_adjust( f, gindex, &b ); in tt_face_get_metrics()
|
/third_party/freetype/src/cache/ |
D | ftcsbits.c | 105 FT_UInt gindex, in ftc_snode_load() argument 117 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count ) in ftc_snode_load() 123 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 128 error = clazz->family_load_glyph( family, gindex, manager, &face ); in ftc_snode_load() 216 FT_UInt gindex = gquery->gindex; in FTC_SNode_New() local 225 if ( total == 0 || gindex >= total ) in FTC_SNode_New() 236 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ); in FTC_SNode_New() 251 gindex, in FTC_SNode_New() 334 FT_UInt gindex = gquery->gindex; in ftc_snode_compare() local 341 (FT_UInt)( gindex - gnode->gindex ) < snode->count ); in ftc_snode_compare() [all …]
|
D | ftcbasic.c | 127 FT_UInt gindex, in ftc_basic_family_load_bitmap() argument 144 gindex, in ftc_basic_family_load_bitmap() 156 FT_UInt gindex, in ftc_basic_family_load_glyph() argument 176 gindex, in ftc_basic_family_load_glyph() 287 FT_UInt gindex, in FTC_ImageCache_Lookup() argument 330 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_Lookup() 336 hash, gindex, in FTC_ImageCache_Lookup() 342 hash, gindex, in FTC_ImageCache_Lookup() 368 FT_UInt gindex, in FTC_ImageCache_LookupScaler() argument 405 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_LookupScaler() [all …]
|
D | ftcglyph.c | 31 FT_UInt gindex, in FTC_GNode_Init() argument 35 gnode->gindex = gindex; in FTC_GNode_Init() 58 gnode->gindex = 0; in FTC_GNode_Done() 78 gnode->gindex == gquery->gindex ); in ftc_gnode_compare() 188 FT_UInt gindex, in FTC_GCache_Lookup() argument 195 query->gindex = gindex; in FTC_GCache_Lookup()
|
D | ftcglyph.h | 151 FT_UInt gindex; member 161 FT_UInt gindex; member 179 FT_UInt gindex, /* glyph index for node */ 263 FT_UInt gindex, 280 gindex, query, node, error ) \ argument 288 _gquery->gindex = (gindex); \ 311 gindex, query, node, error ) \ argument 314 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \
|
/third_party/flutter/skia/third_party/externals/freetype/src/cache/ |
D | ftcsbits.c | 106 FT_UInt gindex, in ftc_snode_load() argument 118 if ( (FT_UInt)(gindex - gnode->gindex) >= snode->count ) in ftc_snode_load() 124 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 129 error = clazz->family_load_glyph( family, gindex, manager, &face ); in ftc_snode_load() 217 FT_UInt gindex = gquery->gindex; in FTC_SNode_New() local 226 if ( total == 0 || gindex >= total ) in FTC_SNode_New() 237 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ); in FTC_SNode_New() 252 gindex, in FTC_SNode_New() 335 FT_UInt gindex = gquery->gindex; in ftc_snode_compare() local 342 (FT_UInt)( gindex - gnode->gindex ) < snode->count ); in ftc_snode_compare() [all …]
|
D | ftcbasic.c | 126 FT_UInt gindex, in ftc_basic_family_load_bitmap() argument 143 gindex, in ftc_basic_family_load_bitmap() 155 FT_UInt gindex, in ftc_basic_family_load_glyph() argument 175 gindex, in ftc_basic_family_load_glyph() 286 FT_UInt gindex, in FTC_ImageCache_Lookup() argument 329 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_Lookup() 335 hash, gindex, in FTC_ImageCache_Lookup() 341 hash, gindex, in FTC_ImageCache_Lookup() 367 FT_UInt gindex, in FTC_ImageCache_LookupScaler() argument 404 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_LookupScaler() [all …]
|
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, \
|
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()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcsbits.c | 103 FT_UInt gindex, in ftc_snode_load() argument 114 if ( gindex - gnode->gindex >= snode->count ) in ftc_snode_load() 120 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 123 error = clazz->family_load_glyph( family, gindex, manager, &face ); in ftc_snode_load() 221 FT_UInt gindex = gquery->gindex; in FTC_SNode_New() local 230 if ( total == 0 || gindex >= total ) in FTC_SNode_New() 241 start = gindex - ( gindex % FTC_SBIT_ITEMS_PER_NODE ); in FTC_SNode_New() 256 gindex, in FTC_SNode_New() 339 FT_UInt gindex = gquery->gindex; in ftc_snode_compare() local 346 gindex - gnode->gindex < snode->count ); in ftc_snode_compare() [all …]
|
D | ftcbasic.c | 131 FT_UInt gindex, in ftc_basic_family_load_bitmap() argument 148 gindex, in ftc_basic_family_load_bitmap() 160 FT_UInt gindex, in ftc_basic_family_load_glyph() argument 180 gindex, in ftc_basic_family_load_glyph() 291 FT_UInt gindex, in FTC_ImageCache_Lookup() argument 334 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_Lookup() 340 hash, gindex, in FTC_ImageCache_Lookup() 346 hash, gindex, in FTC_ImageCache_Lookup() 372 FT_UInt gindex, in FTC_ImageCache_LookupScaler() argument 409 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FTC_ImageCache_LookupScaler() [all …]
|
D | ftcglyph.c | 31 FT_UInt gindex, in FTC_GNode_Init() argument 35 gnode->gindex = gindex; in FTC_GNode_Init() 58 gnode->gindex = 0; in FTC_GNode_Done() 78 gnode->gindex == gquery->gindex ); in ftc_gnode_compare() 188 FT_UInt gindex, in FTC_GCache_Lookup() argument 195 query->gindex = gindex; in FTC_GCache_Lookup()
|
D | ftcglyph.h | 151 FT_UInt gindex; member 161 FT_UInt gindex; member 179 FT_UInt gindex, /* glyph index for node */ 263 FT_UInt gindex, 280 gindex, query, node, error ) \ argument 288 _gquery->gindex = (gindex); \ 311 gindex, query, node, error ) \ argument 314 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \
|
/third_party/freetype/include/freetype/internal/services/ |
D | svmetric.h | 40 FT_UInt gindex, 45 FT_UInt gindex, 50 FT_UInt gindex, 57 FT_UInt gindex, 62 FT_UInt gindex, 67 FT_UInt gindex, 72 FT_UInt gindex,
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svmetric.h | 40 FT_UInt gindex, 45 FT_UInt gindex, 50 FT_UInt gindex, 57 FT_UInt gindex, 62 FT_UInt gindex, 67 FT_UInt gindex, 72 FT_UInt gindex,
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/services/ |
D | svmetric.h | 40 FT_UInt gindex, 45 FT_UInt gindex, 50 FT_UInt gindex, 57 FT_UInt gindex, 62 FT_UInt gindex, 67 FT_UInt gindex, 72 FT_UInt gindex,
|
/third_party/freetype/src/truetype/ |
D | ttpload.c | 197 FT_UInt gindex, in tt_face_get_location() argument 207 if ( gindex < face->num_locations ) in tt_face_get_location() 211 p = face->glyph_locations + gindex * 4; in tt_face_get_location() 222 p = face->glyph_locations + gindex * 2; in tt_face_get_location() 243 pos1, gindex, face->glyf_len )); in tt_face_get_location() 251 if ( gindex == face->num_locations - 2 ) in tt_face_get_location() 257 pos2 - pos1, gindex, face->glyf_len - pos1 )); in tt_face_get_location() 266 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location() 630 FT_UInt gindex ) in tt_face_get_device_metrics() argument 641 gindex += 2; in tt_face_get_device_metrics() [all …]
|