/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A 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] in af_face_globals_compute_style_coverage() 209 FT_UInt gindex; af_face_globals_compute_style_coverage() local 255 FT_UInt gindex = FT_Get_Char_Index( face, i ); af_face_globals_compute_style_coverage() local [all...] |
H A D | afglobal.h | 154 FT_UInt gindex, 163 FT_UInt gindex );
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
H A D | ftcsbits.c | 103 FT_UInt gindex, in ftc_snode_load() 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 FT_LOCAL_DEF() local 230 if ( total == 0 || gindex >= total ) in FT_LOCAL_DEF() 241 start = gindex in FT_LOCAL_DEF() 101 ftc_snode_load( FTC_SNode snode, FTC_Manager manager, FT_UInt gindex, FT_ULong *asize ) ftc_snode_load() argument 339 FT_UInt gindex = gquery->gindex; FT_LOCAL_DEF() local [all...] |
H A D | ftcbasic.c | 131 FT_UInt gindex, in FT_CALLBACK_DEF() 148 gindex, in FT_CALLBACK_DEF() 160 FT_UInt gindex, in FT_CALLBACK_DEF() 180 gindex, in FT_CALLBACK_DEF() 291 FT_UInt gindex, in FT_EXPORT_DEF() 334 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FT_EXPORT_DEF() 340 hash, gindex, in FT_EXPORT_DEF() 346 hash, gindex, in FT_EXPORT_DEF() 372 FT_UInt gindex, in FT_EXPORT_DEF() 409 hash = FTC_BASIC_ATTR_HASH( &query.attrs ) + gindex; in FT_EXPORT_DEF() [all...] |
H A D | ftcglyph.c | 31 FT_UInt gindex, in FTC_GNode_Init() 35 gnode->gindex = gindex; in FTC_GNode_Init() 58 gnode->gindex = 0; in FTC_GNode_Done() 78 gnode->gindex == gquery->gindex ); in FT_LOCAL_DEF() 188 FT_UInt gindex, in FT_LOCAL_DEF() 195 query->gindex = gindex; in FT_LOCAL_DEF() 30 FTC_GNode_Init( FTC_GNode gnode, FT_UInt gindex, FTC_Family family ) FTC_GNode_Init() argument
|
H A D | ftcglyph.h | 35 * * gindex: A glyph index, or the first index in a glyph range. 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 ) \ 288 _gquery->gindex = (gindex); \ 311 gindex, query, node, error ) \ 314 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \ [all...] |
H A D | ftccmap.c | 239 FT_UInt gindex = 0; in FT_EXPORT_DEF() local 283 gindex = FTC_CMAP_NODE( node )->indices[char_code - in FT_EXPORT_DEF() 285 if ( gindex == FTC_CMAP_UNKNOWN ) in FT_EXPORT_DEF() 290 gindex = 0; in FT_EXPORT_DEF() 309 gindex = FT_Get_Char_Index( face, char_code ); in FT_EXPORT_DEF() 317 = (FT_UShort)gindex; in FT_EXPORT_DEF() 321 return gindex; in FT_EXPORT_DEF()
|
H A D | ftcimage.c | 71 FT_UInt gindex = gquery->gindex; in FT_LOCAL_DEF() local 76 FTC_GNode_Init( gnode, gindex, family ); in FT_LOCAL_DEF() 79 error = clazz->family_load_glyph( family, gindex, cache, in FT_LOCAL_DEF()
|
H A D | ftcimage.h | 54 #define FTC_INODE_GINDEX( x ) FTC_GNODE(x)->gindex 59 FT_UInt gindex,
|
H A D | ftcsbits.h | 41 #define FTC_SNODE_GINDEX( x ) FTC_GNODE( x )->gindex 50 FT_UInt gindex,
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcmap.c | 148 FT_UInt gindex = 0; in FT_CALLBACK_DEF() local 154 gindex = table[charcode]; in FT_CALLBACK_DEF() 155 if ( gindex != 0 ) in FT_CALLBACK_DEF() 163 return gindex; in FT_CALLBACK_DEF() 499 FT_UInt gindex = 0; in FT_CALLBACK_DEF() local 550 gindex = (FT_UInt)( (FT_Int)idx + delta ) & 0xFFFFU; in FT_CALLBACK_DEF() 551 if ( gindex != 0 ) in FT_CALLBACK_DEF() 577 return gindex; in FT_CALLBACK_DEF() 825 FT_UInt gindex = FT_NEXT_USHORT( p ); in tt_cmap4_next() local 828 if ( gindex ) in tt_cmap4_next() 844 FT_UInt gindex = (FT_UInt)( (FT_Int)charcode + delta ) & 0xFFFFU; tt_cmap4_next() local 1108 FT_UInt gindex = 0; tt_cmap4_char_map_linear() local 1242 FT_UInt gindex = 0; tt_cmap4_char_map_binary() local 1509 FT_UInt gindex; FT_CALLBACK_DEF() local 1627 FT_UInt gindex; FT_CALLBACK_DEF() local 1671 FT_UInt gindex = 0; FT_CALLBACK_DEF() local 1942 FT_UInt gindex = 0; FT_CALLBACK_DEF() local 2091 FT_UInt gindex; FT_CALLBACK_DEF() local 2139 FT_UInt gindex = 0; FT_CALLBACK_DEF() local 2340 FT_UInt gindex; tt_cmap12_next() local 2400 FT_UInt gindex = 0; tt_cmap12_char_map_binary() local 2505 FT_UInt gindex; FT_CALLBACK_DEF() local 2688 FT_UInt gindex; tt_cmap13_next() local 2731 FT_UInt gindex = 0; tt_cmap13_char_map_binary() local 2831 FT_UInt gindex; FT_CALLBACK_DEF() local [all...] |
H A D | ttmtx.c | 216 * gindex :: 230 FT_UInt gindex, in tt_face_get_metrics() 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() 228 tt_face_get_metrics( TT_Face face, FT_Bool vertical, FT_UInt gindex, FT_Short *abearing, FT_UShort *aadvance ) tt_face_get_metrics() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/ |
H A 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/src/truetype/ |
H A D | ttpload.c | 184 FT_UInt gindex, in FT_LOCAL_DEF() 194 if ( gindex < face->num_locations ) in FT_LOCAL_DEF() 198 p = face->glyph_locations + gindex * 4; in FT_LOCAL_DEF() 209 p = face->glyph_locations + gindex * 2; in FT_LOCAL_DEF() 228 pos1, gindex )); in FT_LOCAL_DEF() 239 if ( gindex == face->num_locations - 2 ) in FT_LOCAL_DEF() 243 pos2 - pos1, gindex )); in FT_LOCAL_DEF() 253 pos2, gindex + 1 )); in FT_LOCAL_DEF() 620 FT_UInt gindex ) in tt_face_get_device_metrics() 631 gindex in tt_face_get_device_metrics() [all...] |
H A D | ttpload.h | 35 FT_UInt gindex, 67 FT_UInt gindex );
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
H A D | pfrdrivr.c | 66 FT_UInt gindex, in FT_CALLBACK_DEF() 75 if ( !gindex ) in FT_CALLBACK_DEF() 78 gindex--; in FT_CALLBACK_DEF() 85 if ( gindex < phys->num_chars ) in FT_CALLBACK_DEF() 87 *anadvance = phys->chars[gindex].advance; in FT_CALLBACK_DEF()
|
H A D | pfrobjs.c | 317 FT_UInt gindex, in FT_LOCAL_DEF() 329 FT_TRACE1(( "pfr_slot_load: glyph index %d\n", gindex )); in FT_LOCAL_DEF() 331 if ( gindex > 0 ) in FT_LOCAL_DEF() 332 gindex--; in FT_LOCAL_DEF() 334 if ( !face || gindex >= face->phy_font.num_chars ) in FT_LOCAL_DEF() 346 gindex, in FT_LOCAL_DEF() 358 gchar = face->phy_font.chars + gindex; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftcache.h | 755 * gindex :: 787 FT_UInt gindex, 811 * gindex :: 847 FT_UInt gindex, 978 * gindex :: 1014 FT_UInt gindex, 1038 * gindex :: 1075 FT_UInt gindex,
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftadvanc.c | 75 FT_UInt gindex, in FT_EXPORT_DEF() 88 if ( gindex >= (FT_UInt)face->num_glyphs ) in FT_EXPORT_DEF() 97 error = func( face, gindex, 1, flags, padvance ); in FT_EXPORT_DEF() 105 return FT_Get_Advances( face, gindex, 1, flags, padvance ); in FT_EXPORT_DEF()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdbmp.c | 188 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 199 outptr[gindex] = colormap[1][t]; in METHODDEF() 210 outptr[gindex] = colormap[1][t]; in METHODDEF() 257 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 265 outptr[gindex] = *inptr++; in METHODDEF() 273 outptr[gindex] = *inptr++; in METHODDEF() 322 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 330 outptr[gindex] = *inptr++; in METHODDEF() 338 outptr[gindex] = *inptr++; in METHODDEF()
|
H A D | rdppm.c | 155 ptr[rindex] = ptr[gindex] = ptr[bindex] = read_op; \ 173 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 229 ptr[gindex] = read_op; \ 247 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 337 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 405 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 519 register int gindex = rgb_green[cinfo->in_color_space]; in METHODDEF() local 539 ptr[gindex] = rescale[temp]; in METHODDEF()
|
/third_party/node/deps/openssl/openssl/crypto/ffc/ |
H A D | ffc_params.c | 24 params->gindex = FFC_UNVERIFIABLE_GINDEX; in ossl_ffc_params_init() 101 params->gindex = index; in ossl_ffc_params_set_gindex() 199 dst->gindex = src->gindex; in ossl_ffc_params_copy() 234 ffc->gindex)) in ossl_ffc_params_todata()
|
/third_party/openssl/crypto/ffc/ |
H A D | ffc_params.c | 24 params->gindex = FFC_UNVERIFIABLE_GINDEX; in ossl_ffc_params_init() 101 params->gindex = index; in ossl_ffc_params_set_gindex() 199 dst->gindex = src->gindex; in ossl_ffc_params_copy() 234 ffc->gindex)) in ossl_ffc_params_todata()
|
/third_party/openssl/demos/pkey/ |
H A D | EVP_PKEY_DSA_paramgen.c | 28 int gindex = 42; in main() local 43 params[3] = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, &gindex); in main()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | dsa_ctrl.c | 45 int EVP_PKEY_CTX_set_dsa_paramgen_gindex(EVP_PKEY_CTX *ctx, int gindex) in EVP_PKEY_CTX_set_dsa_paramgen_gindex() argument 53 *p++ = OSSL_PARAM_construct_int(OSSL_PKEY_PARAM_FFC_GINDEX, &gindex); in EVP_PKEY_CTX_set_dsa_paramgen_gindex()
|