/external/chromium_org/third_party/freetype/src/psaux/ |
psobjs.h | 97 FT_UInt max_objects, 104 FT_UInt max_objects,
|
psobjs.c | 1027 FT_UInt max_objects, 1075 count = max_objects; 1079 if ( max_objects == 0 ) [all...] |
/external/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/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/ |
psobjs.h | 97 FT_UInt max_objects, 104 FT_UInt max_objects,
|
psobjs.c | 1027 FT_UInt max_objects, 1075 count = max_objects; 1079 if ( max_objects == 0 ) [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1load.c | 922 FT_UInt max_objects; local 944 max_objects = 0; 949 max_objects = blend->num_designs; 956 max_objects = 0; 962 max_objects = 0; 967 max_objects = blend->num_designs; 974 max_objects = 0; 979 max_objects = blend->num_designs; 986 max_objects = 0; 992 max_objects = 0 [all...] |
/external/yaffs2/yaffs2/utils/ |
mkyaffs2image.c | 54 #define MAX_OBJECTS 50000 70 static objItem obj_list[MAX_OBJECTS]; 104 if(n_obj < MAX_OBJECTS)
|
mkyaffsimage.c | 37 #define MAX_OBJECTS 10000 50 static objItem obj_list[MAX_OBJECTS]; 80 if(n_obj < MAX_OBJECTS)
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/external/freetype/include/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
psaux.h | 394 FT_UInt max_objects, 401 FT_UInt max_objects, [all...] |
/art/runtime/gc/space/ |
space_test.h | 400 size_t max_objects = (growth_limit / (object_size > 0 ? object_size : 8)) + 1; local 401 std::unique_ptr<mirror::Object*[]> lots_of_objects(new mirror::Object*[max_objects]); 407 for (size_t i = 0; i < max_objects; i++) {
|