HomeSort by relevance Sort by last modified time
    Searched full:face (Results 126 - 150 of 367) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/freetype/src/base/
ftbase.h 31 /* font, and try to load a face specified by the face_index. */
  /external/skia/include/core/
SkTypeface.h 64 /** Return the uniqueID for the specified typeface. If the face is null,
68 static uint32_t UniqueID(const SkTypeface* face);
91 @param family May be NULL. The name of the existing type face.
92 @param s The style (normal, bold, italic) of the type face.
  /external/webkit/WebCore/css/
CSSFontFaceRule.cpp 45 String result("@font-face");
CSSFontFaceSource.cpp 140 // Select first <font-face> child
150 // We're created using a CSS @font-face rule, that means we're not associated with a SVGFontFaceElement.
151 // Use the imported <font-face> tag as referencing font-face element for these cases.
CSSFontSelector.cpp 295 // We need to use the raw text for all the generic family types, since @font-face is a way of actually
428 // '700', '800', or '900' remains unassigned, they are assigned to the same face as the next darker assigned keyword, if any, or the next
482 // If no face was found, then return 0 and let the OS come up with its best match for the name.
497 RefPtr<CSSSegmentedFontFace> face = segmentedFontFaceCache->get(traitsMask);
499 if (!face) {
500 face = CSSSegmentedFontFace::create(this);
501 segmentedFontFaceCache->set(traitsMask, face);
531 face->appendFontFace(candidateFontFaces[i]);
534 // We have a face. Ask it for a font data. If it cannot produce one, it will fail, and the OS will take over.
535 return face->getFontData(fontDescription)
    [all...]
  /external/webkit/WebCore/html/
HTMLBaseFontElement.idl 24 attribute [ConvertNullToNullString, Reflect] DOMString face;
HTMLFontElement.h 42 String face() const;
  /external/webkit/WebCore/platform/graphics/android/
FontCustomPlatformData.h 41 FontCustomPlatformData(SkTypeface* face);
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES10.spec 61 void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
62 void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
63 void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
64 void glMaterialxv ( GLenum face, GLenum pname, const GLfixed *params )
  /frameworks/base/opengl/tools/glgen/specs/jsr239/
glspec-1.0 61 void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
62 void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
63 void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
64 void glMaterialxv ( GLenum face, GLenum pname, const GLfixed *params )
  /packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmClock.java 55 static final String PREF_CLOCK_FACE = "face";
75 * Which clock face to show
250 int face = mPrefs.getInt(PREF_CLOCK_FACE, 0); local
251 if (mFace != face) {
252 if (face < 0 || face >= AlarmClock.CLOCKS.length) {
255 mFace = face;
  /external/freetype/src/autofit/
aftypes.h 181 FT_Face face; member in struct:AF_OutlineRec_
217 FT_Face face; /* source font face */ member in struct:AF_ScalerRec_
247 * - A set of Unicode ranges to test whether the face supports the
298 FT_Face face );
aflatin.c 41 FT_Face face,
48 af_glyph_hints_init( hints, face->memory );
61 glyph_index = FT_Get_Char_Index( face, charcode );
65 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
66 if ( error || face->glyph->outline.n_points <= 0 )
74 scaler->face = face;
80 error = af_glyph_hints_reload( hints, &face->glyph->outline, 0 );
166 FT_Face face )
176 FT_GlyphSlot glyph = face->glyph
1366 FT_Face face = metrics->root.scaler.face; local
    [all...]
aflatin2.c 48 FT_Face face,
55 af_glyph_hints_init( hints, face->memory );
68 glyph_index = FT_Get_Char_Index( face, charcode );
72 error = FT_Load_Glyph( face, glyph_index, FT_LOAD_NO_SCALE );
73 if ( error || face->glyph->outline.n_points <= 0 )
81 scaler->face = face;
87 error = af_glyph_hints_reload( hints, &face->glyph->outline, 0 );
172 FT_Face face )
182 FT_GlyphSlot glyph = face->glyph
1448 FT_Face face = metrics->root.scaler.face; local
    [all...]
  /external/freetype/include/freetype/
tttables.h 581 /* Return a pointer to a given SFNT table within a face. */
584 /* face :: A handle to the source. */
    [all...]
ftwinfnt.h 245 * face :: A handle to the input face.
258 FT_Get_WinFNT_Header( FT_Face face,
  /external/neven/Embedded/common/src/b_APIEm/
FaceFinder.h 44 /** base object for face finder modules (occurs as first element in all face finder objects) */
68 /** single face processing function; returns confidence (8.24) */
73 /** multiple face processing function; returns number of faces detected */
78 /** retrieves indexed face from face finder after calling PutDCR */
FaceFinderRef.h 106 /** single face processing function; returns confidence (8.24) */
111 /** multiple face processing function; returns number of faces detected */
116 /** retrieves indexed face from face finder after calling PutDCR */
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 47 <!-- lines forming one face -->
53 <!-- lines forming the opposite face -->
  /external/neven/FaceRecEm/common/src/b_FDSDK/
FaceFinder_Internal.h 34 /** face finder object */
49 /** index into face - array */
  /external/freetype/src/psaux/
psobjs.h 156 FT_Face face,
  /external/freetype/src/sfnt/
ttcmap.h 112 tt_face_build_cmaps( TT_Face face ); variable
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 49 // FontPlatformData is the handle which WebKit has on a specific face. A face
99 // the font's file name so refers to a single face.
133 HB_FaceRec_* face() const { return m_harfbuzzFace; } function in class:WebCore::FontPlatformData::RefCountedHarfbuzzFace
  /external/webkit/WebCore/svg/
SVGFontData.h 49 // from the document, it removes the @font-face rule it owns from the document's mapped element sheet and forces
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataPango.cpp 109 cairo_font_face_t* face = cairo_ft_font_face_create_for_pattern(fcfont->font_pattern); local
122 m_scaledFont = cairo_scaled_font_create(face, &fontMatrix, &ctm, fontOptions);
124 cairo_font_face_destroy(face);

Completed in 80 milliseconds

1 2 3 4 56 7 8 91011>>