Home
last modified time | relevance | path

Searched refs:is_width (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/sane-epkowa/iscan-2.11.0/frontend/
H A Dpisa_change_unit.cc67 inch2pixel (bool is_width, in inch2pixel() argument
70 return (is_width in inch2pixel()
95 centi2pixel (bool is_width, in centi2pixel() argument
98 return (is_width in centi2pixel()
H A Dpisa_change_unit.h41 long inch2pixel (bool is_width,
47 long centi2pixel (bool is_width,
/dports/net-mgmt/observium/observium/libs/cli/
H A Dcli.php203 …* @param int|bool $is_width Optional. If set and encoding is UTF-8, $length (which must be s…
207 function safe_substr( $str, $start, $length = false, $is_width = false, $encoding = false ) { argument
209 if ( $length < 0 || ( $is_width && ( null === $length || false === $length ) ) ) {
233 return $is_width ? _safe_substr_eaw( $try, $length ) : $try;
241 return $is_width ? _safe_substr_eaw( $try, $length ) : $try;
252 if ( 'UTF-8' === $encoding && $is_width ) {
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPluginTARGA.cpp52 WORD is_width; //! image width member
289 SwapShort(&header->is_width); in SwapHeader()
418 if(header.is_width == 0 || header.is_height == 0) { in Validate()
728 const int line = CalculateLine(header.is_width, header.is_pixel_depth); in Load()
861 loadRLE<8>(dib, header.is_width, header.is_height, io, handle, eof, FALSE); in Load()
909 int line = CalculateLine(header.is_width, pixel_bits); in Load()
934 BYTE *in_line = (BYTE*)malloc(header.is_width * sizeof(WORD)); in Load()
944 io->read_proc(in_line, src_pixel_size, header.is_width, handle); in Load()
999 loadRLE<24>(dib, header.is_width, header.is_height, io, handle, eof, TRUE); in Load()
1342 header.is_width = (WORD)FreeImage_GetWidth(dib); in Save()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSDLGUI.h132 static int MaximumPossibleDimension(bool is_width = true);
H A DSDLGUI.cpp613 int SDLGUI::MaximumPossibleDimension(bool is_width) { in MaximumPossibleDimension() argument
620 dim += is_width ? r.w : r.h; in MaximumPossibleDimension()
/dports/science/minc2/minc-release-2.2.00/progs/mincreshape/
H A Dmincreshape.c1695 int good_data, is_width, flip_dimension; in copy_dim_var_values() local
1710 is_width = FALSE; in copy_dim_var_values()
1712 is_width = (strcmp(&varname[index], DIM_WIDTH_SUFFIX)); in copy_dim_var_values()
1729 if (is_width) { /* Get width for width variables */ in copy_dim_var_values()
1780 if (is_width) { in copy_dim_var_values()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/src/
H A Dverify.rs435 let is_width = width_var._eq(&ty.width); in assert_bit_width() localVariable
437 is_width, in assert_bit_width()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Delement.cc1288 bool is_width, in RecordScrollbarSizeForStudy() argument
1312 is_width ? area->VerticalScrollbar() : area->HorizontalScrollbar(); in RecordScrollbarSizeForStudy()
1330 (is_width ? dom_window->innerWidth() : dom_window->innerHeight()) - in RecordScrollbarSizeForStudy()
1333 is_width in RecordScrollbarSizeForStudy()
1337 scrollbar_size = measurement - (is_width ? clientWidth() : clientHeight()); in RecordScrollbarSizeForStudy()
1338 surface = is_width in RecordScrollbarSizeForStudy()
H A Delement.h943 bool is_width,
/dports/lang/elixir/elixir-1.12.3/lib/elixir/lib/inspect/
H A Dalgebra.ex272 defguardp is_width(limit) when limit == :infinity or (is_integer(limit) and limit >= 0) guard
893 def format(doc, width) when is_doc(doc) and is_width(width) do
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/inspect/
H A Dalgebra.ex328 defguardp is_width(limit) when limit == :infinity or (is_integer(limit) and limit >= 0) guard
958 def format(doc, width) when is_doc(doc) and is_width(width) do