Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/type1/
A Dt1driver.c183 T1_Font type1 = &t1face->type1; in t1_ps_get_font_value() local
189 retval = sizeof ( type1->font_type ); in t1_ps_get_font_value()
207 val = type1->font_matrix.xx; in t1_ps_get_font_value()
210 val = type1->font_matrix.xy; in t1_ps_get_font_value()
213 val = type1->font_matrix.yx; in t1_ps_get_font_value()
216 val = type1->font_matrix.yy; in t1_ps_get_font_value()
237 val = type1->font_bbox.xMin; in t1_ps_get_font_value()
240 val = type1->font_bbox.yMin; in t1_ps_get_font_value()
243 val = type1->font_bbox.xMax; in t1_ps_get_font_value()
246 val = type1->font_bbox.yMax; in t1_ps_get_font_value()
[all …]
A Dt1objs.c205 T1_Font type1; in T1_Face_Done() local
212 type1 = &face->type1; in T1_Face_Done()
243 FT_FREE( type1->charstrings_len ); in T1_Face_Done()
244 FT_FREE( type1->charstrings ); in T1_Face_Done()
245 FT_FREE( type1->glyph_names ); in T1_Face_Done()
247 FT_FREE( type1->subrs ); in T1_Face_Done()
248 FT_FREE( type1->subrs_len ); in T1_Face_Done()
250 FT_FREE( type1->subrs_block ); in T1_Face_Done()
256 FT_FREE( type1->font_name ); in T1_Face_Done()
310 T1_Font type1 = &face->type1; in T1_Face_Init() local
[all …]
A Dt1gload.c63 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
72 decoder->font_matrix = type1->font_matrix; in T1_Parse_Glyph_And_Get_Char_String()
73 decoder->font_offset = type1->font_offset; in T1_Parse_Glyph_And_Get_Char_String()
159 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
184 decoder.subrs = type1->subrs; in T1_Compute_Max_Advance()
219 T1_Font type1 = &face->type1; in T1_Get_Advances() local
248 decoder.num_subrs = type1->num_subrs; in T1_Get_Advances()
249 decoder.subrs = type1->subrs; in T1_Get_Advances()
250 decoder.subrs_len = type1->subrs_len; in T1_Get_Advances()
279 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
[all …]
A DJamfile1 # FreeType 2 src/type1 Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) type1 ;
23 _sources = type1 ;
29 # end of src/type1 Jamfile
A Dt1load.c940 dummy_object = &face->type1.font_info; in t1_load_keyword()
952 dummy_object = &face->type1.font_extra; in t1_load_keyword()
958 dummy_object = &face->type1.private_dict; in t1_load_keyword()
970 dummy_object = &face->type1.font_bbox; in t1_load_keyword()
1002 dummy_object = &face->type1; in t1_load_keyword()
2081 T1_Font type1 = &face->type1; in T1_Open_Face() local
2183 type1->num_glyphs = loader.num_glyphs; in T1_Open_Face()
2188 type1->num_subrs = loader.num_subrs; in T1_Open_Face()
2189 type1->subrs_block = loader.subrs.block; in T1_Open_Face()
2263 type1->encoding.code_first = min_char; in T1_Open_Face()
[all …]
A Drules.mk18 T1_DIR := $(SRC_DIR)/type1
48 T1_DRV_OBJ_S := $(OBJ_DIR)/type1.$O
52 T1_DRV_SRC_S := $(T1_DIR)/type1.c
A Dt1afm.c57 T1_Font type1 = (T1_Font)user_data; in t1_get_index() local
65 for ( n = 0; n < type1->num_glyphs; n++ ) in t1_get_index()
67 char* gname = (char*)type1->glyph_names[n]; in t1_get_index()
242 T1_Font t1_font = &( (T1_Face)t1_face )->type1; in T1_Read_Metrics()
A Dmodule.mk20 $(ECHO_DRIVER)type1 $(ECHO_DRIVER_DESC)Postscript font files with extension *.pfa or *.pfb$(ECH…
/AliOS-Things-master/components/freetype/src/type42/
A Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
62 if ( type1->font_type != 42 ) in T42_Open_Face()
65 type1->font_type )); in T42_Open_Face()
169 T1_Font type1 = &face->type1; in T42_Face_Init() local
276 if ( type1->font_name ) in T42_Face_Init()
409 T1_Font type1; in T42_Face_Done() local
417 type1 = &face->type1; in T42_Face_Done()
418 info = &type1->font_info; in T42_Face_Done()
434 FT_FREE( type1->charstrings ); in T42_Face_Done()
435 FT_FREE( type1->glyph_names ); in T42_Face_Done()
[all …]
A 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_atol( (const char *)face->type1.charstrings[i] ); in t42_get_name_index()
107 return (const char*)face->type1.font_name; in t42_get_ps_font_name()
127 *afont_info = ((T42_Face)face)->type1.font_info; in t42_ps_get_font_info()
137 *afont_extra = ((T42_Face)face)->type1.font_extra; in t42_ps_get_font_extra()
156 *afont_private = ((T42_Face)face)->type1.private_dict; in t42_ps_get_font_private()
A Dt42parse.c253 FT_Matrix* matrix = &face->type1.font_matrix; in t42_parse_font_matrix()
254 FT_Vector* offset = &face->type1.font_offset; in t42_parse_font_matrix()
330 T1_Encoding encode = &face->type1.encoding; in t42_parse_encoding()
482 face->type1.encoding_type = T1_ENCODING_TYPE_ARRAY; in t42_parse_encoding()
492 face->type1.encoding_type = T1_ENCODING_TYPE_STANDARD; in t42_parse_encoding()
496 face->type1.encoding_type = T1_ENCODING_TYPE_EXPERT; in t42_parse_encoding()
500 face->type1.encoding_type = T1_ENCODING_TYPE_ISOLATIN1; in t42_parse_encoding()
1018 dummy_object = &face->type1.font_info; in t42_load_keyword()
1022 dummy_object = &face->type1.font_extra; in t42_load_keyword()
1026 dummy_object = &face->type1.font_bbox; in t42_load_keyword()
[all …]
A Dt42types.h35 T1_FontRec type1; member
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1cmap.c42 cmap->num_glyphs = face->type1.num_glyphs; in t1_cmap_std_init()
43 cmap->glyph_names = (const char* const*)face->type1.glyph_names; in t1_cmap_std_init()
178 T1_Encoding encoding = &face->type1.encoding; in t1_cmap_custom_init()
270 return face->type1.glyph_names[idx]; in psaux_get_glyph_name()
284 face->type1.num_glyphs, in t1_cmap_unicode_init()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dmat.h229 inline bool operator==(const Type& type1, const Type& type2) {
230 return type1.is_signed == type2.is_signed &&
231 type1.is_floating_point == type2.is_floating_point &&
232 type1.size == type2.size;
/AliOS-Things-master/components/freetype/src/base/
A DJamfile40 type1 winfnt xf86 patent
/AliOS-Things-master/components/freetype/include/internal/
A Dt1types.h201 T1_FontRec type1; member
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c299 #define LFS_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument
300 ((cond) ? LFS_MKTAG(type1, id1, size1) : LFS_MKTAG(type2, id2, size2))
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c298 #define LFS2_MKTAG_IF_ELSE(cond, type1, id1, size1, type2, id2, size2) \ argument
299 ((cond) ? LFS2_MKTAG(type1, id1, size1) : LFS2_MKTAG(type2, id2, size2))

Completed in 70 milliseconds