Home
last modified time | relevance | path

Searched refs:list_changed (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/cache/
Dftcglyph.c69 FT_Bool* list_changed ) in ftc_gnode_compare() argument
76 if ( list_changed ) in ftc_gnode_compare()
77 *list_changed = FALSE; in ftc_gnode_compare()
89 FT_Bool* list_changed ) in FTC_GNode_Compare() argument
92 cache, list_changed ); in FTC_GNode_Compare()
Dftccmap.c153 FT_Bool* list_changed ) in ftc_cmap_node_compare() argument
160 if ( list_changed ) in ftc_cmap_node_compare()
161 *list_changed = FALSE; in ftc_cmap_node_compare()
179 FT_Bool* list_changed ) in ftc_cmap_node_remove_faceid() argument
186 if ( list_changed ) in ftc_cmap_node_remove_faceid()
187 *list_changed = FALSE; in ftc_cmap_node_remove_faceid()
Dftcsbits.c330 FT_Bool* list_changed ) in ftc_snode_compare() argument
339 if (list_changed) in ftc_snode_compare()
340 *list_changed = FALSE; in ftc_snode_compare()
394 FTC_CACHE_TRYLOOP_END( list_changed ); in ftc_snode_compare()
415 FT_Bool* list_changed ) in FTC_SNode_Compare() argument
418 cache, list_changed ); in FTC_SNode_Compare()
Dftccache.h113 FT_Bool* list_changed );
323 #define FTC_CACHE_TRYLOOP_END( list_changed ) \ argument
328 if ( _try_done > 0 && list_changed != NULL ) \
329 *(FT_Bool*)( list_changed ) = TRUE; \
Dftccback.h61 FT_Bool* list_changed );
68 FT_Bool* list_changed );
Dftccache.c492 FT_Bool list_changed = FALSE; in FTC_Cache_Lookup() local
512 compare( node, query, cache, &list_changed ) ) in FTC_Cache_Lookup()
518 if ( list_changed ) in FTC_Cache_Lookup()
582 FT_Bool list_changed = FALSE; in FTC_Cache_RemoveFaceID() local
589 cache, &list_changed ) ) in FTC_Cache_RemoveFaceID()
Dftcbasic.c207 FT_Bool* list_changed ) in ftc_basic_gnode_compare_faceid() argument
215 if ( list_changed ) in ftc_basic_gnode_compare_faceid()
216 *list_changed = FALSE; in ftc_basic_gnode_compare_faceid()
Dftcsbits.h92 FT_Bool* list_changed);
Dftcglyph.h192 FT_Bool* list_changed );
/external/freetype/
DChangeLog.244558 `FT_Bool* list_changed' to indicate the change of the cached nodes
4572 list_changed' to indicate the change of the cache nodes (anyway, it
4577 (ftc_cmap_node_compare): New argument `FT_Bool* list_changed' to
4584 `list_changed'.
4589 (ftc_gnode_compare): New argument `FT_Bool* list_changed' to
4591 (FTC_GNode_Compare): New argument `FT_Bool* list_changed' to be
4596 list_changed' to indicate the change of the cache nodes, anyway. It
4598 (FTC_SNode_Compare): New argument `FT_Bool* list_changed' to be