HomeSort by: relevance | last modified time | path
    Searched defs:type1 (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/type42/
t42types.h 35 T1_FontRec type1; member in struct:T42_FaceRec_
t42objs.c 36 T1_Font type1 = &face->type1; local
68 if ( type1->font_type != 42 )
71 type1->font_type ));
77 /* to the Type1 data */
78 type1->num_glyphs = loader.num_glyphs;
87 type1->charstrings_block = loader.charstrings.block;
88 type1->charstrings = loader.charstrings.elements;
89 type1->charstrings_len = loader.charstrings.lengths;
93 type1->glyph_names_block = loader.glyph_names.block
174 T1_Font type1 = &face->type1; local
408 T1_Font type1; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/type1/
t1driver.c 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max );
78 for ( i = 0; i < face->type1.num_glyphs; i++ )
80 FT_String* gname = face->type1.glyph_names[i];
106 return (const char*) face->type1.font_name;
150 *afont_info = ((T1_Face)face)->type1.font_info;
160 *afont_extra = ((T1_Face)face)->type1.font_extra;
179 *afont_private = ((T1_Face)face)->type1.private_dict;
196 T1_Font type1 = &t1face->type1; local
202 retval = sizeof ( type1->font_type )
    [all...]
t1afm.c 58 T1_Font type1 = (T1_Font)user_data; local
66 for ( n = 0; n < type1->num_glyphs; n++ )
68 char* gname = (char*)type1->glyph_names[n];
244 T1_Font t1_font = &face->type1;
t1gload.c 48 T1_Font type1 = &face->type1; local
65 decoder->font_matrix = type1->font_matrix;
66 decoder->font_offset = type1->font_offset;
81 char_string->pointer = type1->charstrings[glyph_index];
82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
110 &face->type1.private_dict, &subfont );
218 T1_Font type1 = &face->type1; local
231 (FT_Byte**)type1->glyph_names
284 T1_Font type1 = &face->type1; local
359 T1_Font type1 = &face->type1; local
    [all...]
t1objs.c 106 &face->type1.private_dict, &globals );
203 T1_Font type1; local
210 type1 = &face->type1;
230 PS_FontInfo info = &type1->font_info;
241 FT_FREE( type1->charstrings_len );
242 FT_FREE( type1->charstrings );
243 FT_FREE( type1->glyph_names );
245 FT_FREE( type1->subrs );
246 FT_FREE( type1->subrs_len )
316 T1_Font type1 = &face->type1; local
    [all...]
t1load.c 141 blend->font_infos[0] = &face->type1.font_info;
142 blend->privates [0] = &face->type1.private_dict;
143 blend->bboxes [0] = &face->type1.font_bbox;
1228 dummy_object = &face->type1.font_info;
1240 dummy_object = &face->type1.font_extra;
1246 dummy_object = &face->type1.private_dict;
1258 dummy_object = &face->type1.font_bbox;
1290 dummy_object = &face->type1;
1394 FT_Matrix* matrix = &face->type1.font_matrix;
1395 FT_Vector* offset = &face->type1.font_offset
2503 T1_Font type1 = &face->type1; local
    [all...]
  /xsrc/external/mit/freetype/dist/src/psaux/
psft.c 728 T1_Font type1 = &face->type1; local
744 glyph_data.pointer = type1->charstrings[glyph_index];
745 glyph_data.length = (FT_Int)type1->charstrings_len[glyph_index];
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_formats.c 1527 enum dcc_channel_type type1, type2; local
1546 type1 = radv_get_dcc_channel_type(desc1);
1549 return type1 != dcc_channel_incompatible &&
1551 type1 == type2;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_formats.c 2058 enum dcc_channel_type type1, type2; local
2077 radv_get_dcc_channel_type(desc1, &type1, &size1);
2080 if (type1 == dcc_channel_incompatible || type2 == dcc_channel_incompatible ||
2081 (type1 == dcc_channel_float) != (type2 == dcc_channel_float) || size1 != size2)
2084 if (type1 != type2)
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
t1types.h 5 * Basic Type1/Type2 type definitions and interface (specification
39 /*** REQUIRED TYPE1/TYPE2 TABLES DEFINITIONS ***/
205 T1_FontRec type1; member in struct:T1_FaceRec_
  /xsrc/external/mit/libXt/dist/src/
Event.c 943 int type1, type2; /* Types of events to check for. */ member in struct:_CheckExposeInfo
997 info.type1 = Expose;
1001 info.type1 = event->type;
1165 * NOTE: The only valid types (info.type1 and info.type2) are Expose
1174 if ((info->type1 == event->type) || (info->type2 == event->type)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 528 SVGA3dShaderRegType type0, type1; local
533 type1 = SVGA3dShaderGetRegType( src1.base.value );
536 type1 == SVGA3DREG_CONST &&
541 type1 == SVGA3DREG_INPUT &&
581 SVGA3dShaderRegType type0, type1, type2; local
586 type1 = SVGA3dShaderGetRegType( src1.base.value );
591 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
595 if (type1 == SVGA3DREG_CONST &&
601 ((type1 == SVGA3DREG_INPUT && src0.base.num != src1.base.num) ||
605 if (type1 == SVGA3DREG_INPUT &
654 SVGA3dShaderRegType type0, type1, type2, type3; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 530 SVGA3dShaderRegType type0, type1; local
535 type1 = SVGA3dShaderGetRegType( src1.base.value );
538 type1 == SVGA3DREG_CONST &&
543 type1 == SVGA3DREG_INPUT &&
583 SVGA3dShaderRegType type0, type1, type2; local
588 type1 = SVGA3dShaderGetRegType( src1.base.value );
593 ((type1 == SVGA3DREG_CONST && src0.base.num != src1.base.num) ||
597 if (type1 == SVGA3DREG_CONST &&
603 ((type1 == SVGA3DREG_INPUT && src0.base.num != src1.base.num) ||
607 if (type1 == SVGA3DREG_INPUT &
656 SVGA3dShaderRegType type0, type1, type2, type3; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
spirv_to_nir.c 5381 struct vtn_type *type1 = vtn_get_value_type(b, w[3]); local
5383 vtn_fail_if(type1->base_type != vtn_base_type_pointer ||
5387 vtn_fail_if(type1->storage_class != type2->storage_class,
5395 b, vtn_storage_class_to_mode(b, type1->storage_class, NULL, NULL));
5403 glsl_get_natural_size_align_bytes(type1->deref->type,

Completed in 26 milliseconds