HomeSort by relevance Sort by last modified time
    Searched refs:face (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /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/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 );
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 );
172 FT_Face face )
182 FT_GlyphSlot glyph = face->glyph
1449 FT_Face face = metrics->root.scaler.face; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 398 public void glMaterialf(int face, int pname, float param) {
399 mgl.glMaterialf(face, pname, param);
402 public void glMaterialfv(int face, int pname, float[] params, int offset) {
403 mgl.glMaterialfv(face, pname, params, offset);
406 public void glMaterialfv(int face, int pname, FloatBuffer params) {
407 mgl.glMaterialfv(face, pname, params);
410 public void glMaterialx(int face, int pname, int param) {
411 mgl.glMaterialx(face, pname, param);
414 public void glMaterialxv(int face, int pname, int[] params, int offset) {
415 mgl.glMaterialxv(face, pname, params, offset)
    [all...]
  /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/freetype/include/freetype/internal/
ftobjs.h 145 #define FT_CMAP_FACE( x ) FT_CMAP( x )->charmap.face
249 /* create a new charmap and add it to charmap->face */
256 /* destroy a charmap and remove it from face's list */
274 /* of any glyph in this face. If this value cannot be known in */
275 /* advance, or if the face isn't scalable, this should be set to 0. */
280 /* outline of any glyph in this face. If this value cannot be */
281 /* known in advance, or if the face isn't scalable, this should be */
317 /* @FT_Done_Face only destroys a face if the counter is~1, */
364 /* as the face transform set through */
517 /**** FACE, SIZE & GLYPH SLOT OBJECTS ****
    [all...]
psaux.h 215 (*T1_Field_ParseFunc)( FT_Face face,
482 FT_Face face,
522 /* face :: The current face object. */
562 FT_Face face; member in struct:T1_BuilderRec_
639 FT_Face face,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 510 public void glMaterialf(int face, int pname, float param) {
512 mgl.glMaterialf(face, pname, param);
516 public void glMaterialfv(int face, int pname, float[] params, int offset) {
518 mgl.glMaterialfv(face, pname, params, offset);
522 public void glMaterialfv(int face, int pname, FloatBuffer params) {
524 mgl.glMaterialfv(face, pname, params);
528 public void glMaterialx(int face, int pname, int param) {
530 mgl.glMaterialx(face, pname, param);
534 public void glMaterialxv(int face, int pname, int[] params, int offset) {
536 mgl.glMaterialxv(face, pname, params, offset)
    [all...]
GLES11.java 392 // C function void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
395 int face,
401 // C function void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
404 int face,
409 // C function void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
412 int face,
418 // C function void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
421 int face,
GLES11Ext.java 401 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
404 int face,
410 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
413 int face,
518 // C function void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
521 int face,
526 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
529 int face,
535 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
538 int face,
    [all...]
GLES10.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 145 for (int face = 0; face < 6; face++) {
146 InputStream is = getResources().openRawResource(resourceIds[face]);
154 Log.e("CubeMap", "Could not decode texture for face " + Integer.toString(face));
157 GLUtils.texImage2D(GL11ExtensionPack.GL_TEXTURE_CUBE_MAP_POSITIVE_X + face, 0,
  /external/webkit/WebCore/css/
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/freetype/src/truetype/
ttinterp.h 116 TT_Face face; member in struct:TT_ExecContextRec_
256 /* Queries the face context for a given font. Note that there is */
261 /* face :: A handle to the source face object. */
264 /* A handle to the execution context. Initialized for `face'. */
277 TT_Face face,
  /external/freetype/src/sfnt/
ttcmap.h 112 tt_face_build_cmaps( TT_Face face ); variable
  /external/webkit/WebCore/html/
HTMLFontElement.cpp 157 String HTMLFontElement::face() const function in class:WebCore::HTMLFontElement
  /frameworks/base/media/java/android/media/
FaceDetector.java 32 * A Face contains all the information identifying the location
33 * of a face in a bitmap.
35 public class Face {
36 /** The minimum confidence factor of good face recognition */
38 /** The x-axis Euler angle of a face. */
40 /** The y-axis Euler angle of a face. */
42 /** The z-axis Euler angle of a face. */
47 * certain what has been found is actually a face. A confidence
56 * face's mid-point
69 * Returns the face's pose. That is, the rotations around either
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 326 int face,
333 int face,
339 int face,
346 int face,
GL10.java 652 int face,
658 int face,
665 int face,
671 int face,
677 int face,
684 int face,
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 19 void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
20 void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params )
GLES11Ext.spec 26 void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
35 void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
36 void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
  /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);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 651 // C function void glMaterialf ( GLenum face, GLenum pname, GLfloat param )
654 int face,
659 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
662 int face,
668 // C function void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params )
671 int face,
676 // C function void glMaterialx ( GLenum face, GLenum pname, GLfixed param )
679 int face,
684 // C function void glMaterialxv ( GLenum face, GLenum pname, const GLfixed *params )
687 int face,
    [all...]

Completed in 429 milliseconds

1 2 3 45 6 7 8