Home
last modified time | relevance | path

Searched refs:MaxWidth (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dhdmx_test.cc49 EXPECT_EQ(hdmx_table->MaxWidth(i), HDMX_MAX_WIDTH[i]); in TestReadingHdmxTable()
68 EXPECT_EQ(hdmx_table->MaxWidth(4), -1); in TestReadingHdmxTable()
69 EXPECT_EQ(hdmx_table->MaxWidth(-1), -1); in TestReadingHdmxTable()
/third_party/backends/backend/escl/
H A Descl_capabilities.c270 * MinWidth, MaxWidth, MaxHeight, MinHeight, MaxScanRegions, MaxOpticalXResolution,
278 int MaxWidth = 0; in find_value_of_int_variables() local
284 else if (strcmp(name, "MaxWidth") == 0) { in find_value_of_int_variables()
285 MaxWidth = atoi((const char*)xmlNodeGetContent(node)); in find_value_of_int_variables()
286 if (scanner->caps[type].MaxWidth == 0 || MaxWidth < scanner->caps[type].MaxWidth) in find_value_of_int_variables()
287 scanner->caps[type].MaxWidth = atoi((const char *)xmlNodeGetContent(node)); in find_value_of_int_variables()
390 strcmp(name, "MaxWidth") == 0 || in find_true_variables()
H A Descl.h118 int MaxWidth; member
H A Descl.c743 PIXEL_TO_MM((s->scanner->caps[s->scanner->source].MaxWidth - in init_options_small()
748 s->x_range2.max = PIXEL_TO_MM(s->scanner->caps[s->scanner->source].MaxWidth, 300.0); in init_options_small()
868 PIXEL_TO_MM((s->scanner->caps[s->scanner->source].MaxWidth - in init_options()
873 s->x_range2.max = PIXEL_TO_MM(s->scanner->caps[s->scanner->source].MaxWidth, 300.0); in init_options()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.h54 int32_t MaxWidth(int32_t record_index);
H A Dhorizontal_device_metrics_table.cc48 int32_t HorizontalDeviceMetricsTable::MaxWidth(int32_t record_index) { in MaxWidth() function in sfntly::HorizontalDeviceMetricsTable
/third_party/node/deps/v8/tools/
H A Dlocs.py128 def MaxWidth(strings): function
249 print_cat_max_width = MaxWidth(list(report_groups.keys()) + ["Category"])
282 return MaxWidth([v.name for v in self.groups.values()])
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMVETailPredication.cpp311 unsigned MaxWidth = TTI->getRegisterBitWidth(true); in IsPredicatedVectorLoop() local
312 if (Lanes * ElementWidth > MaxWidth || Lanes == MaxWidth) in IsPredicatedVectorLoop()
/third_party/backends/backend/
H A Dapple.h214 SANE_Int MaxWidth; member
H A Dapple.c579 dev->MaxWidth = 10208; in attach()
587 dev->MaxWidth = 10200; in attach()
595 dev->MaxWidth = 10200; in attach()
957 if (s->ULx + s->Width > s->hw->MaxWidth) in calc_parameters()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp663 return supportCaps.ScaleSupport.OutputSizeRange.MaxWidth; in d3d12_screen_get_video_param_postproc()
671 return supportCaps.ScaleSupport.OutputSizeRange.MaxWidth; in d3d12_screen_get_video_param_postproc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5286 auto MaxWidth = 0u;
5298 // If the current instruction is a load, update MaxWidth to reflect the
5301 MaxWidth = std::max<unsigned>(MaxWidth, DL->getTypeSizeInBits(Ty));
5321 if (!MaxWidth || FoundUnknownInst)
5325 return MaxWidth;
H A DLoopVectorize.cpp5133 unsigned MaxWidth = 8;
5178 MaxWidth = std::max(MaxWidth,
5183 return {MinWidth, MaxWidth};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11947 unsigned MaxWidth = ((SizeInBits == 512) && !Subtarget.hasBWI() ? 64 : 128);
11948 for (int Scale = 2; Scale * ScalarSizeInBits <= MaxWidth; Scale *= 2)
[all...]

Completed in 55 milliseconds