Searched refs:face_id (Results 1 - 6 of 6) sorted by relevance

/external/freetype/include/freetype/
H A Dftcache.h185 * face_id ::
210 (*FTC_Face_Requester)( FTC_FaceID face_id,
371 /* face_id :: The ID of the face object. */
401 FTC_FaceID face_id,
416 /* face_id :: The source face ID. */
438 FTC_FaceID face_id; member in struct:FTC_ScalerRec_
536 * face_id ::
541 * `face_id', with the exception of nodes with a non-null reference
545 * in later lookups with the same `face_id' value, and to be immediately
551 FTC_FaceID face_id );
680 FTC_FaceID face_id; member in struct:FTC_ImageTypeRec_
1095 FTC_FaceID face_id; member in struct:FTC_FontRec_
[all...]
/external/freetype/src/cache/
H A Dftccmap.c56 FTC_FaceID face_id; member in struct:FTC_OldCMapDescRec_
97 FTC_FaceID face_id; member in struct:FTC_CMapQueryRec_
105 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->char_code )
111 FTC_FaceID face_id; member in struct:FTC_CMapNodeRec_
120 FTC_CMAP_HASH( (x)->face_id, (x)->cmap_index, (x)->first )
164 node->face_id = query->face_id;
204 if ( node->face_id == query->face_id &&
224 FTC_FaceID face_id local
[all...]
H A Dftcmanag.h155 ( (a)->face_id == (b)->face_id && \
164 ( _FTC_FACE_ID_HASH( (q)->face_id ) + \
H A Dftcbasic.c41 FTC_FaceID face_id; member in struct:FTC_OldFontRec_
144 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id,
245 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; local
252 result = FT_BOOL( family->attrs.scaler.face_id == face_id );
256 * in later lookups with the same face_id!
350 query.attrs.scaler.face_id = desc->font.face_id;
366 query.attrs.scaler.face_id = type->face_id;
[all...]
H A Dftccache.c570 FTC_FaceID face_id )
593 if ( cache->clazz.node_remove_faceid( node, face_id,
H A Dftccache.h200 /* Remove all nodes that relate to a given face_id. This is useful
202 * the face_id but is locked (i.e., has `ref_count > 0'), the node
203 * will _not_ be destroyed, but its internal face_id reference will
212 FTC_FaceID face_id );

Completed in 715 milliseconds