/external/chromium_org/third_party/freetype/include/freetype/ |
ftcache.h | 185 * face_id :: 210 (*FTC_Face_Requester)( FTC_FaceID face_id, 360 /* face_id :: The ID of the face object. */ 390 FTC_FaceID face_id, 405 /* face_id :: The source face ID. */ 427 FTC_FaceID face_id; member in struct:FTC_ScalerRec_ 525 * face_id :: 530 * `face_id', with the exception of nodes with a non-null reference 534 * in later lookups with the same `face_id' value, and to be immediately 540 FTC_FaceID face_id ); 669 FTC_FaceID face_id; member in struct:FTC_ImageTypeRec_ [all...] |
/external/chromium_org/third_party/freetype/src/cache/ |
ftcbasic.c | 106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id, 207 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local 214 result = FT_BOOL( family->attrs.scaler.face_id == face_id ); 218 * in later lookups with the same face_id! 308 query.attrs.scaler.face_id = type->face_id; 493 query.attrs.scaler.face_id = type->face_id;
|
ftccmap.c | 59 FTC_FaceID face_id; member in struct:FTC_CMapQueryRec_ 67 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code ) 73 FTC_FaceID face_id; member in struct:FTC_CMapNodeRec_ 82 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first ) 126 node->face_id = query->face_id; 166 if ( node->face_id == query->face_id && 186 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local 192 return FT_BOOL( node->face_id == face_id ) [all...] |
/external/freetype/include/freetype/ |
ftcache.h | 185 * face_id :: 210 (*FTC_Face_Requester)( FTC_FaceID face_id, 360 /* face_id :: The ID of the face object. */ 390 FTC_FaceID face_id, 405 /* face_id :: The source face ID. */ 427 FTC_FaceID face_id; member in struct:FTC_ScalerRec_ 525 * face_id :: 530 * `face_id', with the exception of nodes with a non-null reference 534 * in later lookups with the same `face_id' value, and to be immediately 540 FTC_FaceID face_id ); 669 FTC_FaceID face_id; member in struct:FTC_ImageTypeRec_ [all...] |
/external/freetype/src/cache/ |
ftcbasic.c | 106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id, 207 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local 214 result = FT_BOOL( family->attrs.scaler.face_id == face_id ); 218 * in later lookups with the same face_id! 308 query.attrs.scaler.face_id = type->face_id; 493 query.attrs.scaler.face_id = type->face_id;
|
ftccmap.c | 59 FTC_FaceID face_id; member in struct:FTC_CMapQueryRec_ 67 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code ) 73 FTC_FaceID face_id; member in struct:FTC_CMapNodeRec_ 82 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first ) 126 node->face_id = query->face_id; 166 if ( node->face_id == query->face_id && 186 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local 192 return FT_BOOL( node->face_id == face_id ) [all...] |
/device/asus/flo/camera/QCamera2/stack/common/ |
cam_types.h | 636 int8_t face_id; /* unique id for face tracking within view unless view changes */ member in struct:__anon1697 [all...] |
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_types.h | 651 int8_t face_id; /* unique id for face tracking within view unless view changes */ member in struct:__anon31317 [all...] |