HomeSort by relevance Sort by last modified time
    Searched full:max_objects (Results 1 - 8 of 8) sorted by null

  /external/freetype/src/psaux/
psobjs.h 97 FT_UInt max_objects,
104 FT_UInt max_objects,
psobjs.c 1023 FT_UInt max_objects,
1071 count = max_objects;
1075 if ( max_objects == 0 )
    [all...]
  /external/pdfium/third_party/freetype/src/psaux/
psobjs.h 97 FT_UInt max_objects,
104 FT_UInt max_objects,
psobjs.c 1026 FT_UInt max_objects,
1074 count = max_objects;
1078 if ( max_objects == 0 )
    [all...]
  /art/runtime/gc/space/
space_test.h 171 size_t max_objects = (growth_limit / (object_size > 0 ? object_size : 8)) + 1; local
172 std::unique_ptr<mirror::Object*[]> lots_of_objects(new mirror::Object*[max_objects]);
178 for (size_t i = 0; i < max_objects; i++) {
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 938 FT_UInt max_objects; local
960 max_objects = 0;
965 max_objects = blend->num_designs;
972 max_objects = 0;
978 max_objects = 0;
983 max_objects = blend->num_designs;
990 max_objects = 0;
995 max_objects = blend->num_designs;
1002 max_objects = 0;
1008 max_objects = 0
    [all...]
  /external/freetype/include/internal/
psaux.h 394 FT_UInt max_objects,
401 FT_UInt max_objects,
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
psaux.h 394 FT_UInt max_objects,
401 FT_UInt max_objects,
    [all...]

Completed in 305 milliseconds