HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 201 - 225 of 913) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/freetype/src/autofit/
afpic.h 56 ( GET_PIC( FT_FACE_LIBRARY(globals->face) )->af_script_classes )
afcjk.h 108 FT_Face face );
126 FT_Face face );
130 FT_Face face,
  /external/chromium_org/third_party/freetype/src/base/
ftsynth.c 87 FT_Face face = slot->face; local
97 xstr = FT_MulFix( face->units_per_EM,
98 face->size->metrics.y_scale ) / 24;
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.h 51 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
63 hb_face_reference (hb_face_t *face);
66 hb_face_destroy (hb_face_t *face);
69 hb_face_set_user_data (hb_face_t *face,
77 hb_face_get_user_data (hb_face_t *face,
81 hb_face_make_immutable (hb_face_t *face);
84 hb_face_is_immutable (hb_face_t *face);
88 hb_face_reference_table (hb_face_t *face,
92 hb_face_reference_blob (hb_face_t *face);
95 hb_face_set_index (hb_face_t *face,
    [all...]
test-buffer-serialize.cc 84 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
88 unsigned int upem = hb_face_get_upem (face);
89 hb_font_t *font = hb_font_create (face);
90 hb_face_destroy (face);
test.cc 87 /* Create the face */
88 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 unsigned int upem = hb_face_get_upem (face);
93 hb_font_t *font = hb_font_create (face);
128 hb_face_destroy (face);
test-would-substitute.cc 86 /* Create the face */
87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 hb_font_t *font = hb_font_create (face);
102 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 58 unsigned face:3; member in struct:tex_tile_address::__anon14652
136 unsigned face,
145 addr.bits.face = face;
  /external/freetype/include/freetype/internal/services/
svpostnm.h 34 * The name is owned by the face and will be destroyed with it.
41 (*FT_PsName_GetFunc)( FT_Face face );
svttglyf.h 31 (*TT_Glyf_GetLocationFunc)( FT_Face face,
  /external/freetype/src/base/
ftsynth.c 88 FT_Face face = slot->face; local
98 xstr = FT_MulFix( face->units_per_EM,
99 face->size->metrics.y_scale ) / 24;
  /external/freetype/src/truetype/
ttsubpix.c 818 sph_test_tweak( TT_Face face,
839 FT_Get_Char_Index( (FT_Face)face,
849 scale_test_tweak( TT_Face face,
870 FT_Get_Char_Index( (FT_Face)face,
880 sph_test_tweak_x_scaling( TT_Face face,
886 return scale_test_tweak( face, family, ppem, style, glyph_index,
892 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
897 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
906 TT_Face face = (TT_Face)loader->face; local
    [all...]
  /external/harfbuzz_ng/src/
hb-font.h 51 typedef hb_blob_t * (*hb_reference_table_func_t) (hb_face_t *face, hb_tag_t tag, void *user_data);
63 hb_face_reference (hb_face_t *face);
66 hb_face_destroy (hb_face_t *face);
69 hb_face_set_user_data (hb_face_t *face,
77 hb_face_get_user_data (hb_face_t *face,
81 hb_face_make_immutable (hb_face_t *face);
84 hb_face_is_immutable (hb_face_t *face);
88 hb_face_reference_table (hb_face_t *face,
92 hb_face_reference_blob (hb_face_t *face);
95 hb_face_set_index (hb_face_t *face,
    [all...]
test-buffer-serialize.cc 84 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
88 unsigned int upem = hb_face_get_upem (face);
89 hb_font_t *font = hb_font_create (face);
90 hb_face_destroy (face);
test.cc 87 /* Create the face */
88 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 unsigned int upem = hb_face_get_upem (face);
93 hb_font_t *font = hb_font_create (face);
127 hb_face_destroy (face);
test-would-substitute.cc 86 /* Create the face */
87 hb_face_t *face = hb_face_create (blob, 0 /* first face */); local
91 hb_font_t *font = hb_font_create (face);
102 return !hb_ot_layout_lookup_would_substitute (face, strtol (argv[2], NULL, 0), glyphs, len, false);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.h 58 unsigned face:3; member in struct:tex_tile_address::__anon24994
136 unsigned face,
145 addr.bits.face = face;
  /frameworks/rs/
rsAdapter.h 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 76 final Typeface face = paint.getTypeface(); local
78 if (face == Typeface.DEFAULT) {
80 } else if (face == Typeface.DEFAULT_BOLD) {
82 } else if (face == Typeface.MONOSPACE) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.h 40 void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
41 void generateGlyphPath(FT_Face face, SkPath* path);
42 void emboldenOutline(FT_Face face, FT_Outline* outline);
  /external/freetype/src/autofit/
afcjk.h 109 FT_Face face );
127 FT_Face face );
131 FT_Face face );
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 40 void generateGlyphImage(FT_Face face, const SkGlyph& glyph);
41 void generateGlyphPath(FT_Face face, SkPath* path);
42 void emboldenOutline(FT_Face face, FT_Outline* outline);
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 57 CFF_Face face = (CFF_Face)size->root.face; local
58 CFF_Font font = (CFF_Font)face->extra.data;
63 module = FT_Get_Module( size->root.face->driver->root.library,
75 CFF_Face face = (CFF_Face)size->root.face; local
76 CFF_Font font = (CFF_Font)face->extra.data;
162 CFF_Face face = (CFF_Face)cffsize->face; local
163 CFF_Font font = (CFF_Font)face->extra.data
221 CFF_Face face = (CFF_Face)size->face; local
348 CFF_Face face = (CFF_Face)slot->face; local
484 CFF_Face face = (CFF_Face)cffface; local
1013 CFF_Face face = (CFF_Face)cffface; local
    [all...]
  /external/freetype/src/cff/
cffobjs.c 61 CFF_Face face = (CFF_Face)size->root.face; local
62 CFF_Font font = (CFF_Font)face->extra.data;
67 module = FT_Get_Module( size->root.face->driver->root.library,
79 CFF_Face face = (CFF_Face)size->root.face; local
80 CFF_Font font = (CFF_Font)face->extra.data;
166 CFF_Face face = (CFF_Face)cffsize->face; local
167 CFF_Font font = (CFF_Font)face->extra.data
225 CFF_Face face = (CFF_Face)size->face; local
352 CFF_Face face = (CFF_Face)slot->face; local
488 CFF_Face face = (CFF_Face)cffface; local
1025 CFF_Face face = (CFF_Face)cffface; local
    [all...]
  /external/freetype/src/sfnt/
ttsbit.c 45 tt_face_load_eblc( TT_Face face,
56 face->sbit_num_strikes = 0;
59 error = face->goto_table( face, TTAG_CBLC, stream, &table_size );
61 error = face->goto_table( face, TTAG_EBLC, stream, &table_size );
63 error = face->goto_table( face, TTAG_bloc, stream, &table_size );
74 if ( FT_FRAME_EXTRACT( table_size, face->sbit_table ) )
77 face->sbit_table_size = table_size
166 TT_Face face; member in struct:TT_SBitDecoderRec_
    [all...]

Completed in 1047 milliseconds

1 2 3 4 5 6 7 891011>>