HomeSort by relevance Sort by last modified time
    Searched refs:anode (Results 1 - 25 of 45) sorted by null

1 2

  /external/freetype/src/cache/
ftcbasic.c 285 FTC_Node *anode )
301 if ( anode )
302 *anode = NULL;
338 if ( anode )
340 *anode = node;
358 FTC_Node *anode )
374 if ( anode )
375 *anode = NULL;
399 if ( anode )
401 *anode = node
    [all...]
ftcmru.c 238 FTC_MruNode *anode )
277 *anode = node;
293 FTC_MruNode *anode )
300 return FTC_MruList_New( list, key, anode );
302 *anode = node;
ftccache.c 447 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 );
ftcglyph.c 191 FTC_Node *anode )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
ftccache.h 184 FTC_Node *anode );
191 FTC_Node *anode );
ftccmap.c 112 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
131 *anode = node;
ftcglyph.h 266 FTC_Node *anode );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cache/
ftcbasic.c 285 FTC_Node *anode )
301 if ( anode )
302 *anode = NULL;
338 if ( anode )
340 *anode = node;
358 FTC_Node *anode )
374 if ( anode )
375 *anode = NULL;
399 if ( anode )
401 *anode = node
    [all...]
ftcmru.c 238 FTC_MruNode *anode )
277 *anode = node;
293 FTC_MruNode *anode )
300 return FTC_MruList_New( list, key, anode );
302 *anode = node;
ftccache.c 447 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 );
ftcglyph.c 191 FTC_Node *anode )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
ftccache.h 184 FTC_Node *anode );
191 FTC_Node *anode );
ftccmap.c 112 FTC_CMapNode *anode = (FTC_CMapNode*)ftcanode; local
131 *anode = node;
ftcglyph.h 266 FTC_Node *anode );
ftcmru.h 148 FTC_MruNode *anode );
  /external/freetype/include/freetype/
ftcache.h     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftcache.h     [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftcache.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcache.h     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]

Completed in 927 milliseconds

1 2