Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcglyph.c68 FT_Bool* list_changed ) in ftc_gnode_compare() argument
75 if ( list_changed ) in ftc_gnode_compare()
76 *list_changed = FALSE; in ftc_gnode_compare()
88 FT_Bool* list_changed ) in FTC_GNode_Compare() argument
91 cache, list_changed ); in FTC_GNode_Compare()
Dftccmap.c152 FT_Bool* list_changed ) in ftc_cmap_node_compare() argument
159 if ( list_changed ) in ftc_cmap_node_compare()
160 *list_changed = FALSE; in ftc_cmap_node_compare()
178 FT_Bool* list_changed ) in ftc_cmap_node_remove_faceid() argument
185 if ( list_changed ) in ftc_cmap_node_remove_faceid()
186 *list_changed = FALSE; in ftc_cmap_node_remove_faceid()
Dftcsbits.c329 FT_Bool* list_changed ) in ftc_snode_compare() argument
338 if (list_changed) in ftc_snode_compare()
339 *list_changed = FALSE; in ftc_snode_compare()
393 FTC_CACHE_TRYLOOP_END( list_changed ); in ftc_snode_compare()
414 FT_Bool* list_changed ) in FTC_SNode_Compare() argument
417 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.c491 FT_Bool list_changed = FALSE; in FTC_Cache_Lookup() local
511 compare( node, query, cache, &list_changed ) ) in FTC_Cache_Lookup()
517 if ( list_changed ) in FTC_Cache_Lookup()
581 FT_Bool list_changed = FALSE; in FTC_Cache_RemoveFaceID() local
588 cache, &list_changed ) ) in FTC_Cache_RemoveFaceID()
Dftcbasic.c208 FT_Bool* list_changed ) in ftc_basic_gnode_compare_faceid() argument
216 if ( list_changed ) in ftc_basic_gnode_compare_faceid()
217 *list_changed = FALSE; in ftc_basic_gnode_compare_faceid()
Dftcsbits.h91 FT_Bool* list_changed);
Dftcglyph.h191 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