HomeSort by relevance Sort by last modified time
    Searched refs:face_id (Results 1 - 20 of 20) sorted by null

  /external/freetype/src/cache/
ftccmap.c 59 FTC_FaceID face_id; member in struct:FTC_CMapQueryRec_
71 FTC_FaceID face_id; member in struct:FTC_CMapNodeRec_
122 node->face_id = query->face_id;
162 if ( node->face_id == query->face_id &&
182 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local
188 return FT_BOOL( node->face_id == face_id );
232 FTC_FaceID face_id,
    [all...]
ftcmanag.h 155 ( (a)->face_id == (b)->face_id && \
164 ( _FTC_FACE_ID_HASH( (q)->face_id ) + \
ftcbasic.c 106 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id,
210 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local
217 result = FT_BOOL( family->attrs.scaler.face_id == face_id );
221 * in later lookups with the same face_id!
309 query.attrs.scaler.face_id = type->face_id;
490 query.attrs.scaler.face_id = type->face_id;
ftccache.c 565 FTC_FaceID face_id )
588 if ( cache->clazz.node_remove_faceid( node, face_id,
ftccache.h 193 /* Remove all nodes that relate to a given face_id. This is useful
195 * the face_id but is locked (i.e., has `ref_count > 0'), the node
196 * will _not_ be destroyed, but its internal face_id reference will
205 FTC_FaceID face_id );
  /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/pdfium/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...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
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/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.h 61 unsigned face_id; member in struct:img_filter_args
sp_tex_sample.c     [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 51 jfieldID face_id; member in struct:fields_t
413 env->SetIntField(face, fields.face_id, id);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 1056 int32_t face_id; /* unique id for face tracking within view unless view changes */ member in struct:__anon4258
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 1056 int32_t face_id; /* unique id for face tracking within view unless view changes */ member in struct:__anon4810
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 1221 int32_t face_id; \/* unique id for face tracking within view unless view changes *\/ member in struct:__anon3647
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h 1363 int32_t face_id; \/* unique id for face tracking within view unless view changes *\/ member in struct:__anon43920
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 1746 milliseconds