Home
last modified time | relevance | path

Searched refs:num_axes (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c597 FT_UShort num_axes; in sfnt_init_face() local
616 FT_READ_USHORT( num_axes ) || in sfnt_init_face()
623 num_axes = 0; in sfnt_init_face()
632 num_axes == 0 || in sfnt_init_face()
634 num_axes > 0x3FFE || in sfnt_init_face()
635 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()
636 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()
640 axis_size * num_axes + in sfnt_init_face()
659 !( FT_QALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()
660 FT_QALLOC( instance_values, num_axes * 4 ) ) ) in sfnt_init_face()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c559 FT_UShort num_axes; in sfnt_init_face() local
578 FT_READ_USHORT( num_axes ) || in sfnt_init_face()
585 num_axes = 0; in sfnt_init_face()
594 num_axes == 0 || in sfnt_init_face()
596 num_axes > 0x3FFE || in sfnt_init_face()
597 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()
598 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()
602 axis_size * num_axes + in sfnt_init_face()
621 !( FT_ALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()
622 FT_ALLOC( instance_values, num_axes * 4 ) ) ) in sfnt_init_face()
[all …]
/third_party/freetype/src/sfnt/
Dsfobjs.c597 FT_UShort num_axes; in sfnt_init_face() local
616 FT_READ_USHORT( num_axes ) || in sfnt_init_face()
623 num_axes = 0; in sfnt_init_face()
632 num_axes == 0 || in sfnt_init_face()
634 num_axes > 0x3FFE || in sfnt_init_face()
635 !( instance_size == 4 + 4 * num_axes || in sfnt_init_face()
636 instance_size == 6 + 4 * num_axes ) || in sfnt_init_face()
640 axis_size * num_axes + in sfnt_init_face()
659 !( FT_QALLOC( default_values, num_axes * 4 ) || in sfnt_init_face()
660 FT_QALLOC( instance_values, num_axes * 4 ) ) ) in sfnt_init_face()
[all …]
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffparse.h70 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member
86 FT_UShort num_axes );
Dcffparse.c47 FT_UShort num_axes ) in cff_parser_init() argument
62 parser->num_axes = num_axes; in cff_parser_init()
906 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()
909 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()
1293 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
Dcffload.c1925 top->num_axes ) ) in cff_load_private_dict()
/third_party/freetype/src/cff/
Dcffparse.h70 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member
86 FT_UShort num_axes );
Dcffparse.c47 FT_UShort num_axes ) in cff_parser_init() argument
62 parser->num_axes = num_axes; in cff_parser_init()
906 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()
909 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()
1293 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
Dcffload.c1925 top->num_axes ) ) in cff_load_private_dict()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffparse.h71 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member
87 FT_UShort num_axes );
Dcffparse.c48 FT_UShort num_axes ) in cff_parser_init() argument
63 parser->num_axes = num_axes; in cff_parser_init()
906 dict->num_axes = (FT_UShort)( parser->top - parser->stack - 4 ); in cff_parse_multiple_master()
909 parser->num_axes = dict->num_axes; in cff_parse_multiple_master()
1293 cff_rec.top_font.font_dict.num_axes = parser->num_axes; in cff_parser_run()
Dcffload.c1917 top->num_axes ) ) in cff_load_private_dict()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c2019 FT_UInt num_axes; in TT_Get_MM_Var() local
2114 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()
2115 face->blend->num_axis = num_axes; in TT_Get_MM_Var()
2118 num_axes = face->blend->num_axis; in TT_Get_MM_Var()
2139 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2141 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2146 num_axes * in TT_Get_MM_Var()
2148 next_name_size = num_axes * 5; in TT_Get_MM_Var()
2167 num_axes; in TT_Get_MM_Var()
2188 next_coords += num_axes; in TT_Get_MM_Var()
[all …]
Dttinterp.c7671 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local
7677 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()
7685 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
7690 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
/third_party/freetype/src/truetype/
Dttgxvar.c2129 FT_UInt num_axes; in TT_Get_MM_Var() local
2224 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()
2225 face->blend->num_axis = num_axes; in TT_Get_MM_Var()
2228 num_axes = face->blend->num_axis; in TT_Get_MM_Var()
2249 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2251 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2256 num_axes * in TT_Get_MM_Var()
2258 next_name_size = num_axes * 5; in TT_Get_MM_Var()
2277 num_axes; in TT_Get_MM_Var()
2298 next_coords += num_axes; in TT_Get_MM_Var()
[all …]
Dttinterp.c7631 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local
7637 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()
7645 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
7650 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c2135 FT_UInt num_axes; in TT_Get_MM_Var() local
2230 num_axes = fvar_head.axisCount; in TT_Get_MM_Var()
2231 face->blend->num_axis = num_axes; in TT_Get_MM_Var()
2234 num_axes = face->blend->num_axis; in TT_Get_MM_Var()
2255 axis_flags_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2257 axis_size = ALIGN_SIZE( num_axes * in TT_Get_MM_Var()
2262 num_axes * in TT_Get_MM_Var()
2264 next_name_size = num_axes * 5; in TT_Get_MM_Var()
2283 num_axes; in TT_Get_MM_Var()
2304 next_coords += num_axes; in TT_Get_MM_Var()
[all …]
Dttinterp.c7624 FT_UInt num_axes = exc->face->blend->num_axis; in Ins_GETVARIATION() local
7630 if ( BOUNDS( num_axes, exc->stackSize + 1 - exc->top ) ) in Ins_GETVARIATION()
7638 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
7643 for ( i = 0; i < num_axes; i++ ) in Ins_GETVARIATION()
/third_party/freetype/include/freetype/internal/
Dcfftypes.h231 FT_UShort num_axes; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h231 FT_UShort num_axes; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dcfftypes.h232 FT_UShort num_axes; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c512 FT_UShort num_axes = in cff_decoder_parse_charstrings() local
513 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()
1929 count <= num_axes ) in cff_decoder_parse_charstrings()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c513 FT_UShort num_axes = in cff_decoder_parse_charstrings() local
514 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()
1927 count >= 0 && count <= num_axes ) in cff_decoder_parse_charstrings()
/third_party/freetype/src/psaux/
Dcffdecode.c512 FT_UShort num_axes = in cff_decoder_parse_charstrings() local
513 decoder->cff->top_font.font_dict.num_axes; in cff_decoder_parse_charstrings()
1929 count <= num_axes ) in cff_decoder_parse_charstrings()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc5629 uint32_t num_axes = ast::NumCoordinateAxes(dim); in MakeCoordinateOperandsForImageAccess() local
5631 if ((num_axes == 0) || (num_axes > 3)) { in MakeCoordinateOperandsForImageAccess()
5649 num_axes + (is_arrayed ? 1 : 0) + (is_proj ? 1 : 0); in MakeCoordinateOperandsForImageAccess()
5677 auto prefix_swizzle_expr = [this, num_axes, component_type, is_proj, in MakeCoordinateOperandsForImageAccess()
5680 (num_axes == 1) ? component_type : ty_.Vector(component_type, num_axes); in MakeCoordinateOperandsForImageAccess()
5682 Source{}, raw_coords.expr, PrefixSwizzle(num_axes)); in MakeCoordinateOperandsForImageAccess()
5685 Swizzle(num_axes)); in MakeCoordinateOperandsForImageAccess()
5701 builder_.MemberAccessor(raw_coords.expr, Swizzle(num_axes)); in MakeCoordinateOperandsForImageAccess()

12