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

1 2 34 5 6 7 8 91011>>

  /external/ImageMagick/Magick++/lib/
ResourceLimits.cpp 93 void Magick::ResourceLimits::width(const MagickSizeType limit_) function in class:Magick::ResourceLimits
98 MagickCore::MagickSizeType Magick::ResourceLimits::width(void) function in class:Magick::ResourceLimits
  /external/ImageMagick/coders/
label.c 115 width;
136 metrics.width=0;
141 image->columns=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
163 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
167 if ((width >= image->columns) && (height >= image->rows))
171 if (((image->columns != 0) && (width >= image->columns)) ||
184 width=(size_t) floor(metrics.width+draw_info->stroke_width+0.5);
188 if ((width < image->columns) && (height < image->rows)
113 width; local
    [all...]
  /external/ImageMagick/www/source/
contrast.c 47 width; local
76 pixels=PixelGetNextIteratorRow(iterator,&width);
77 contrast_pixels=PixelGetNextIteratorRow(contrast_iterator,&width);
81 for (x=0; x < (ssize_t) width; x++)
  /external/aac/libAACenc/src/
grp_data.cpp 253 int width = sfbOffset[sfb+1]-sfbOffset[sfb]; local
258 for (line = width; line > 0; line--)
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 58 float w = width();
71 it.right = left + width();
86 public float width() { method in class:MockRectF
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointPreCompInfo.java 15 * The width used for the precomputation. If a larger width precomputation
17 * code should refer to the actual width.
19 protected int width = -1; field in class:FixedPointPreCompInfo
33 return width;
36 public void setWidth(int width)
38 this.width = width;
  /external/clang/test/Sema/
init-struct-qualified.c 5 typedef struct _NSSize { CGFloat width; CGFloat height; } NSSize; member in struct:_NSSize
  /external/curl/docs/examples/
debug.c 41 unsigned int width=0x10; local
45 width = 0x40;
50 for(i=0; i<size; i+= width) {
56 for(c = 0; c < width; c++)
63 for(c = 0; (c < width) && (i+c < size); c++) {
66 i+=(c+2-width);
71 /* check again for 0D0A, to avoid an extra \n if it's at width */
73 i+=(c+3-width);
  /external/curl/src/
tool_msgs.c 41 size_t width = (79 - (int)strlen(prefix)); local
53 if(len > width) {
54 size_t cut = width-1;
61 max text width then! */
62 cut = width-1;
  /external/curl/tests/libtest/
testtrace.c 40 unsigned int width = 0x10; local
44 width = 0x40;
49 for(i = 0; i < size; i += width) {
55 for(c = 0; c < width; c++)
62 for(c = 0; (c < width) && (i+c < size); c++) {
66 i += (c+2-width);
71 /* check again for 0D0A, to avoid an extra \n if it's at width */
74 i += (c+3-width);
  /external/deqp/framework/delibs/deimage/
deImage.h 39 int width; member in struct:deImage_s
45 deImage* deImage_create (int width, int height, deImageFormat format);
  /external/deqp/framework/opengl/
gluPixelTransfer.cpp 56 int width = dst.getWidth(); local
61 gl.readPixels(x, y, width, height, format.format, format.dataType, dst.getDataPtr());
75 int width = src.getWidth(); local
80 gl.texImage2D(target, level, internalFormat, width, height, 0, format.format, format.dataType, src.getDataPtr());
94 int width = src.getWidth(); local
100 gl.texImage3D(target, level, internalFormat, width, height, depth, 0, format.format, format.dataType, src.getDataPtr());
114 int width = src.getWidth(); local
119 gl.texSubImage2D(target, level, x, y, width, height, format.format, format.dataType, src.getDataPtr());
133 int width = src.getWidth(); local
139 gl.texSubImage3D(target, level, x, y, z, width, height, depth, format.format, format.dataType, src.getDataPtr())
    [all...]
  /external/dng_sdk/source/
dng_simple_image.cpp 113 uint32 width = fBounds.W (); local
119 originH += width - 1;
142 width = fBounds.H ();
152 fBounds.r = fBounds.l + width;
  /external/drm_hwcomposer/
drmhwcgralloc.h 56 uint32_t width; member in struct:hwc_drm_bo
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Double_info.java 61 public int width () method in class:CONSTANT_Double_info
CONSTANT_Long_info.java 63 public int width () method in class:CONSTANT_Long_info
  /external/freetype/src/raster/
ftrend1.c 108 FT_UInt width, height, pitch; local
151 /* If either `width' or `height' round to 0, try */
156 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
157 if ( width == 0 )
162 width = (FT_UInt)( ( cbox.xMax - cbox.xMin ) >> 6 );
174 if ( width > FT_USHORT_MAX || height > FT_USHORT_MAX )
190 pitch = ( ( width + 15 ) >> 4 ) << 1;
193 bitmap->width = width;
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SimpleTarget.java 5 * of non essential methods that allows the caller to specify an exact width/height. Typicaly use cases look something
27 private final int width; field in class:SimpleTarget
47 * @param width The width in pixels of the desired resource.
50 public SimpleTarget(int width, int height) {
51 this.width = width;
62 if (width <= 0 || height <= 0) {
63 throw new IllegalArgumentException("Width and height must both be > 0, but given width: " + width + " and
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo-ansi.cc 38 unsigned int width = cairo_image_surface_get_width (surface); local
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
72 for (i = 0; i < width; i++)
75 if (i < width)
87 for (i = 0; i < width; i++)
90 if (i < width)
97 if (width && height)
98 ansi_print_image_rgb24 (data, width, height, stride / 4);
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 107 const Locale &locale, UMeasureFormatWidth width, UErrorCode &status);
115 UMeasureFormatWidth width,
216 * locale and format width.
219 * @return The display name in the locale and width specified in
291 UMeasureFormatWidth width,
340 UMeasureFormatWidth width; member in class:MeasureFormat
348 const MeasureUnit &unit, UMeasureFormatWidth width, int32_t index) const;
351 const MeasureUnit &unit, UMeasureFormatWidth width, int32_t index,
355 const MeasureUnit &unit, UMeasureFormatWidth width, int32_t index,
359 UMeasureFormatWidth width,
    [all...]
  /external/kernel-headers/original/uapi/linux/
stm.h 28 * @width: number of requested channels
32 * @size field, fill out the @id and desired @width. In return, kernel
33 * fills out @master, @channel and @width.
39 __u16 width; member in struct:stp_policy_id
v4l2-mediabus.h 20 * @width: frame width
30 __u32 width; member in struct:v4l2_mbus_framefmt
  /external/libdrm/libkms/
api.c 68 unsigned width = 0; local
79 width = value;
92 if (width == 0 || height == 0)
98 (width != 64 || height != 64))
101 return kms->bo_create(kms, width, height, type, attr, out);
  /external/libdrm/tests/planetest/
bo.h 11 uint32_t width; member in struct:sp_bo
25 struct sp_bo *create_sp_bo(struct sp_dev *dev, uint32_t width, uint32_t height,
29 void draw_rect(struct sp_bo *bo, uint32_t x, uint32_t y, uint32_t width,
  /external/libpng/contrib/gregbook/
readppm.c 67 ulg width, height; variable
109 sscanf(ppmline, "%lu %lu", &width, &height);
121 *pWidth = width;
154 *pRowbytes = rowbytes = channels*width;

Completed in 1257 milliseconds

1 2 34 5 6 7 8 91011>>