Home
last modified time | relevance | path

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

12345678910>>...13

/third_party/skia/third_party/externals/freetype/src/type1/
Dt1driver.c65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name()
78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index()
80 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index()
106 return (const char*) face->type1.font_name; in t1_get_ps_name()
150 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info()
160 *afont_extra = ((T1_Face)face)->type1.font_extra; in t1_ps_get_font_extra()
179 *afont_private = ((T1_Face)face)->type1.private_dict; in t1_ps_get_font_private()
196 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
202 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
204 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
[all …]
Dt1objs.c106 &face->type1.private_dict, &globals ); in T1_Size_Init()
208 T1_Font type1; in T1_Face_Done() local
215 type1 = &face->type1; in T1_Face_Done()
234 PS_FontInfo info = &type1->font_info; in T1_Face_Done()
245 FT_FREE( type1->charstrings_len ); in T1_Face_Done()
246 FT_FREE( type1->charstrings ); in T1_Face_Done()
247 FT_FREE( type1->glyph_names ); in T1_Face_Done()
249 FT_FREE( type1->subrs ); in T1_Face_Done()
250 FT_FREE( type1->subrs_len ); in T1_Face_Done()
252 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done()
[all …]
Dt1gload.c48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
65 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String()
66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String()
81 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
82 char_string->length = type1->charstrings_len[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
110 &face->type1.private_dict, &subfont ); in T1_Parse_Glyph_And_Get_Char_String()
218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
231 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance()
242 decoder.num_subrs = type1->num_subrs; in T1_Compute_Max_Advance()
243 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance()
[all …]
/third_party/freetype/src/type1/
Dt1driver.c65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name()
78 for ( i = 0; i < face->type1.num_glyphs; i++ ) in t1_get_name_index()
80 FT_String* gname = face->type1.glyph_names[i]; in t1_get_name_index()
106 return (const char*) face->type1.font_name; in t1_get_ps_name()
150 *afont_info = ((T1_Face)face)->type1.font_info; in t1_ps_get_font_info()
160 *afont_extra = ((T1_Face)face)->type1.font_extra; in t1_ps_get_font_extra()
179 *afont_private = ((T1_Face)face)->type1.private_dict; in t1_ps_get_font_private()
196 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
202 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
204 *((FT_Byte *)value) = type1->font_type; in t1_ps_get_font_value()
[all …]
Dt1objs.c106 &face->type1.private_dict, &globals ); in T1_Size_Init()
203 T1_Font type1; in T1_Face_Done() local
210 type1 = &face->type1; in T1_Face_Done()
230 PS_FontInfo info = &type1->font_info; in T1_Face_Done()
241 FT_FREE( type1->charstrings_len ); in T1_Face_Done()
242 FT_FREE( type1->charstrings ); in T1_Face_Done()
243 FT_FREE( type1->glyph_names ); in T1_Face_Done()
245 FT_FREE( type1->subrs ); in T1_Face_Done()
246 FT_FREE( type1->subrs_len ); in T1_Face_Done()
248 ft_hash_num_free( type1->subrs_hash, memory ); in T1_Face_Done()
[all …]
Dt1gload.c48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
65 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String()
66 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String()
81 char_string->pointer = type1->charstrings[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index]; in T1_Parse_Glyph_And_Get_Char_String()
110 &face->type1.private_dict, &subfont ); in T1_Parse_Glyph_And_Get_Char_String()
218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
231 (FT_Byte**)type1->glyph_names, in T1_Compute_Max_Advance()
242 decoder.num_subrs = type1->num_subrs; in T1_Compute_Max_Advance()
243 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance()
[all …]
/third_party/flutter/skia/third_party/externals/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 …]
/third_party/boost/libs/multi_index/test/
Dtest_set_ops.cpp22 struct type1{}; struct
27 operator type1()const{return type1();} in operator type1()
32 operator type1()const{return type1();} in operator type1()
37 bool operator()(type1,type1)const{return false;} in operator ()()
38 bool operator()(type1,type2)const{return false;} in operator ()()
39 bool operator()(type2,type1)const{return false;} in operator ()()
42 bool less_type1_f(type1,type1){return false;} in less_type1_f() argument
46 std::size_t operator()(type1)const{return 0;} in operator ()()
52 bool operator()(type1,type1)const{return true;} in operator ()()
53 bool operator()(type1,type2)const{return true;} in operator ()()
[all …]
/third_party/openssl/include/openssl/
Dobjects.h76 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument
78 static int nm##_cmp(type1 const *, type2 const *); \
79 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
81 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \ argument
82 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
83 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
84 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
113 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument
116 type1 const *a = a_; \
120 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \
[all …]
/third_party/mindspore/tests/st/ops/gpu/
Dtest_cast_op.py28 def __init__(self, type0, type1): argument
32 self.type1 = type1
36 self.Cast(x1, self.type1))
41 def __init__(self, type0, type1): argument
46 self.type1 = type1
52 self.Cast(x1_conv, self.type1))
70 type1 = output[1].asnumpy().dtype
71 assert type1 == 'float32'
88 type1 = output[1].asnumpy().dtype
89 assert type1 == 'float32'
[all …]
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/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()
/third_party/boost/boost/container_hash/detail/
Dfloat_functions.hpp193 #define BOOST_HASH_CALL_FLOAT_FUNC(cpp_func, c99_func, type1, type2) \ argument
206 static type1 x; \
210 == sizeof(is<type1>)); \
213 == sizeof(is<type1>)); \
223 typedef type1 float_type; \
226 inline type1 operator()(type1 a, T b) const \
241 typedef type1 float_type; \
244 inline type1 operator()(type1 a, T b) const \
252 struct call_##cpp_func<type1> : \
259 #define BOOST_HASH_CALL_FLOAT_MACRO(cpp_func, c99_func, type1, type2) \ argument
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dunified-signatures.test.ts178 type1: 'number',
319 type1: 'number',
341 type1: 'number',
403 type1: 'number',
425 type1: 'number',
446 type1: 'T[]',
466 type1: 'T[]',
486 type1: 'T[]',
508 type1: 'number',
530 type1: 'string',
[all …]
/third_party/vk-gl-cts/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:
/third_party/vk-gl-cts/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:
/third_party/boost/libs/numeric/ublas/test/tensor/
Dutility.hpp19 template<class type1, class ... types3>
20 struct zip_helper<std::tuple<types3...>, type1>
25 using type = std::tuple<types3...,std::pair<type1,types2>...>;
32 template<class type1, class ... types3, class ... types1>
33 struct zip_helper<std::tuple<types3...>, type1, types1...>
38 using next_tuple = std::tuple<types3...,std::pair<type1,types2>...>;
/third_party/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 …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dunsorted_segment_sum_base.c19 #define UNSORTEDSEGMENTSUM(type, type1) … argument
20 …int UnsortedSegmentSum_##type##_##type1(const type *input, int unit_num, int input_dim1, const typ…
32type1 index = indices[j]; …
36type1 output_index = index * output_dim1 + k; …

12345678910>>...13