Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.c334 FT_Bool* list_changed ) in ftc_snode_compare() argument
343 if (list_changed) in ftc_snode_compare()
344 *list_changed = FALSE; in ftc_snode_compare()
398 FTC_CACHE_TRYLOOP_END( list_changed ) in ftc_snode_compare()
419 FT_Bool* list_changed ) in FTC_SNode_Compare() argument
422 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.c490 FT_Bool list_changed = FALSE; in FTC_Cache_Lookup() local
510 compare( node, query, cache, &list_changed ) ) in FTC_Cache_Lookup()
516 if ( list_changed ) in FTC_Cache_Lookup()
579 FT_Bool list_changed = FALSE; in FTC_Cache_RemoveFaceID() local
586 cache, &list_changed ) ) in FTC_Cache_RemoveFaceID()
Dftcbasic.c212 FT_Bool* list_changed ) in ftc_basic_gnode_compare_faceid() argument
220 if ( list_changed ) in ftc_basic_gnode_compare_faceid()
221 *list_changed = FALSE; in ftc_basic_gnode_compare_faceid()
Dftcsbits.h91 FT_Bool* list_changed);
Dftcglyph.h191 FT_Bool* list_changed );
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
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