HomeSort by relevance Sort by last modified time
    Searched full:blue_values (Results 1 - 25 of 30) sorted by null

1 2

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidtoken.h 89 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14, 0 )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1tokens.h 74 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14,
t1driver.c 364 retval = sizeof ( type1->private_dict.blue_values[idx] );
366 *((FT_Short *)value) = type1->private_dict.blue_values[idx];
  /external/pdfium/third_party/freetype/src/cid/
cidtoken.h 89 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14, 0 )
  /external/pdfium/third_party/freetype/src/type1/
t1tokens.h 74 T1_FIELD_NUM_TABLE ( "BlueValues", blue_values, 14,
t1driver.c 364 retval = sizeof ( type1->private_dict.blue_values[idx] );
366 *((FT_Short *)value) = type1->private_dict.blue_values[idx];
  /external/freetype/src/cff/
cfftoken.h 75 CFF_FIELD_DELTA ( 6, blue_values, 14, "BlueValues" )
cfftypes.h 158 FT_Pos blue_values[14]; member in struct:CFF_PrivateRec_
cffobjs.c 121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n];
    [all...]
cf2ft.c 491 &decoder->current_subfont->private_dict.blue_values;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cfftoken.h 75 CFF_FIELD_DELTA ( 6, blue_values, 14, "BlueValues" )
cfftypes.h 158 FT_Pos blue_values[14]; member in struct:CFF_PrivateRec_
cffobjs.c 121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n];
    [all...]
cf2ft.c 491 &decoder->current_subfont->private_dict.blue_values;
  /external/pdfium/third_party/freetype/src/cff/
cfftoken.h 75 CFF_FIELD_DELTA ( 6, blue_values, 14, "BlueValues" )
cfftypes.h 158 FT_Pos blue_values[14]; member in struct:CFF_PrivateRec_
cffobjs.c 121 priv->blue_values[n] = (FT_Short)cpriv->blue_values[n];
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrtypes.h 250 FT_Int *blue_values; member in struct:PFR_PhyFontRec_
pfrload.c 790 FT_FREE( phy_font->blue_values );
947 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) )
951 phy_font->blue_values[n] = PFR_NEXT_SHORT( p );
  /external/freetype/src/pfr/
pfrload.c 690 FT_FREE( phy_font->blue_values );
848 if ( FT_NEW_ARRAY( phy_font->blue_values, count ) )
852 phy_font->blue_values[n] = PFR_NEXT_SHORT( p );
  /external/freetype/src/pshinter/
pshglob.c 702 priv->blue_values, priv->num_other_blues,
716 priv->blue_values,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 702 priv->blue_values, priv->num_other_blues,
716 priv->blue_values,
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 702 priv->blue_values, priv->num_other_blues,
716 priv->blue_values,
  /external/freetype/include/
t1tables.h 148 FT_Short blue_values[14]; member in struct:PS_PrivateRec_
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
t1tables.h 148 FT_Short blue_values[14]; member in struct:PS_PrivateRec_
    [all...]

Completed in 847 milliseconds

1 2