Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccmap.c58 FTC_FaceID face_id; member
70 FTC_FaceID face_id; member
121 node->face_id = query->face_id; in FT_CALLBACK_DEF()
161 if ( node->face_id == query->face_id && in FT_CALLBACK_DEF()
181 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; in FT_CALLBACK_DEF() local
187 return FT_BOOL( node->face_id == face_id ); in FT_CALLBACK_DEF()
231 FTC_FaceID face_id, in FT_EXPORT_DEF()
[all...]
H A Dftcmanag.c43 error = FTC_Manager_LookupFace( manager, scaler->face_id, &face ); in ftc_scaler_lookup_size()
168 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; in ftc_size_node_compare_faceid() local
171 return FT_BOOL( node->scaler.face_id == face_id ); in ftc_size_node_compare_faceid()
221 FTC_FaceID face_id; member
235 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; in FT_CALLBACK_DEF() local
240 node->face_id = face_id; in FT_CALLBACK_DEF()
242 error = manager->request_face( face_id, in FT_CALLBACK_DEF()
269 node->face_id ); in ftc_face_node_done()
283 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; FT_CALLBACK_DEF() local
[all...]
H A Dftcmanag.h155 ( (a)->face_id == (b)->face_id && \
164 ( FTC_FACE_ID_HASH( (q)->face_id ) + \
H A Dftcbasic.c105 error = FTC_Manager_LookupFace( manager, family->attrs.scaler.face_id, in FT_CALLBACK_DEF()
215 FTC_FaceID face_id = (FTC_FaceID)ftcface_id; in FT_CALLBACK_DEF() local
222 result = FT_BOOL( family->attrs.scaler.face_id == face_id ); in FT_CALLBACK_DEF()
226 * in later lookups with the same face_id! in FT_CALLBACK_DEF()
325 query.attrs.scaler.face_id = type->face_id; in FT_EXPORT_DEF()
523 query.attrs.scaler.face_id = type->face_id; in FT_EXPORT_DEF()
H A Dftccache.c563 FTC_FaceID face_id ) in FTC_Cache_RemoveFaceID()
585 if ( cache->clazz.node_remove_faceid( node, face_id, in FTC_Cache_RemoveFaceID()
H A Dftccache.h193 /* 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 );
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftcache.h185 * face_id ::
210 (*FTC_Face_Requester)( FTC_FaceID face_id,
369 * face_id ::
401 FTC_FaceID face_id,
415 * face_id ::
443 FTC_FaceID face_id; member
545 * face_id ::
550 * `face_id`, with the exception of nodes with a non-null reference
554 * later lookups with the same `face_id` value, and to be immediately
560 FTC_FaceID face_id );
674 FTC_FaceID face_id; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1417 const int layerface = args->face_id + sp_sview->base.u.tex.first_layer; in img_filter_cube_nearest()
1462 sp_sview->base.u.tex.last_layer - 5) + args->face_id; in img_filter_cube_array_nearest()
1778 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_linear()
1779 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_linear()
1780 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_linear()
1781 tx[3] = get_texel_cube_seamless(sp_sview, addr, x1, y1, corner3, layer, args->face_id); in img_filter_cube_linear()
1783 tx[0] = get_texel_cube_array(sp_sview, sp_samp, addr, x0, y0, layer + args->face_id); in img_filter_cube_linear()
1784 tx[1] = get_texel_cube_array(sp_sview, sp_samp, addr, x1, y0, layer + args->face_id); in img_filter_cube_linear()
1785 tx[2] = get_texel_cube_array(sp_sview, sp_samp, addr, x0, y1, layer + args->face_id); in img_filter_cube_linear()
1786 tx[3] = get_texel_cube_array(sp_sview, sp_samp, addr, x1, y1, layer + args->face_id); in img_filter_cube_linear()
[all...]
H A Dsp_tex_sample.h65 unsigned face_id; member

Completed in 9 milliseconds