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

/external/freetype/src/cache/
H A Dftcbasic.c320 FTC_Node *anode )
336 if ( anode )
337 *anode = NULL;
396 if ( anode )
398 *anode = node;
416 FTC_Node *anode )
432 if ( anode )
433 *anode = NULL;
458 if ( anode )
460 *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.c452 FTC_Node *anode )
480 *anode = node;
491 FTC_Node *anode )
502 if ( cache == NULL || anode == NULL )
557 *anode = node;
562 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.h191 FTC_Node *anode );
198 FTC_Node *anode );
H A Dftccmap.c154 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
173 *anode = node;
H A Dftcglyph.h266 FTC_Node *anode );
/external/freetype/include/freetype/
H A Dftcache.h774 /* anode :: Used to return the address of of the corresponding cache */
786 /* If `anode' is _not_ NULL, it receives the address of the cache */
792 /* If `anode' is NULL, the cache node is left unchanged, which means */
802 FTC_Node *anode );
827 /* anode :: Used to return the address of of the corresponding */
839 /* If `anode' is _not_ NULL, it receives the address of the cache */
845 /* If `anode' is NULL, the cache node is left unchanged, which means */
859 FTC_Node *anode );
982 /* anode :: Used to return the address of of the corresponding cache */
998 /* If `anode' i
[all...]
/external/quake/quake/src/QW/server/
H A Dworld.c193 areanode_t *anode; local
197 anode = &sv_areanodes[sv_numareanodes];
200 ClearLink (&anode->trigger_edicts);
201 ClearLink (&anode->solid_edicts);
205 anode->axis = -1;
206 anode->children[0] = anode->children[1] = NULL;
207 return anode;
212 anode->axis = 0;
214 anode
[all...]
/external/quake/quake/src/WinQuake/
H A Dworld.cpp204 areanode_t *anode; local
208 anode = &sv_areanodes[sv_numareanodes];
211 ClearLink (&anode->trigger_edicts);
212 ClearLink (&anode->solid_edicts);
216 anode->axis = -1;
217 anode->children[0] = anode->children[1] = NULL;
218 return anode;
223 anode->axis = 0;
225 anode
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c2087 FSMnode *anode; local
2096 anode = NODE_XtoP(atoken->to_node);
2098 tmp_atok = anode->un_ptr.first_next_arc;

Completed in 172 milliseconds