Searched refs:anode (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/freetype/src/cache/
H A Dftcbasic.c282 FTC_Node *anode )
298 if ( anode )
299 *anode = NULL;
338 if ( anode )
340 *anode = node;
358 FTC_Node *anode )
374 if ( anode )
375 *anode = NULL;
400 if ( anode )
402 *anode
[all...]
H A Dftcmru.c238 FTC_MruNode *anode )
277 *anode = node;
293 FTC_MruNode *anode )
300 return FTC_MruList_New( list, key, anode );
302 *anode = node;
H A Dftccache.c447 FTC_Node *anode )
475 *anode = node;
486 FTC_Node *anode )
497 if ( cache == NULL || anode == NULL )
552 *anode = node;
557 return FTC_Cache_NewNode( cache, hash, query, anode );
H A Dftcglyph.c191 FTC_Node *anode )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
H A Dftccache.h184 FTC_Node *anode );
191 FTC_Node *anode );
H A Dftccmap.c116 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
135 *anode = node;
H A Dftcglyph.h266 FTC_Node *anode );
/external/freetype/src/cache/
H A Dftcbasic.c282 FTC_Node *anode )
298 if ( anode )
299 *anode = NULL;
338 if ( anode )
340 *anode = node;
358 FTC_Node *anode )
374 if ( anode )
375 *anode = NULL;
400 if ( anode )
402 *anode
[all...]
H A Dftcmru.c238 FTC_MruNode *anode )
277 *anode = node;
293 FTC_MruNode *anode )
300 return FTC_MruList_New( list, key, anode );
302 *anode = node;
H A Dftccache.c447 FTC_Node *anode )
475 *anode = node;
486 FTC_Node *anode )
497 if ( cache == NULL || anode == NULL )
552 *anode = node;
557 return FTC_Cache_NewNode( cache, hash, query, anode );
H A Dftcglyph.c191 FTC_Node *anode )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
H A Dftccache.h184 FTC_Node *anode );
191 FTC_Node *anode );
H A Dftccmap.c116 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
135 *anode = node;
H A Dftcglyph.h266 FTC_Node *anode );
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftcache.h752 /* anode :: Used to return the address of of the corresponding cache */
764 /* If `anode' is _not_ NULL, it receives the address of the cache */
770 /* If `anode' is NULL, the cache node is left unchanged, which means */
780 FTC_Node *anode );
805 /* anode :: Used to return the address of of the corresponding */
817 /* If `anode' is _not_ NULL, it receives the address of the cache */
823 /* If `anode' is NULL, the cache node is left unchanged, which means */
837 FTC_Node *anode );
960 /* anode :: Used to return the address of of the corresponding cache */
976 /* If `anode' i
[all...]
/external/freetype/include/
H A Dftcache.h752 /* anode :: Used to return the address of of the corresponding cache */
764 /* If `anode' is _not_ NULL, it receives the address of the cache */
770 /* If `anode' is NULL, the cache node is left unchanged, which means */
780 FTC_Node *anode );
805 /* anode :: Used to return the address of of the corresponding */
817 /* If `anode' is _not_ NULL, it receives the address of the cache */
823 /* If `anode' is NULL, the cache node is left unchanged, which means */
837 FTC_Node *anode );
960 /* anode :: Used to return the address of of the corresponding cache */
976 /* If `anode' i
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftcache.h752 /* anode :: Used to return the address of of the corresponding cache */
764 /* If `anode' is _not_ NULL, it receives the address of the cache */
770 /* If `anode' is NULL, the cache node is left unchanged, which means */
780 FTC_Node *anode );
805 /* anode :: Used to return the address of of the corresponding */
817 /* If `anode' is _not_ NULL, it receives the address of the cache */
823 /* If `anode' is NULL, the cache node is left unchanged, which means */
837 FTC_Node *anode );
960 /* anode :: Used to return the address of of the corresponding cache */
976 /* If `anode' i
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftcache.h752 /* anode :: Used to return the address of of the corresponding cache */
764 /* If `anode' is _not_ NULL, it receives the address of the cache */
770 /* If `anode' is NULL, the cache node is left unchanged, which means */
780 FTC_Node *anode );
805 /* anode :: Used to return the address of of the corresponding */
817 /* If `anode' is _not_ NULL, it receives the address of the cache */
823 /* If `anode' is NULL, the cache node is left unchanged, which means */
837 FTC_Node *anode );
960 /* anode :: Used to return the address of of the corresponding cache */
976 /* If `anode' i
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c2088 FSMnode *anode; local
2097 anode = NODE_XtoP(atoken->to_node);
2099 tmp_atok = anode->un_ptr.first_next_arc;

Completed in 376 milliseconds