Searched refs:faces (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_linux.cpp81 SkTypeface* const* faces = family->fFaces; local
83 if (faces[style] != NULL) { // exact match
84 return faces[style];
88 if (faces[style] != NULL) {
89 return faces[style];
92 if (faces[SkTypeface::kNormal] != NULL) {
93 return faces[SkTypeface::kNormal];
97 if (faces[i] != NULL) {
98 return faces[i];
101 // should never get here, since the faces lis
[all...]
H A DSkFontHost_simple.cpp80 SkTypeface* const* faces = family->fFaces; local
82 if (faces[style] != NULL) { // exact match
83 return faces[style];
87 if (faces[style] != NULL) {
88 return faces[style];
91 if (faces[SkTypeface::kNormal] != NULL) {
92 return faces[SkTypeface::kNormal];
96 if (faces[i] != NULL) {
97 return faces[i];
100 // should never get here, since the faces lis
[all...]
H A DSkFontHost_android.cpp125 SkTypeface* const* faces = family->fFaces; local
127 if (faces[style] != NULL) { // exact match
128 return faces[style];
132 if (faces[style] != NULL) {
133 return faces[style];
136 if (faces[SkTypeface::kNormal] != NULL) {
137 return faces[SkTypeface::kNormal];
141 if (faces[i] != NULL) {
142 return faces[i];
145 // should never get here, since the faces lis
[all...]
/external/freetype/src/cache/
H A Dftcmanag.h104 FTC_MruListRec faces; member in struct:FTC_ManagerRec_
/external/webkit/Tools/DumpRenderTree/qt/
H A Dfonts.conf236 Serif faces
243 Sans-serif faces
250 Monospace faces
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DOBJLoader.java71 protected final ArrayList<Face> faces = new ArrayList<Face>(); field in class:OBJLoader
152 // }else if (faces.size() > 0){
154 // Geometry geom = createGeometry(faces, null);
166 faces.clear();
282 faces.add(f); // faces that belong to the default material
368 // use material from MTL lib for the following faces
392 // Create mesh from the faces
580 }else if (faces.size() > 0){
582 Geometry geom = createGeometry(faces, nul
[all...]
/external/opencv/
H A Dcvjni.cpp455 // Identify all of the faces in the source image and return an array
467 LOGE("Error find faces was not initialized.");
566 LOGE("Error find faces was not initialized.");
629 bool highlightFaces(IplImage *sourceImage, CvSeq *faces, double scale = 1.0) { argument
630 if (faces == 0 || faces->total <= 0) {
631 LOGV("No faces were highlighted!");
637 for (int i = 0; i < faces->total; i++) {
638 face = (CvRect*)cvGetSeqElem(faces, i);
646 // Highlight the faces tha
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripifier.java153 // create the face info and add it to the list of faces, but only
456 // Returns the (at most) two vertices shared between the two faces
516 // Iterate through the faces of the strip
517 // Tell the faces of the strip that they belong to a real strip now
518 FaceInfoVec faces = strips.at(i).m_faces;
519 int numFaces = faces.size();
522 strip.markTriangle(faces.at(j));
726 // faceList is an out parameter which will contain all faces which were
737 //strip is too small, add faces to faceList
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp2211 const char **faces = icvHersheyGlyphs; local
2275 ptr = faces[font->ascii[(c-' ')+1]];
2376 const char **faces = icvHersheyGlyphs; local
2396 ptr = faces[font->ascii[(c-' ')+1]];
/external/freetype/src/base/
H A Dftobjs.c875 /* destructor for faces list */
4089 /* all child faces. */
4516 * Close all faces in the library. If we don't do this, we can have
4526 * Some faces are dependent on other faces, like Type42 faces that
4527 * depend on TrueType faces synthesized internally.
4544 FT_List faces; local
4554 FT_TRACE7(( "FT_Done_Library: close faces for %s\n", module_name ));
4556 faces
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 717 milliseconds