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

<<11121314151617181920>>

  /external/libvncserver/examples/
pnmshow.c 19 int i,j,k,l,width,height,paddedWidth; local
53 /* get width & height */
54 sscanf(buffer,"%d %d",&width,&height);
55 rfbLog("Got width %d and height %d.\n",width,height);
59 width=1+((width-1)|7);
62 paddedWidth = width;
63 if(width&3)
64 paddedWidth+=4-(width&3)
    [all...]
  /external/libvpx/libvpx/test/
add_noise_test.cc 23 // TODO(jimbankoski): make width and height integers not unsigned.
25 int blackclamp, int whiteclamp, int width,
43 const int width = 64; local
45 const int image_size = width * height;
54 GetParam()(s, noise, clamp, clamp, width, height, width));
58 for (int i = 0; i < image_size - 6 * width - 6; ++i) {
61 const double vd = stddev6(s[i] - 99, s[i + width] - 99,
62 s[i + 2 * width] - 99, s[i + 3 * width] - 99
95 const int width = 64; local
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 216 int width = dest_width; local
220 for (i = 0; i < width; i++) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 38 * Adjust x, y, width, height to lie on tile bounds.
41 adjust_to_tile_bounds(unsigned x, unsigned y, unsigned width, unsigned height,
47 *w_tile = ((x + width + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *x_tile;
66 unsigned width = src_box->width; local
95 src_box->width, src_box->height, src_box->depth);
103 adjust_to_tile_bounds(src_box->x, src_box->y, width, height,
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
131 tx + x + TILE_SIZE <= dstx + width ?
166 width, height
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h 13 uint32_t width; member in struct:nv30_surface
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUAsmPrinter.cpp 72 unsigned width = 0; local
89 width = 1;
92 width = 1;
95 width = 2;
98 width = 2;
101 width = 4;
104 width = 4;
107 width = 8;
112 maxUsed = hwReg + width - 1;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 256 unsigned width, height, layer; local
268 width = u_minify(tc->texture->width0, addr.bits.level);
283 0, 0, width, height);
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 54 unsigned int width; member in struct:__anon27564
79 VAStatus vlVaCreateSurfaces (VADriverContextP ctx,int width,int height,int format,int num_surfaces,VASurfaceID *surfaces);
109 VAStatus vlVaCreateImage(VADriverContextP ctx,VAImageFormat *format,int width,int height,VAImage *image);
113 VAStatus vlVaGetImage(VADriverContextP ctx,VASurfaceID surface,int x,int y,unsigned int width,unsigned int height,VAImageID image);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_framebuffer.h 83 unsigned width; member in struct:stw_framebuffer
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_blocks.c 34 const unsigned int width = 16, height = 16; local
53 width,
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
test_subpicture.c 57 const unsigned int width = 16, height = 16; local
77 width,
98 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
149 /* Test huge width */
153 /* Test huge width & height */
165 /* Test width & height assigned and correct */
166 assert(subpicture.width == width && subpicture.height == height);
  /external/mesa3d/src/glx/apple/
apple_glx_surface.c 52 unsigned int width = 0, height = 0, bd, depth; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
56 apple_glapi_oglfw_viewport_scissor(0, 0, width, height);
  /external/mesa3d/src/glx/
singlepix.c 61 GLint width, height; local
64 width = reply.width;
67 widthsize = __glImageSize(width, 1, 1, format, type, 0);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
151 const GLint width = reply.width; local
154 __glImageSize(width, 1, 1, format, type, 0);
179 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 87 GLuint width = mt->width0; local
97 mt->total_width = ALIGN(width, mt->align_w);
104 pack_x_pitch = width;
114 width, height, depth);
130 width = minify(width);
138 if (pack_x_pitch > ALIGN(width, mt->align_w)) {
139 pack_x_pitch = ALIGN(width, mt->align_w);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Define.h 18 int32_t width; member in struct:JBig2RegionInfo
  /external/pdfium/fpdfsdk/
fpdfview_embeddertest.cpp 338 const int width = static_cast<int>(FPDF_GetPageWidth(page)); local
340 EXPECT_EQ(612, width);
344 CompareBitmap(bitmap, width, height, kAllBlackMd5sum);
360 rect.right = width;
363 bitmap = FPDFBitmap_Create(width, height, 0);
364 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, 0xFFFFFFFF);
366 CompareBitmap(bitmap, width, height, kAllBlackMd5sum);
373 bitmap = FPDFBitmap_Create(width, height, 0);
374 FPDFBitmap_FillRect(bitmap, 0, 0, width, height, 0xFFFFFFFF);
376 CompareBitmap(bitmap, width, height, kTopLeftQuarterBlackMd5sum)
    [all...]
  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 41 pdfium::base::CheckedNumeric<FX_FLOAT> width = x2; local
42 width -= x1;
43 if (!width.IsValid())
50 FX_FLOAT deltax = width.ValueOrDefault(0);
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 71 int width = (int)(image.getWidth(null) * scale_x); local
74 graphics.drawImage(image, xt, yt, width, height, null);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRect.java 42 public int width() { method in class:ShadowRect
  /external/skia/gm/
beziers.cpp 30 SkScalar width = rand.nextRangeScalar(1, 5); local
31 width *= width;
32 paint->setStrokeWidth(width);
50 SkScalar width = rand.nextRangeScalar(1, 5); local
51 width *= width;
52 paint->setStrokeWidth(width);
  /external/skia/src/core/
SkStrokeRec.cpp 87 void SkStrokeRec::setStrokeStyle(SkScalar width, bool strokeAndFill) {
88 if (strokeAndFill && (0 == width)) {
92 fWidth = width;
161 SkScalar width = SkPaint::kFill_Style == style ? -SK_Scalar1 : paint.getStrokeWidth(); local
162 return get_inflation_bounds(paint.getStrokeJoin(), width, paint.getStrokeMiter());
  /external/skia/src/gpu/
GrSurfaceContext.h 40 int width() const { return this->asSurfaceProxy()->width(); } function in class:GrSurfaceContext
61 SkIRect::MakeWH(src->width(), src->height()),
  /external/skia/src/ports/
SkImageGeneratorWIC.cpp 62 UINT width; local
64 hr = imageSource->GetSize(&width, &height);
123 SkImageInfo info = SkImageInfo::MakeS32(width, height, alphaType);
SkTypeface_win_dw.h 28 int width = font->GetStretch(); local
36 return SkFontStyle(weight, width, slant);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Device.hpp 33 unsigned int width; member in struct:es1::Viewport
49 virtual egl::Image *createDepthStencilSurface(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);
50 virtual egl::Image *createRenderTarget(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool lockable);

Completed in 704 milliseconds

<<11121314151617181920>>