Searched defs:face (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/jni/android/graphics/
H A DTypeface.cpp31 TypefaceImpl* face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)style); local
34 if (NULL == face) {
35 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)(style ^ SkTypeface::kItalic));
37 for (int i = 0; NULL == face && i < 4; i++) {
38 face = TypefaceImpl_createFromTypeface(family, (SkTypeface::Style)i);
40 return reinterpret_cast<jlong>(face);
45 TypefaceImpl* face = TypefaceImpl_createWeightAlias(family, weight); local
46 return reinterpret_cast<jlong>(face);
50 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
51 TypefaceImpl_unref(face);
55 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
65 TypefaceImpl* face = reinterpret_cast<TypefaceImpl*>(faceHandle); local
[all...]
H A DFontFamily.cpp52 static jboolean addSkTypeface(FontFamily* family, SkTypeface* face) { argument
53 MinikinFont* minikinFont = new MinikinFontSkia(face);
62 SkTypeface* face = SkTypeface::CreateFromFile(str.c_str()); local
63 if (face == NULL) {
68 return addSkTypeface(fontFamily, face);
75 SkTypeface* face = SkTypeface::CreateFromFile(str.c_str()); local
76 if (face == NULL) {
81 MinikinFont* minikinFont = new MinikinFontSkia(face);
116 SkTypeface* face = SkTypeface::CreateFromStream(stream); local
117 if (face
[all...]
H A DTypefaceImpl.cpp165 void TypefaceImpl_unref(TypefaceImpl* face) { argument
166 if (face != NULL) {
167 face->fFontCollection->Unref();
169 delete face;
172 int TypefaceImpl_getStyle(TypefaceImpl* face) { argument
173 return face->fSkiaStyle;
176 void TypefaceImpl_setDefault(TypefaceImpl* face) { argument
177 gDefaultTypeface = face;
H A DHarfBuzzNGFaceSkia.cpp140 hb_blob_t* harfbuzzSkiaReferenceTable(hb_face_t* face, hb_tag_t tag, void* userData) argument
165 hb_font_t* createFont(hb_face_t* face, SkPaint* paint, float sizeX, float sizeY) { argument
166 hb_font_t* font = hb_font_create(face);
/frameworks/minikin/sample/
H A Dexample.cpp50 FT_Face face; local
55 error = FT_New_Face(library, fn, 0, &face);
59 MinikinFont *font = new MinikinFontFreeType(face);
67 error = FT_New_Face(library, fn, 0, &face);
68 MinikinFont *font = new MinikinFontFreeType(face);
/frameworks/rs/cpu_ref/
H A DrsCpuCoreRuntime.h35 uint32_t face; member in struct:RsLaunchDimensions
/frameworks/rs/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} argument
H A DrsAllocation.cpp160 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, argument
165 ((face != RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X) && !mHal.state.hasFaces) ||
172 mRSC->mHal.funcs.allocation.getPointer(rsc, this, lod, face, z, array);
199 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
201 rsc->mHal.funcs.allocation.data2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
228 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
243 rsc->mHal.funcs.allocation.read2D(rsc, this, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
681 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, argument
684 a->data(rsc, xoff, yoff, lod, face, w, h, data, sizeBytes, stride);
772 for (uint32_t face
844 rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t strideLen) argument
865 rsi_Allocation2DRead(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DFrameProcessor.cpp143 ALOGE("%s: Camera %d: Unable to read face scores",
155 ALOGE("%s: Camera %d: Unable to read face landmarks",
164 ALOGE("%s: Camera %d: Unable to read face IDs",
197 camera_face_t face; local
199 face.rect[0] = l.mParameters.arrayXToNormalizedWithCrop(
201 face.rect[1] = l.mParameters.arrayYToNormalizedWithCrop(
203 face.rect[2] = l.mParameters.arrayXToNormalizedWithCrop(
205 face.rect[3] = l.mParameters.arrayYToNormalizedWithCrop(
208 face.score = faceScores[i];
210 face
[all...]
/frameworks/base/media/java/android/media/
H A DFaceDetector.java33 * of a face in a bitmap.
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
75 * @return the Euler angle of the of the face, for the given axis
127 * face foun
191 fft_get_face(Face face, int i) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DParameterUtils.java118 * then possible to convert to a more concrete type such as a metering rectangle or a face.
162 * Convert to a face; the rect is considered to be the bounds, and the weight
173 * @return a new face with the optional features set
188 * Convert to a face; the rect is considered to be the bounds, and the weight
196 * @return a new face without the optional features
900 * Convert an api1 face into an active-array based api2 face.
904 * @param face a non-{@code null} api1 face
908 * @return a non-{@code null} api2 face
912 convertFaceFromLegacy(Camera.Face face, Rect activeArray, ZoomData zoomData) argument
[all...]
/frameworks/base/core/java/android/text/
H A DHtml.java660 String face = attributes.getValue("", "face");
663 text.setSpan(new Font(color, face), len, len, Spannable.SPAN_MARK_MARK);
836 public Font(String color, String face) { argument
838 mFace = face;
/frameworks/native/opengl/libagl/
H A Dlight.cpp93 c->lighting.colorMaterial.face = GL_FRONT_AND_BACK;
565 static void materialx(GLenum face, GLenum pname, GLfixed param, ogles_context_t* c) argument
567 if (ggl_unlikely(face != GL_FRONT_AND_BACK)) {
746 void glMaterialf(GLenum face, GLenum pname, GLfloat param) argument
749 materialx(face, pname, gglFloatToFixed(param), c);
752 void glMaterialx(GLenum face, GLenum pname, GLfixed param) argument
755 materialx(face, pname, param, c);
759 GLenum face, GLenum pname, const GLfloat *params)
762 if (ggl_unlikely(face != GL_FRONT_AND_BACK)) {
799 GLenum face, GLenu
758 glMaterialfv( GLenum face, GLenum pname, const GLfloat *params) argument
798 glMaterialxv( GLenum face, GLenum pname, const GLfixed *params) argument
[all...]
H A Dprimitives.cpp830 const GLenum face = (winding == c->cull.frontFace) ? GL_FRONT : GL_BACK; local
831 if (face == c->cull.cullFace)
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp358 ALOGE("Couldn't allocate face metadata array");
363 jobject face = env->NewObject(mFaceClass, fields.face_constructor); local
364 env->SetObjectArrayElement(obj, i, face);
372 env->SetObjectField(face, fields.face_rect, rect);
373 env->SetIntField(face, fields.face_score, metadata->faces[i].score);
381 env->SetIntField(face, fields.face_id, id);
386 env->SetObjectField(face, fields.face_left_eye, leftEye);
392 env->SetObjectField(face, fields.face_right_eye, rightEye);
398 env->SetObjectField(face, fields.face_mouth, mouth);
402 env->DeleteLocalRef(face);
[all...]
H A Dandroid_opengl_GLES11.cpp1525 /* void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params ) */
1528 (JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) {
1583 (GLenum)face,
1598 /* void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params ) */
1601 (JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) {
1645 (GLenum)face,
1659 /* void glGetMaterialxv ( GLenum face, GLenum pname, GLfixed *params ) */
1662 (JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) {
1717 (GLenum)face,
1732 /* void glGetMaterialxv ( GLenum face, GLenu
1527 android_glGetMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
1600 android_glGetMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
1661 android_glGetMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
1734 android_glGetMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES10.cpp2041 /* void glMaterialf ( GLenum face, GLenum pname, GLfloat param ) */
2044 (JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) {
2046 (GLenum)face,
2052 /* void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params ) */
2055 (JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) {
2110 (GLenum)face,
2125 /* void glMaterialfv ( GLenum face, GLenum pname, const GLfloat *params ) */
2128 (JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) {
2172 (GLenum)face,
2186 /* void glMaterialx ( GLenum face, GLenu
2043 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
2054 android_glMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
2127 android_glMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2188 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
2199 android_glMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
2272 android_glMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1339 /* void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params ) */
1342 (JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) {
1368 (GLenum)face,
1383 /* void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params ) */
1386 (JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) {
1398 (GLenum)face,
1771 /* void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param ) */
1774 (JNIEnv *_env, jobject _this, jint face, jint pname, jint param) {
1776 (GLenum)face,
1782 /* void glMaterialxvOES ( GLenum face, GLenu
1341 android_glGetMaterialxvOES__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
1385 android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
1773 android_glMaterialxOES__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
1784 android_glMaterialxvOES__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
1828 android_glMaterialxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
[all...]
/frameworks/rs/driver/
H A DrsdAllocation.cpp93 uint32_t lod, RsAllocationCubemapFace face) {
95 ptr += face * alloc->mHal.drvState.faceOffset;
105 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
114 t = gFaceOrder[face];
134 for (uint32_t face = 0; face < faceCount; face ++) {
136 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face);
140 t = gFaceOrder[face];
864 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
91 GetOffsetPtr(const android::renderscript::Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face) argument
103 Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h) argument
863 rsdAllocationData2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void *data, size_t sizeBytes, size_t stride) argument
974 rsdAllocationRead2D(const Context *rsc, const Allocation *alloc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void *data, size_t sizeBytes, size_t stride) argument
1157 mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
1175 mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
1193 mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) argument
[all...]
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp215 void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) {} argument
217 void glStencilMaskSeparate(GLenum face, GLuint mask) {} argument
219 void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) {} argument
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java392 // 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,
394 glGetMaterialfv( int face, int pname, float[] params, int offset ) argument
403 glGetMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
411 glGetMaterialxv( int face, int pname, int[] params, int offset ) argument
420 glGetMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
H A DGLES11Ext.java405 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
408 int face,
414 // C function void glGetMaterialxvOES ( GLenum face, GLenum pname, GLfixed *params )
417 int face,
522 // C function void glMaterialxOES ( GLenum face, GLenum pname, GLfixed param )
525 int face,
530 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
533 int face,
539 // C function void glMaterialxvOES ( GLenum face, GLenum pname, const GLfixed *params )
542 int face,
407 glGetMaterialxvOES( int face, int pname, int[] params, int offset ) argument
416 glGetMaterialxvOES( int face, int pname, java.nio.IntBuffer params ) argument
524 glMaterialxOES( int face, int pname, int param ) argument
532 glMaterialxvOES( int face, int pname, int[] params, int offset ) argument
541 glMaterialxvOES( int face, int pname, java.nio.IntBuffer params ) argument
[all...]
H A DGLErrorWrapper.java510 public void glMaterialf(int face, int pname, float param) { argument
512 mgl.glMaterialf(face, pname, param);
516 public void glMaterialfv(int face, int pname, float[] params, int offset) { argument
518 mgl.glMaterialfv(face, pname, params, offset);
522 public void glMaterialfv(int face, int pname, FloatBuffer params) { argument
524 mgl.glMaterialfv(face, pname, params);
528 public void glMaterialx(int face, int pname, int param) { argument
530 mgl.glMaterialx(face, pname, param);
534 public void glMaterialxv(int face, int pname, int[] params, int offset) { argument
536 mgl.glMaterialxv(face, pnam
540 glMaterialxv(int face, int pname, IntBuffer params) argument
1118 glGetMaterialfv(int face, int pname, float[] params, int offset) argument
1124 glGetMaterialfv(int face, int pname, FloatBuffer params) argument
1130 glGetMaterialxv(int face, int pname, int[] params, int offset) argument
1136 glGetMaterialxv(int face, int pname, IntBuffer params) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java326 int face,
333 int face,
339 int face,
346 int face,
325 glGetMaterialfv( int face, int pname, float[] params, int offset ) argument
332 glGetMaterialfv( int face, int pname, java.nio.FloatBuffer params ) argument
338 glGetMaterialxv( int face, int pname, int[] params, int offset ) argument
345 glGetMaterialxv( int face, int pname, java.nio.IntBuffer params ) argument
/frameworks/minikin/libs/minikin/
H A DLayout.cpp293 hb_blob_t* referenceTable(hb_face_t* face, hb_tag_t tag, void* userData) { argument
358 hb_face_t* face = cache.mCache.get(fontId); local
359 if (face == NULL) {
360 face = hb_face_create_for_tables(referenceTable, minikinFont, NULL);
361 cache.mCache.put(fontId, face);
363 return face;
367 hb_face_t* face = getHbFace(minikinFont); local
368 hb_font_t* font = hb_font_create(face);
390 int Layout::findFace(FakedFont face, LayoutContext* ctx) { argument
393 if (mFaces[ix].font == face
875 MinikinFontFreeType* face = static_cast<MinikinFontFreeType*>(mf); local
[all...]

Completed in 458 milliseconds

12