Searched refs:blue_values (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cfftoken.h | 75 CFF_FIELD_DELTA ( 6, blue_values, 14, "BlueValues" )
|
A D | cfftypes.h | 158 FT_Pos blue_values[14]; member
|
A D | cffobjs.c | 121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n]; in cff_make_private_dict()
|
A D | cf2ft.c | 463 &decoder->current_subfont->private_dict.blue_values; in cf2_getBlueValues()
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidtoken.h | 89 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14, 0 )
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1tokens.h | 74 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14,
|
A D | t1driver.c | 362 retval = sizeof ( type1->private_dict.blue_values[idx] ); in t1_ps_get_font_value() 364 *((FT_Short *)value) = type1->private_dict.blue_values[idx]; in t1_ps_get_font_value()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrload.c | 689 FT_FREE( phy_font->blue_values ); in pfr_phy_font_done() 847 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) ) in pfr_phy_font_load() 851 phy_font->blue_values[n] = PFR_NEXT_SHORT( p ); in pfr_phy_font_load()
|
A D | pfrtypes.h | 250 FT_Int *blue_values; member
|
/AliOS-Things-master/components/freetype/include/ |
A D | t1tables.h | 128 FT_Short blue_values[14]; member
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshglob.c | 702 priv->blue_values, priv->num_other_blues, in psh_globals_new() 716 priv->blue_values, in psh_globals_new()
|
Completed in 16 milliseconds