HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 276 - 300 of 1314) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 73 TT_Get_HMetrics( TT_Face face,
78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
96 TT_Get_VMetrics( TT_Face face,
101 if ( face->vertical_info )
102 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
109 *ah = face->root.units_per_EM;
114 else if ( face->os2.version != 0xFFFFU )
116 *tsb = face->os2.sTypoAscender
136 TT_Face face = (TT_Face)loader->face; local
183 TT_Face face = (TT_Face)loader->face; local
353 TT_Face face = (TT_Face)load->face; local
731 TT_Face face = (TT_Face)loader->face; local
923 TT_Face face = (TT_Face)loader->face; local
1300 TT_Face face = (TT_Face)loader->face; local
1702 TT_Face face = (TT_Face)loader->face; local
1880 TT_Face face; local
1941 TT_Face face; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 251 GLuint face, level; local
253 for (face = 0; face < faces; face++) {
255 struct gl_texture_image *texImage = texObj->Image[face][level];
272 GLuint face, level; local
274 for (face = 0; face < faces; face++) {
276 struct gl_texture_image *texImage = texObj->Image[face][level]
340 GLint face, level; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 251 GLuint face, level; local
253 for (face = 0; face < faces; face++) {
255 struct gl_texture_image *texImage = texObj->Image[face][level];
272 GLuint face, level; local
274 for (face = 0; face < faces; face++) {
276 struct gl_texture_image *texImage = texObj->Image[face][level]
340 GLint face, level; local
    [all...]
  /external/freetype/src/autofit/
afglobal.c 130 /* Compute the style index of each glyph within a given face. */
136 FT_Face face = globals->face; local
137 FT_CharMap old_charmap = face->charmap;
149 error = FT_Select_Charmap( face, FT_ENCODING_UNICODE );
191 gindex = FT_Get_Char_Index( face, charcode );
200 charcode = FT_Get_Next_Char( face, charcode, &gindex );
234 FT_UInt gindex = FT_Get_Char_Index( face, i );
300 FT_Set_Charmap( face, old_charmap );
306 af_face_globals_new( FT_Face face,
    [all...]
hbshim.c 103 hb_face_t* face; local
126 face = hb_font_get_face( globals->hb_font );
165 hb_ot_layout_collect_lookups( face,
175 hb_ot_layout_collect_lookups( face,
198 hb_ot_layout_lookup_collect_glyphs( face,
229 hb_ot_layout_lookup_collect_glyphs( face,
272 hb_codepoint_t gidx = FT_Get_Char_Index( globals->face, ch );
275 if ( hb_ot_layout_lookup_would_substitute( face, idx,
436 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode );
444 FT_UInt upem = metrics->globals->face->units_per_EM
527 FT_Face face; local
    [all...]
  /external/opencv/
cvjni.cpp 337 // Release all of the memory used by face tracking.
374 // If a previous face was specified, we will limit the ROI to that face.
456 // of Android Rect objects with the face coordinates. If any errors
503 // Store the previous face found in the scene.
504 void storePreviousFace(CvRect* face) {
507 face->x += m_faceCropArea.x;
508 face->y += m_faceCropArea.y;
509 sprintf(buffer, "Face rect + m_faceCropArea: (%d, %d) to (%d, %d)", face->x, face->y,
593 CvRect *face = (CvRect*)cvGetSeqElem(m_facesFound, 0); local
636 CvRect* face; local
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_structs.cc 19 : face(),
33 StringVar* string_var = StringVar::FromPPVar(desc.face);
34 face = string_var ? string_var->value() : std::string();
47 StringVar* string_var = StringVar::FromPPVar(desc.face);
48 face = string_var ? string_var->value() : std::string();
61 desc->face = StringVar::StringToPPVar(face);
73 desc->face = StringVar::StringToPPVar(face);
  /external/chromium_org/third_party/skia/src/core/
SkFont.cpp 12 static SkTypeface* ref_or_default(SkTypeface* face) {
13 return face ? SkRef(face) : SkTypeface::RefDefault();
16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt,
18 : fTypeface(ref_or_default(face))
31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX,
43 return SkNEW_ARGS(SkFont, (face, size, scaleX, skewX, mt, flags));
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) {
47 return SkFont::Create(face, size, 1, 0, mt, flags);
  /external/skia/src/core/
SkFont.cpp 12 static SkTypeface* ref_or_default(SkTypeface* face) {
13 return face ? SkRef(face) : SkTypeface::RefDefault();
16 SkFont::SkFont(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX, MaskType mt,
18 : fTypeface(ref_or_default(face))
31 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, SkScalar scaleX, SkScalar skewX,
43 return SkNEW_ARGS(SkFont, (face, size, scaleX, skewX, mt, flags));
46 SkFont* SkFont::Create(SkTypeface* face, SkScalar size, MaskType mt, uint32_t flags) {
47 return SkFont::Create(face, size, 1, 0, mt, flags);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
sfnt.h 37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face object. *
    [all...]
  /external/freetype/include/internal/
sfnt.h 37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face object. *
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
sfnt.h 37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face object. *
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
sfnt.h 37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
39 /* face->format_tag. */
44 /* face :: A handle to the target face object. */
68 TT_Face face,
80 /* Second part of the SFNT face object initialization. This loads */
82 /* face object. */
87 /* face :: A handle to the target face object. *
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 38 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face)
43 * shaper face data
53 hb_face_t *face; member in struct:hb_graphite2_shaper_face_data_t
73 blob = face_data->face->reference_table (tag);
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face)
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
112 data->face = face;
142 hb_graphite2_face_get_gr_face (hb_face_t *face)
144 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) return NULL
222 hb_face_t *face = font->face; local
    [all...]
hb-shape-plan.h 42 hb_shape_plan_create (hb_face_t *face,
49 hb_shape_plan_create_cached (hb_face_t *face,
  /external/harfbuzz_ng/src/
hb-graphite2.cc 38 HB_SHAPER_DATA_ENSURE_DECLARE(graphite2, face)
43 * shaper face data
53 hb_face_t *face; member in struct:hb_graphite2_shaper_face_data_t
73 blob = face_data->face->reference_table (tag);
96 _hb_graphite2_shaper_face_data_create (hb_face_t *face)
98 hb_blob_t *silf_blob = face->reference_table (HB_GRAPHITE2_TAG_SILF);
112 data->face = face;
142 hb_graphite2_face_get_gr_face (hb_face_t *face)
144 if (unlikely (!hb_graphite2_shaper_face_data_ensure (face))) return NULL
222 hb_face_t *face = font->face; local
    [all...]
hb-shape-plan.cc 33 HB_SHAPER_DATA_ENSURE_DECLARE(shaper, face) \
88 * @face:
101 hb_shape_plan_create (hb_face_t *face,
110 if (unlikely (!face))
111 face = hb_face_get_empty ();
112 if (unlikely (!props || hb_object_is_inert (face)))
123 hb_face_make_immutable (face);
125 shape_plan->face_unsafe = face;
153 NULL, /* face */
279 assert (shape_plan->face_unsafe == font->face);
    [all...]
hb-shape-plan.h 42 hb_shape_plan_create (hb_face_t *face,
49 hb_shape_plan_create_cached (hb_face_t *face,
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 86 CFX_ByteString face = facearr; local
87 if (face.Find("Gothic") >= 0 || face.Find("\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
88 if (face.Find("PGothic") >= 0 || face.Find("\x82\x6f\x83\x53\x83\x56\x83\x62\x83\x4e") >= 0) {
93 } else if (face.Find("Mincho") >= 0 || face.Find("\x96\xbe\x92\xa9") >= 0) {
94 if (face.Find("PMincho") >= 0 || face.Find("\x82\x6f\x96\xbe\x92\xa9") >= 0) {
107 CFX_ByteString face = cstr_face; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.h 33 * AF_ModuleRec) and face globals (in AF_FaceGlobalsRec).
64 FT_Face face; member in struct:AF_FaceGlobalsRec_
65 FT_Long glyph_count; /* same as face->num_glyphs */
68 /* per-face auto-hinter properties */
79 * model the global hints data for a given face, decomposed into
84 af_face_globals_new( FT_Face face,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_texture.c 43 void util_map_texcoords2d_onto_cubemap(unsigned face,
53 * Not +/-1 to avoid cube face selection ambiguity near the edges,
60 switch (face) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
54 info->face = ATTR_UNUSED;
  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 43 void util_map_texcoords2d_onto_cubemap(unsigned face,
53 * Not +/-1 to avoid cube face selection ambiguity near the edges,
60 switch (face) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 41 int face; member in struct:r300_shader_semantics
54 info->face = ATTR_UNUSED;
  /frameworks/base/core/jni/android/graphics/
TypefaceImpl.cpp 166 void TypefaceImpl_unref(TypefaceImpl* face) {
167 if (face != NULL) {
168 face->fFontCollection->Unref();
170 delete face;
173 int TypefaceImpl_getStyle(TypefaceImpl* face) {
174 return face->fSkiaStyle;
177 void TypefaceImpl_setDefault(TypefaceImpl* face) {
178 gDefaultTypeface = face;

Completed in 1790 milliseconds

<<11121314151617181920>>