HomeSort by relevance Sort by last modified time
    Searched refs:num_axis (Results 1 - 17 of 17) sorted by null

  /external/pdfium/third_party/freetype/src/type1/
t1load.c 105 FT_UInt num_axis )
158 if ( num_axis > 0 )
160 if ( blend->num_axis != 0 && blend->num_axis != num_axis )
163 blend->num_axis = num_axis;
168 num_axis = blend->num_axis;
169 if ( num_designs && num_axis && blend->design_pos[0] == 0
520 FT_UInt num_axis = blend->num_axis; local
569 FT_Int n, num_axis; local
646 FT_Int num_axis; local
747 FT_Int n, num_axis; local
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftmm.h 94 /* num_axis :: Number of axes. Cannot exceed~4. */
96 /* num_designs :: Number of designs; should be normally 2^num_axis */
105 FT_UInt num_axis; member in struct:FT_Multi_Master_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
194 /* 2^num_axis for MM fonts. Not meaningful for GX */
212 FT_UInt num_axis; member in struct:FT_MM_Var_
t1tables.h 301 FT_UInt num_axis; member in struct:PS_BlendRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmm.h 94 /* num_axis :: Number of axes. Cannot exceed~4. */
96 /* num_designs :: Number of designs; should be normally 2^num_axis */
105 FT_UInt num_axis; member in struct:FT_Multi_Master_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
194 /* 2^num_axis for MM fonts. Not meaningful for GX */
212 FT_UInt num_axis; member in struct:FT_MM_Var_
t1tables.h 301 FT_UInt num_axis; member in struct:PS_BlendRec_
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 328 if ( axisCount != (FT_Long)blend->mmvar->num_axis )
463 if ( gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
572 for ( i = 0; i < blend->num_axis; i++ )
830 mmvar->num_axis =
    [all...]
ttgxvar.h 74 /* num_axis :: The number of axes along which interpolation */
83 FT_UInt num_axis; member in struct:GX_BlendRec_
93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
ttobjs.c 669 face->blend->mmvar->num_axis,
    [all...]
  /external/freetype/include/freetype/
ftmm.h 95 /* num_axis :: Number of axes. Cannot exceed~4. */
97 /* num_designs :: Number of designs; should be normally 2^num_axis */
106 FT_UInt num_axis; member in struct:FT_Multi_Master_
204 /* num_axis :: The number of axes. The maximum value is~4 for */
209 /* 2^num_axis for Adobe MM fonts. Not meaningful */
237 FT_UInt num_axis; member in struct:FT_MM_Var_
t1tables.h 301 FT_UInt num_axis; member in struct:PS_BlendRec_
    [all...]
  /external/freetype/src/truetype/
ttgxvar.c 344 if ( axisCount != (FT_Long)blend->mmvar->num_axis )
468 if ( itemStore->axisCount != (FT_Long)blend->mmvar->num_axis )
    [all...]
ttgxvar.h 220 /* num_axis :: The number of axes along which interpolation */
229 FT_UInt num_axis; member in struct:GX_BlendRec_
251 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
ttobjs.c 663 face->blend->mmvar->num_axis,
    [all...]
ttinterp.c     [all...]
  /external/harfbuzz_ng/src/
hb-ft.cc 624 FT_Fixed *ft_coords = (FT_Fixed *) calloc (mm_var->num_axis, sizeof (FT_Fixed));
625 int *coords = (int *) calloc (mm_var->num_axis, sizeof (int));
628 if (!FT_Get_Var_Blend_Coordinates (ft_face, mm_var->num_axis, ft_coords))
630 for (unsigned int i = 0; i < mm_var->num_axis; ++i)
633 hb_font_set_var_coords_normalized (font, coords, mm_var->num_axis);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 304 if (static_cast<FT_UInt>(data.getAxisCount()) != variations->num_axis) {
306 rec->fFace->family_name, variations->num_axis, data.getAxisCount()));
    [all...]
  /external/freetype/src/cff/
cffobjs.c 731 mm_var->num_axis,
    [all...]

Completed in 706 milliseconds