Searched refs:num_sizes (Results 1 – 13 of 13) sorted by relevance
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | eblc_table.cc | 65 int32_t num_sizes, in CreateBitmapSizeTable() argument 69 for (int32_t i = 0; i < num_sizes; ++i) { in CreateBitmapSizeTable() 298 int32_t num_sizes = data->ReadULongAsInt(Offset::kNumSizes); in Initialize() local 299 for (int32_t i = 0; i < num_sizes; ++i) { in Initialize()
|
D | eblc_table.h | 184 int32_t num_sizes,
|
/external/libcups/cups/ |
D | ppd-cache.c | 405 num_sizes, /* Number of sizes in file */ in _ppdCacheCreateWithFile() local 492 num_sizes = 0; in _ppdCacheCreateWithFile() 597 "%d.", num_sizes, linenum)); in _ppdCacheCreateWithFile() 605 num_sizes)); in _ppdCacheCreateWithFile() 635 if (num_sizes > 0) in _ppdCacheCreateWithFile() 642 if ((num_sizes = atoi(value)) < 0 || num_sizes > 65536) in _ppdCacheCreateWithFile() 645 "%d.", num_sizes, linenum)); in _ppdCacheCreateWithFile() 650 if (num_sizes > 0) in _ppdCacheCreateWithFile() 652 if ((pc->sizes = calloc((size_t)num_sizes, sizeof(pwg_size_t))) == NULL) in _ppdCacheCreateWithFile() 655 num_sizes)); in _ppdCacheCreateWithFile() [all …]
|
D | testpwg.c | 443 if (pc2->num_sizes != pc->num_sizes) in test_ppd_cache() 448 printf(" SAVED num_sizes=%d, ORIG num_sizes=%d\n", pc2->num_sizes, in test_ppd_cache() 449 pc->num_sizes); in test_ppd_cache() 455 for (i = pc->num_sizes, size = pc->sizes, size2 = pc2->sizes; in test_ppd_cache()
|
D | ppd-page.c | 60 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) in ppdPageSize() 151 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) in ppdPageSize() 167 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) in ppdPageSize()
|
D | ppd-private.h | 126 int num_sizes; /* Number of media sizes */ member
|
D | ppd.h | 322 int num_sizes; /* Number of page sizes */ member
|
D | ppd.c | 181 if (ppd->num_sizes > 0) in ppdClose() 2435 if (ppd->num_sizes == 0) in ppd_add_size() 2438 size = realloc(ppd->sizes, sizeof(ppd_size_t) * (size_t)(ppd->num_sizes + 1)); in ppd_add_size() 2444 size += ppd->num_sizes; in ppd_add_size() 2445 ppd->num_sizes ++; in ppd_add_size()
|
D | ppd-mark.c | 1012 for (j = 0; j < ppd->num_sizes; j ++) in ppd_mark_option()
|
D | testppd.c | 1119 for (i = ppd->num_sizes, size = ppd->sizes; i > 0; i --, size ++) in main()
|
/external/libaom/libaom/test/ |
D | av1_convolve_2d_test_util.cc | 57 const int num_sizes = in RunCheckOutput() local 60 for (int shift = 0; shift < num_sizes; ++shift) { // luma and chroma in RunCheckOutput() 132 const int num_sizes = in RunSpeedTest() local 135 for (int shift = 0; shift < num_sizes; ++shift) { // luma and chroma in RunSpeedTest() 402 const int num_sizes = in RunSpeedTest() local 406 for (int shift = 0; shift < num_sizes; ++shift) { // luma and chroma in RunSpeedTest() 451 const int num_sizes = in RunCheckOutput() local 454 for (int shift = 0; shift < num_sizes; ++shift) { // luma and chroma in RunCheckOutput()
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_device.h | 72 uint32_t pixfmt, uint32_t* num_sizes, bool show_frmsize = true);
|
D | media_v4l2_device.cc | 699 uint32_t pixfmt, uint32_t* num_sizes, bool show_frmsize) { in EnumFrameSize() argument 751 if (num_sizes) in EnumFrameSize() 752 *num_sizes = i; in EnumFrameSize()
|