HomeSort by: relevance | last modified time | path
    Searched defs:face (Results 1 - 25 of 192) sorted by relevancy

1 2 3 4 5 6 7 8

  /xsrc/external/mit/freetype/dist/include/freetype/
ftfntfmt.h 60 * Return a string describing the format of a given face. Possible values
67 * face ::
68 * Input face handle.
77 FT_Get_Font_Format( FT_Face face ); variable
82 FT_Get_X11_Font_Format( FT_Face face ); variable
  /xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.h 32 TT_Face face,
39 TT_Face face,
45 sfnt_done_face( TT_Face face ); variable
48 tt_face_get_name( TT_Face face,
ttbdf.h 33 tt_face_free_bdf_props( TT_Face face ); variable
37 tt_face_find_bdf_prop( TT_Face face,
ttcolr.h 32 tt_face_load_colr( TT_Face face,
36 tt_face_free_colr( TT_Face face ); variable
39 tt_face_get_colr_layer( TT_Face face,
46 tt_face_colr_blend_layer( TT_Face face,
ttcpal.h 32 tt_face_load_cpal( TT_Face face,
36 tt_face_free_cpal( TT_Face face ); variable
39 tt_face_palette_set( TT_Face face,
ttload.h 32 tt_face_lookup_table( TT_Face face,
36 tt_face_goto_table( TT_Face face,
43 tt_face_load_font_dir( TT_Face face,
48 tt_face_load_any( TT_Face face,
56 tt_face_load_head( TT_Face face,
61 tt_face_load_cmap( TT_Face face,
66 tt_face_load_maxp( TT_Face face,
71 tt_face_load_name( TT_Face face,
76 tt_face_load_os2( TT_Face face,
81 tt_face_load_post( TT_Face face,
90 tt_face_free_name( TT_Face face ); variable
    [all...]
ttpost.h 33 tt_face_get_ps_name( TT_Face face,
38 tt_face_free_ps_names( TT_Face face ); variable
ttsbit.h 30 tt_face_load_sbit( TT_Face face,
34 tt_face_free_sbit( TT_Face face ); variable
38 tt_face_set_sbit_strike( TT_Face face,
43 tt_face_load_strike_metrics( TT_Face face,
48 tt_face_load_sbit_image( TT_Face face,
ttkern.h 32 tt_face_load_kern( TT_Face face,
36 tt_face_done_kern( TT_Face face ); variable
39 tt_face_get_kerning( TT_Face face,
43 #define TT_FACE_HAS_KERNING( face ) ( (face)->kern_avail_bits != 0 )
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgload.h 34 TT_Init_Glyph_Loading( TT_Face face ); variable
37 TT_Get_HMetrics( TT_Face face,
43 TT_Get_VMetrics( TT_Face face,
ttpload.h 30 tt_face_load_loca( TT_Face face,
34 tt_face_get_location( TT_Face face,
39 tt_face_done_loca( TT_Face face ); variable
42 tt_face_load_cvt( TT_Face face,
46 tt_face_load_fpgm( TT_Face face,
51 tt_face_load_prep( TT_Face face,
56 tt_face_load_hdmx( TT_Face face,
61 tt_face_free_hdmx( TT_Face face ); variable
65 tt_face_get_device_metrics( TT_Face face,
  /xsrc/external/mit/freetype/dist/src/cff/
cffload.h 68 CFF_Face face,
108 cff_get_var_blend( CFF_Face face,
115 cff_done_blend( CFF_Face face ); variable
cffobjs.h 55 * Face functions
59 FT_Face face, /* CFF_Face */
65 cff_face_done( FT_Face face ); /* CFF_Face */ variable
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
stencil.h 62 _mesa_ActiveStencilFaceEXT(GLenum face);
65 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum fail, GLenum zfail,
69 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
73 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref,
77 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
84 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask);
87 _mesa_StencilMaskSeparate(GLenum face, GLuint mask);
99 _mesa_get_stencil_ref(struct gl_context const *ctx, int face)
102 GLint ref = ctx->Stencil.Ref[face];
116 const int face = ctx->Stencil._BackFace local
    [all...]
genmipmap.c 175 GLuint face; local
176 for (face = 0; face < 6; face++) {
178 GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, texObj);
190 * cube face, a set of array slices, etc.
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
stencil.h 62 _mesa_ActiveStencilFaceEXT(GLenum face);
65 _mesa_StencilOpSeparate_no_error(GLenum face, GLenum fail, GLenum zfail,
69 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
73 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref,
77 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask);
84 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask);
87 _mesa_StencilMaskSeparate(GLenum face, GLuint mask);
99 _mesa_get_stencil_ref(struct gl_context const *ctx, int face)
102 GLint ref = ctx->Stencil.Ref[face];
116 const int face = ctx->Stencil._BackFace local
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
ftsynth.c 92 FT_Face face; local
101 face = slot->face;
108 xstr = FT_MulFix( face->units_per_EM,
109 face->size->metrics.y_scale ) / 24;
  /xsrc/external/mit/freetype/dist/src/pfr/
pfrdrivr.c 35 PFR_Face face = (PFR_Face)pfrface; local
36 PFR_PhyFont phys = &face->phy_font;
69 PFR_Face face = (PFR_Face)pfrface; local
80 if ( face )
82 PFR_PhyFont phys = &face->phy_font;
104 PFR_Face face = (PFR_Face)pfrface; local
105 PFR_PhyFont phys = &face->phy_font;
107 FT_Size size = face->root.size;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_state_derived.c 49 bool colors[2], fog, needW, face; local
53 colors[0] = colors[1] = fog = needW = face = false;
137 mesa_loge("Front/back face is broken\n");
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
56 info->face = ATTR_UNUSED;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_tex_validate.c 49 GLuint face, i; local
117 for (face = 0; face < nr_faces; face++) {
120 intel_texture_image(intelObj->base.Image[face][i]);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 49 const GLuint face = timg->base.Base.Face; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __func__, face, level);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
56 info->face = ATTR_UNUSED;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
intel_tex_validate.c 49 GLuint face, i; local
117 for (face = 0; face < nr_faces; face++) {
120 intel_texture_image(intelObj->base.Image[face][i]);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 49 const GLuint face = timg->base.Base.Face; local
85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level);
88 fprintf(stderr, "%s: copying to face %d, level %d\n",
89 __func__, face, level);

Completed in 52 milliseconds

1 2 3 4 5 6 7 8