/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 | 1029 FT_UInt max_objects, 1077 count = max_objects; 1081 if ( max_objects == 0 ) [all...] |
/external/pdfium/third_party/freetype/src/type1/ |
t1load.c | 920 FT_UInt max_objects; local 942 max_objects = 0; 947 max_objects = blend->num_designs; 954 max_objects = 0; 960 max_objects = 0; 965 max_objects = blend->num_designs; 972 max_objects = 0; 977 max_objects = blend->num_designs; 984 max_objects = 0; 990 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/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/art/runtime/gc/space/ |
space_test.h | 430 size_t max_objects = (growth_limit / (object_size > 0 ? object_size : 8)) + 1; local 431 std::unique_ptr<mirror::Object*[]> lots_of_objects(new mirror::Object*[max_objects]); 437 for (size_t i = 0; i < max_objects; i++) {
|