/ndk/build/platforms/android-5/arch-x86/usr/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); 575 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask); 577 GL_APICALL void GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); 575 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask); 577 GL_APICALL void GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/GLES2/ |
gl2.h | 573 GL_APICALL void GL_APIENTRY glStencilFuncSeparate (GLenum face, GLenum func, GLint ref, GLuint mask); 575 GL_APICALL void GL_APIENTRY glStencilMaskSeparate (GLenum face, GLuint mask); 577 GL_APICALL void GL_APIENTRY glStencilOpSeparate (GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
|
/packages/apps/Gallery/res/values/ |
strings.xml | 74 <!-- Toast/alert that the face detection is being run --> 335 <!-- Hint that appears when cropping an image with more than one face --> 336 <string name="multiface_crop_help">Tap a face to begin.</string>
|
/external/webkit/WebCore/html/canvas/ |
WebGLRenderingContext.cpp | [all...] |
WebGLRenderingContext.idl | [all...] |
/dalvik/vm/oo/ |
Object.h | 428 * Why we need this: given "class Foo implements Face", declare 429 * "Face faceObj = new Foo()". Invoke faceObj.blah(), where "blah" is 430 * part of the Face interface. We can't easily use a single vtable.
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.c | 216 "Module file is corrupt or incorrect. Please check if the face finder module is still supported." ); 253 /* reset multi face imformation so they are not accidentally used */ 326 bbs_ERROR1( "%s:\nNo faces are availabe. This function was called before the face finder could detect multiple faces in an image", fNameL );
|
/external/quake/quake/src/WinQuake/ |
view.cpp | 335 cl.faceanimtime = cl.time + 0.2; // but sbar face into pain frame 883 ent->angles[YAW] = cl.viewangles[YAW]; // the model should face 885 ent->angles[PITCH] = -cl.viewangles[PITCH]; // the model should face
|
/external/freetype/src/base/ |
ftglyph.c | 22 /* bitmaps and outlines from a given face. */
|
/external/icu4c/samples/ufortune/resources/ |
root.txt | 86 from friction between the face of the club and the cover of the ball
|
/external/neven/Embedded/common/src/b_BitFeatureEm/ |
Scanner.h | 112 /** Face positions buffer size (approx.: max faces * 20...60)
|
/external/webkit/WebCore/css/ |
CSSStyleSelector.cpp | 466 // Add rules from elements like SVG's <font-face> 4225 AtomicString face; local [all...] |
/external/webkit/WebKitTools/WinLauncher/ |
WinLauncher.cpp | 216 static BSTR defaultHTML = SysAllocString(TEXT("<p style=\"background-color: #00FF00\">Testing</p><img src=\"http://webkit.org/images/icon-gold.png\" alt=\"Face\"><div style=\"border: solid blue\" contenteditable=\"true\">div with blue border</div><ul><li>foo<li>bar<li>baz</ul>"));
|
/frameworks/base/core/jni/ |
android_opengl_GLES20.cpp | [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 628 // We have commented out face detection since it slows down the 632 // final FaceDetector.Face[] faces = new FaceDetector.Face[1]; 635 // FaceDetector.Face.CONFIDENCE_THRESHOLD) { [all...] |
/external/freetype/include/freetype/config/ |
ftoption.h | [all...] |
/external/webkit/WebCore/platform/graphics/chromium/ |
FontLinux.cpp | 181 m_item.face = 0; 365 m_item.face = platformData.harfbuzzFace();
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design_1.jd | 80 <li>The base of a launcher icon can face either the top view or the front 270 <p>Menu icons are flat and pictured face on. A slight deboss and some other 380 face-on to enhance clarity at small sizes.</p> 658 <p>Dialog icons are flat and pictured face-on. In order to stand out against a 742 <p>List view icons are flat and pictured face-on with an inner shadow. Built up [all...] |
/frameworks/base/awt/java/awt/ |
Font.java | 63 * particular font face (for example, Arial Bold). The family name is the font's 538 // XXX: Documentation doesn't describe all cases, e.g. fonts face names 543 // as the delimiter to avoid unexpected parse results of font face names [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_opengl.h | [all...] |
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssproperties.in | 274 scrollbar-face-color
|
/packages/apps/Gallery/res/values-pt/ |
strings.xml | 132 <string name="multiface_crop_help" msgid="3127018992717032779">"Toque em uma face para começar."</string>
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Video.h | 592 * - Simple Face Animation Profile, Levels 1-2 593 * - Simple Face and Body Animation (FBA) Profile, Levels 1-2 [all...] |
/external/webkit/WebKit/android/plugins/ |
android_npapi.h | 455 @param family May be NULL. The name of the existing type face. 456 @param s The style (normal, bold, italic) of the type face. [all...] |