HomeSort by relevance Sort by last modified time
    Searched defs:width (Results 276 - 300 of 4542) sorted by null

<<11121314151617181920>>

  /development/ndk/platforms/android-18/include/android/
bitmap.h 44 uint32_t width; member in struct:__anon1575
  /development/ndk/platforms/android-9/include/android/
bitmap.h 43 uint32_t width; member in struct:__anon2557
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
transmogrify.h 122 "B.ljust(width[, fillchar]) -> copy of B\n"
124 "Return B left justified in a string of length width. Padding is\n"
130 Py_ssize_t width; local
133 if (!PyArg_ParseTuple(args, "n|c:ljust", &width, &fillchar))
136 if (STRINGLIB_LEN(self) >= width && STRINGLIB_CHECK_EXACT(self)) {
147 return pad(self, 0, width - STRINGLIB_LEN(self), fillchar);
152 "B.rjust(width[, fillchar]) -> copy of B\n"
154 "Return B right justified in a string of length width. Padding is\n"
160 Py_ssize_t width; local
163 if (!PyArg_ParseTuple(args, "n|c:rjust", &width, &fillchar))
191 Py_ssize_t width; local
226 Py_ssize_t width; local
    [all...]
  /external/ImageMagick/coders/
aai.c 119 width;
148 width=ReadBlobLSBLong(image);
152 if ((width == 0UL) || (height == 0UL))
159 image->columns=width;
217 width=ReadBlobLSBLong(image);
219 if ((width != 0UL) && (height != 0UL))
236 } while ((width != 0UL) && (height != 0UL));
116 width; local
avs.c 121 width;
150 width=ReadBlobMSBLong(image);
154 if ((width == 0UL) || (height == 0UL))
161 image->columns=width;
217 width=ReadBlobMSBLong(image);
219 if ((width != 0UL) && (height != 0UL))
236 } while ((width != 0UL) && (height != 0UL));
118 width; local
pix.c 115 width;
140 width=ReadBlobMSBShort(image);
145 if ((width == 0UL) || (height == 0UL) || ((bits_per_pixel != 8) &&
153 image->columns=width;
223 width=ReadBlobMSBLong(image);
228 status=(width != 0UL) && (height == 0UL) && ((bits_per_pixel == 8) ||
113 width; local
sct.c 138 width;
210 width=StringToDouble((char *) buffer,(char **) NULL);
220 image->resolution.x=1.0*image->columns/width;
135 width; local
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 21 "--width=[NUM] Picture width to capture\n"
39 { "width", required_argument, NULL, 'w' },
52 uint32_t width = 640; local
89 width = atoi(optarg);
117 width, height, (pixfmt >> 0) & 0xff, (pixfmt >> 8) & 0xff,
121 width, height, (pixfmt >> 0) & 0xff, (pixfmt >> 8) & 0xff,
132 if (!retcode && !device->InitDevice(width, height, pixfmt, fps))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointCombMultiplier.java 27 int width = info.getWidth(); local
29 int d = (size + width - 1) / width;
33 int top = d * width - 1;
WNafL2RMultiplier.java 20 // Clamp the window width in the range [2, 16]
21 int width = Math.max(2, Math.min(16, getWindowSize(k.bitLength()))); local
23 WNafPreCompInfo wnafPreCompInfo = WNafUtil.precompute(p, width, true);
27 int[] wnaf = WNafUtil.generateCompactWindowNaf(width, k);
46 if ((n << 2) < (1 << width))
51 int scale = width - highest;
54 int i1 = ((1 << (width - 1)) - 1);
87 * Determine window width to use for a scalar multiplication of the given size.
  /external/curl/docs/examples/
multi-debugcallback.c 48 unsigned int width=0x10; local
52 width = 0x40;
57 for(i=0; i<size; i+= width) {
63 for(c = 0; c < width; c++)
70 for(c = 0; (c < width) && (i+c < size); c++) {
73 i+=(c+2-width);
78 /* check again for 0D0A, to avoid an extra \n if it's at width */
80 i+=(c+3-width);
  /external/curl/src/
tool_cb_dbg.c 222 unsigned int width = 0x10; local
226 width = 0x40;
230 for(i = 0; i < size; i += width) {
236 for(c = 0; c < width; c++)
243 for(c = 0; (c < width) && (i+c < size); c++) {
247 i += (c+2-width);
254 i += (c+2-width);
264 /* check again for 0D0A, to avoid an extra \n if it's at width */
267 i += (c+3-width);
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 73 const deUint32 width = !initialSize ? (deUint32)DEFAULT_WINDOW_WIDTH : initialSize->x(); local
74 return new VulkanWindowWayland(MovePtr<wayland::Window>(new wayland::Window(*m_display, (int)width, (int)height)));
  /external/drm_gralloc/
gralloc_drm_handle.h 45 int width; member in struct:gralloc_drm_handle_t
  /external/e2fsprogs/resize/
sim_progress.c 31 int i, width; local
34 width = prog->labelwidth - strlen(prog->label);
35 while (width-- > 0)
39 for (width = prog->labelwidth; width > 0; width--)
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java 51 public int width () method in class:CONSTANT_info
  /external/iw/
ibss.c 36 unsigned int width; member in struct:__anon20874
41 .width = NL80211_CHAN_WIDTH_20,
45 .width = NL80211_CHAN_WIDTH_40,
49 .width = NL80211_CHAN_WIDTH_40,
53 .width = NL80211_CHAN_WIDTH_20_NOHT,
57 .width = NL80211_CHAN_WIDTH_5,
61 .width = NL80211_CHAN_WIDTH_10,
92 chanmode_selected->width);
  /external/libchrome/base/strings/
safe_sprintf.h 56 // values of arbitrary width can be passed to all of the format characters
69 // All format characters take an optional width parameter. This must be a
70 // positive integer. For %d, %o, %x, %X and %p, if the width starts with
143 integer.width = sizeof(char);
147 integer.width = sizeof(char);
151 integer.width = sizeof(short);
155 integer.width = sizeof(short);
159 integer.width = sizeof(int);
163 integer.width = sizeof(int);
167 integer.width = sizeof(long)
193 unsigned char width; member in struct:base::strings::internal::Arg::__anon22620::__anon22621
    [all...]
  /external/libcups/cups/
ppd-page.c 37 double w, l; /* Width and length of page */
116 size->width = (float)w;
129 if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL)
141 size->name, size->width, size->length));
155 size->name, size->width, size->length));
171 size->name, size->width, size->length));
203 float width, /* Min/max width */ local
242 * Figure out the current minimum width and length...
245 width = ppd->custom_min[0]
    [all...]
