Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 25 of 171) sorted by relevance

1234567

/external/freetype/src/type1/
Dt1driver.c66 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name()
79 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index()
81 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index()
107 return (const char*) face->type1.font_name; in t1_get_ps_name()
151 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info()
161 *afont_extra = ((T1_Face)face)->type1.font_extra; in t1_ps_get_font_extra()
180 *afont_private = ((T1_Face)face)->type1.private_dict; in t1_ps_get_font_private()
197 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
203 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
205 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
[all …]
Dt1objs.c107 &face->type1.private_dict, &globals ); in T1_Size_Init()
204 T1_Font type1; in T1_Face_Done() local
211 type1 = &face->type1; in T1_Face_Done()
231 PS_FontInfo info = &type1->font_info; in T1_Face_Done()
242 FT_FREE( type1->charstrings_len ); in T1_Face_Done()
243 FT_FREE( type1->charstrings ); in T1_Face_Done()
244 FT_FREE( type1->glyph_names ); in T1_Face_Done()
246 FT_FREE( type1->subrs ); in T1_Face_Done()
247 FT_FREE( type1->subrs_len ); in T1_Face_Done()
249 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done()
[all …]
Dt1gload.c49 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
66 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String()
67 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String()
82 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
83 char_string->length = (FT_Int)type1->charstrings_len[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
111 &face->type1.private_dict, &subfont ); in T1_Parse_Glyph_And_Get_Char_String()
219 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
232 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance()
243 decoder.num_subrs = type1->num_subrs; in T1_Compute_Max_Advance()
244 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance()
[all …]
DJamfile1 # FreeType 2 src/type1 Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) type1 ;
29 _sources = type1 ;
35 # end of src/type1 Jamfile
Dt1load.c141 blend->font_infos[0] = &face->type1.font_info; in t1_allocate_blend()
142 blend->privates [0] = &face->type1.private_dict; in t1_allocate_blend()
143 blend->bboxes [0] = &face->type1.font_bbox; in t1_allocate_blend()
1204 dummy_object = &face->type1.font_info; in t1_load_keyword()
1216 dummy_object = &face->type1.font_extra; in t1_load_keyword()
1222 dummy_object = &face->type1.private_dict; in t1_load_keyword()
1234 dummy_object = &face->type1.font_bbox; in t1_load_keyword()
1266 dummy_object = &face->type1; in t1_load_keyword()
1370 FT_Matrix* matrix = &face->type1.font_matrix; in t1_parse_font_matrix()
1371 FT_Vector* offset = &face->type1.font_offset; in t1_parse_font_matrix()
[all …]
/external/freetype/src/type42/
Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
68 if ( type1->font_type != 42 ) in T42_Open_Face()
71 type1->font_type )); in T42_Open_Face()
78 type1->num_glyphs = loader.num_glyphs; in T42_Open_Face()
87 type1->charstrings_block = loader.charstrings.block; in T42_Open_Face()
88 type1->charstrings = loader.charstrings.elements; in T42_Open_Face()
89 type1->charstrings_len = loader.charstrings.lengths; in T42_Open_Face()
93 type1->glyph_names_block = loader.glyph_names.block; in T42_Open_Face()
94 type1->glyph_names = (FT_String**)loader.glyph_names.elements; in T42_Open_Face()
99 if ( type1->encoding_type == T1_ENCODING_TYPE_ARRAY ) in T42_Open_Face()
[all …]
Dt42drivr.c65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name()
78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t42_get_name_index()
80 FT_String* gname = face->type1.glyph_names[i]; in t42_get_name_index()
84 return (FT_UInt)ft_strtol( (const char *)face->type1.charstrings[i], in t42_get_name_index()
108 return (const char*)face->type1.font_name; in t42_get_ps_font_name()
128 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
138 *afont_extra = ((T42_Face)face)->type1.font_extra; in t42_ps_get_font_extra()
157 *afont_private = ((T42_Face)face)->type1.private_dict; in t42_ps_get_font_private()
/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
75 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
78 self.type1 = type1
81 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
82 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
85 def createCase(operation, type0, type1): argument
88 for t1 in type1:
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
79 self.name = arithOperations[operation] + '_' + type0 + '_' + type1
82 self.type1 = type1
86 …params0 = { "NAME": self.name + '_' + self.type0, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
87 …params1 = { "NAME": self.name + '_' + self.type1, "TYPE0": self.type0, "TYPE1": self.type1, "OPERA…
90 def createCase(operation, type0, type1): argument
93 for t1 in type1:
/external/v8/src/wasm/
Dwasm-subtyping.cc62 bool is_cached_equivalent_type(uint32_t type1, uint32_t type2, in is_cached_equivalent_type() argument
65 if (type1 > type2) std::swap(type1, type2); in is_cached_equivalent_type()
71 std::make_tuple(type1, type2, module1, module2)) == 1; in is_cached_equivalent_type()
73 void cache_type_equivalence(uint32_t type1, uint32_t type2, in cache_type_equivalence() argument
76 if (type1 > type2) std::swap(type1, type2); in cache_type_equivalence()
81 type_equivalence_cache_.emplace(type1, type2, module1, module2); in cache_type_equivalence()
83 void uncache_type_equivalence(uint32_t type1, uint32_t type2, in uncache_type_equivalence() argument
86 if (type1 > type2) std::swap(type1, type2); in uncache_type_equivalence()
92 std::make_tuple(type1, type2, module1, module2)); in uncache_type_equivalence()
351 V8_NOINLINE bool EquivalentTypes(ValueType type1, ValueType type2, in EquivalentTypes() argument
[all …]
/external/OpenCL-CTS/test_conformance/clcpp/utils_test/
Dcompare.hpp78 template<class type, class type1, class type2, class op_type>
80 const type1& y, in are_equal()
93 if(std::fpclassify(static_cast<type1>(x)) == FP_SUBNORMAL || std::fpclassify(y) == FP_SUBNORMAL) in are_equal()
99 if((std::isnan)(static_cast<type1>(x)) && (std::isnan)(y)) in are_equal()
104 else if((std::isnan)(static_cast<type1>(x)) || (std::isnan)(y)) in are_equal()
110 if(static_cast<type1>(x) != y) in are_equal()
113 …if(std::abs(static_cast<type1>(x) - y) > (std::max)(std::numeric_limits<type2>::epsilon(), std::ab… in are_equal()
126 template<class type, class type1, class type2, class op_type>
128 const type1& y, in are_equal()
148 template<class type, class type1, class func>
[all …]
/external/libaom/libaom/test/
Dav1_txfm_test.cc19 void get_txfm1d_type(TX_TYPE txfm2d_type, TYPE_TXFM *type0, TYPE_TXFM *type1) { in get_txfm1d_type() argument
23 *type1 = TYPE_DCT; in get_txfm1d_type()
27 *type1 = TYPE_DCT; in get_txfm1d_type()
31 *type1 = TYPE_ADST; in get_txfm1d_type()
35 *type1 = TYPE_ADST; in get_txfm1d_type()
39 *type1 = TYPE_DCT; in get_txfm1d_type()
43 *type1 = TYPE_ADST; in get_txfm1d_type()
47 *type1 = TYPE_ADST; in get_txfm1d_type()
51 *type1 = TYPE_ADST; in get_txfm1d_type()
55 *type1 = TYPE_ADST; in get_txfm1d_type()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DGenericOpcodes.td25 let InOperandList = (ins type1:$src);
33 let InOperandList = (ins type1:$src);
41 let InOperandList = (ins type1:$src);
50 let InOperandList = (ins type1:$src);
80 let InOperandList = (ins type1:$src);
86 let InOperandList = (ins type1:$src);
92 let InOperandList = (ins type1:$src);
117 let InOperandList = (ins type1:$list, unknown:$align);
131 let InOperandList = (ins type1:$src);
249 let InOperandList = (ins unknown:$tst, type1:$src1, type1:$src2);
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dhlsl.nonstaticMemberFunction.frag.out11 0:5 Function Definition: type1::setmem(vf4; ( temp void)
22 0:6 Function Definition: type1::seti(i1; ( temp void)
33 0:9 Function Definition: type1::memFun(vf4; ( temp 4-component vector of float)
51 0:13 Function Definition: type1::memFun(i1; ( temp int)
86 0:29 Function Call: type1::setmem(vf4; ( temp void)
93 0:30 Function Call: type1::seti(i1; ( temp void)
107 0:32 Function Call: type1::memFun(vf4; ( temp 4-component vector of float)
117 0:33 Function Call: type1::memFun(i1; ( temp int)
147 0:5 Function Definition: type1::setmem(vf4; ( temp void)
158 0:6 Function Definition: type1::seti(i1; ( temp void)
[all …]
Dhlsl.this.frag.out11 0:6 Function Definition: type1::memFun1(vi3; ( temp int)
31 0:10 Function Definition: type1::memFun2(i1; ( temp int)
88 0:25 Function Call: type1::memFun1(vi3; ( temp int)
96 0:26 Function Call: type1::memFun2(i1; ( temp int)
133 0:6 Function Definition: type1::memFun1(vi3; ( temp int)
153 0:10 Function Definition: type1::memFun2(i1; ( temp int)
210 0:25 Function Call: type1::memFun1(vi3; ( temp int)
218 0:26 Function Call: type1::memFun2(i1; ( temp int)
253 Name 9 "type1"
254 MemberName 9(type1) 0 "bar"
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.nonstaticMemberFunction.frag.out11 0:5 Function Definition: type1::setmem(vf4; ( temp void)
22 0:6 Function Definition: type1::seti(i1; ( temp void)
33 0:9 Function Definition: type1::memFun(vf4; ( temp 4-component vector of float)
51 0:13 Function Definition: type1::memFun(i1; ( temp int)
86 0:29 Function Call: type1::setmem(vf4; ( temp void)
93 0:30 Function Call: type1::seti(i1; ( temp void)
107 0:32 Function Call: type1::memFun(vf4; ( temp 4-component vector of float)
117 0:33 Function Call: type1::memFun(i1; ( temp int)
147 0:5 Function Definition: type1::setmem(vf4; ( temp void)
158 0:6 Function Definition: type1::seti(i1; ( temp void)
[all …]
Dhlsl.this.frag.out11 0:6 Function Definition: type1::memFun1(vi3; ( temp int)
31 0:10 Function Definition: type1::memFun2(i1; ( temp int)
88 0:25 Function Call: type1::memFun1(vi3; ( temp int)
96 0:26 Function Call: type1::memFun2(i1; ( temp int)
133 0:6 Function Definition: type1::memFun1(vi3; ( temp int)
153 0:10 Function Definition: type1::memFun2(i1; ( temp int)
210 0:25 Function Call: type1::memFun1(vi3; ( temp int)
218 0:26 Function Call: type1::memFun2(i1; ( temp int)
253 Name 9 "type1"
254 MemberName 9(type1) 0 "bar"
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass() argument
36 ClassNode info1 = typeInfo(type1); in getCommonSuperClass()
39 if (typeImplements(type2, info2, type1)) { in getCommonSuperClass()
40 return type1; in getCommonSuperClass()
43 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass()
50 if (typeImplements(type1, info1, type2)) { in getCommonSuperClass()
56 String b1 = typeAncestors(type1, info1); in getCommonSuperClass()
/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon_asm.h20 DECLARE_FILTER(horiz, type1);
21 DECLARE_FILTER(avg_horiz, type1);
24 DECLARE_FILTER(vert, type1);
25 DECLARE_FILTER(avg_vert, type1);
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1676 #define _syscall1(type,name,type1,arg1) \ argument
1677 type LSS_NAME(name)(type1 arg1) { \
1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1684 type LSS_NAME(name)(type1 arg1,type2 arg2) { \
1690 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
1691 type LSS_NAME(name)(type1 arg1,type2 arg2,type3 arg3) { \
1698 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
1699 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4) { \
1706 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
1708 type LSS_NAME(name)(type1 arg1, type2 arg2, type3 arg3, type4 arg4, \
[all …]
/external/v8/src/compiler/
Dtypes.cc620 Type Type::Intersect(Type type1, Type type2, Zone* zone) { in Intersect() argument
622 if (type1.IsBitset() && type2.IsBitset()) { in Intersect()
623 return NewBitset(type1.AsBitset() & type2.AsBitset()); in Intersect()
627 if (type1.IsNone() || type2.IsAny()) return type1; // Shortcut. in Intersect()
628 if (type2.IsNone() || type1.IsAny()) return type2; // Shortcut. in Intersect()
631 if (type1.Is(type2)) return type1; in Intersect()
632 if (type2.Is(type1)) return type2; in Intersect()
638 if (type1.Is(type2)) { in Intersect()
640 } else if (type2.Is(type1)) { in Intersect()
641 type1 = Any(); in Intersect()
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp192 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local
198 for( type1 = 0; types[ type1 ] != kNumExplicitTypes; type1++ ) in test_kernel_arg_multi_setup_exhaustive()
204 …log_info( "\n\ttesting %s, %s, %s...", get_explicit_type_name( types[ type1 ] ), get_explicit_type… in test_kernel_arg_multi_setup_exhaustive()
216 types[ type1 ], size1, in test_kernel_arg_multi_setup_exhaustive()
234 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local
251 type1 = (int)get_random_float(0,4, seed); in test_kernel_arg_multi_setup_random()
257 get_explicit_type_name( types[ type1 ] ), size1, in test_kernel_arg_multi_setup_random()
262 types[ type1 ], size1, in test_kernel_arg_multi_setup_random()
/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() function
12 typedef type1 T; argument
20 type1 my_data[23];
/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.h45 const TYPE_TXFM type1, const int txfm_size0,
123 int get_hybrid_2d_stage_num(int type0, int type1, int hybrid_node_num);
124 int get_hybrid_2d_stage_num_new(int type0, int type1, int hybrid_node_num0,
131 int type1);
134 int hybrid_node_num1, int type0, int type1);
137 int type1);
140 int type0, int type1);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument

1234567