pwg.h 53 int width, /* Width in 2540ths */ member in struct:pwg_media_s
60 int width, /* Width in 2540ths */ member in struct:pwg_size_s
75 int width, int length,
82 extern pwg_media_t *pwgMediaForSize(int width, int length) _CUPS_API_1_7;
snprintf.c 36 sign, /* Sign of format width */
39 int width, /* Width of field */ local
83 * Get width from argument...
87 width = va_arg(ap, int);
89 snprintf(tptr, sizeof(tformat) - (tptr - tformat), "%d", width);
94 width = 0;
101 width = width * 10 + *format++ - '0';
176 if ((width + 2) > sizeof(temp)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
rect_blink.h 19 RectBlink(int x, int y, int width, int height) :
20 x_(x), y_(y), width_(width), height_(height) {
40 int width() const { return width_; } function in class:mojo::test::RectBlink
41 void setWidth(int width) {
42 DCHECK_GE(width, 0);
43 width_ = width;
rect_chromium.h 23 RectChromium(int x, int y, int width, int height) :
24 x_(x), y_(y), width_(width), height_(height) {
44 int width() const { return width_; } function in class:mojo::test::RectChromium
45 void set_width(int width) {
46 DCHECK_GE(width, 0);
47 width_ = width;
  /external/libpng/contrib/gregbook/
readpng.c 72 png_uint_32 width, height; variable
139 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
141 *pWidth = width;
readpng2.c 220 png_uint_32 width, height; local
260 png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type,
262 mainprog_ptr->width = (ulg)width;

Completed in 654 milliseconds

<<11121314151617181920>>