Searched defs:width (Results 151 - 175 of 1072) sorted by relevance

1234567891011>>

/external/qemu/distrib/jpeg-6b/
H A Djdapistd.c204 * Initialize the jpeg decoder to decompressing a rectangle with size of (width, height)
206 * Align start_x and start_y to multiplies of iMCU width and height, respectively.
208 * (start_x, start_y) and (width, height), respectively.
213 int *start_x, int *start_y, int *width, int *height)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
249 *width = cinfo->output_width;
212 jpeg_init_read_tile_scanline(j_decompress_ptr cinfo, huffman_index *index, int *start_x, int *start_y, int *width, int *height) argument
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_BView.h63 virtual void FrameResized(float width, float height) { argument
66 bounds.right = width;
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_gl.c195 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags) argument
202 dim.w=width;
278 int ph_SetupOpenGLContext(_THIS, int width, int height, int bpp, Uint32 flags) argument
365 num_buffers, width, height, qnxgl_attribs, -1);
H A DSDL_phyuv.c71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display) argument
92 overlay->w = width;
130 overlay->hwdata->CurrentViewPort.size.w = width;
175 overlay->hwdata->props.src_dim.w = width;
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscossprite.c44 unsigned char *WIMP_CreateBuffer(int width, int height, int bpp) argument
67 bytesPerRow = bytesPerPixel * width;
91 regs.r[4] = width;
/external/qemu-pc-bios/vgabios/
H A Dvbetables-gen.c8 int width; member in struct:__anon9935
105 pitch = (pm->width + 7) / 8;
107 pitch = pm->width * ((pm->depth + 7) / 8);
111 pm->mode, pm->width, pm->height, pm->depth);
146 printf("/*Bit16u XResolution*/ %d,\n", pm->width);
/external/quake/quake/src/QW/client/
H A Dd_local.h44 unsigned width; member in struct:surfcache_s
48 byte data[4]; // width*height elements
H A Dmain.cpp32 void AndroidInit(int width, int height);
40 jint width, jint height) {
41 AndroidInit(width, height);
39 qinit(JNIEnv *env, jobject thiz, jint width, jint height) argument
H A Dvid.h30 int x,y,width,height; member in struct:vrect_s
40 unsigned rowbytes; // may be > width if displayed in a window
41 unsigned width; member in struct:__anon10077
43 float aspect; // width / height -- < 0 is taller than wide
H A Dvid_null.c28 vid.maxwarpwidth = vid.width = vid.conwidth = BASEWIDTH;
54 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
64 void D_EndDirectRect (int x, int y, int width, int height) argument
H A Dwad.h41 int width, height; member in struct:__anon10084
/external/quake/quake/src/WinQuake/
H A Dd_local.h44 unsigned width; member in struct:surfcache_s
48 byte data[4]; // width*height elements
H A Dvid.h30 int x,y,width,height; member in struct:vrect_s
40 unsigned rowbytes; // may be > width if displayed in a window
41 unsigned width; member in struct:__anon10524
43 float aspect; // width / height -- < 0 is taller than wide
H A Dvid_null.cpp47 vid.maxwarpwidth = vid.width = vid.conwidth = BASEWIDTH;
73 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) argument
83 void D_EndDirectRect (int x, int y, int width, int height) argument
H A Dwad.h41 int width, height; member in struct:__anon10542
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { argument
66 if (mWorkVector.x + width >= 0.0f && mWorkVector.x < params.gameWidth
71 bitmap.resize((int)texture.width, (int)texture.height);
73 bitmap.setWidth((int)width);
H A DMotionBlurComponent.java33 public int width; field in class:MotionBlurComponent.BlurRecord
74 mHistory[mCurrentStep].width = drawable.getWidth();
98 stepImage.setWidth(record.width);
H A DScrollableBitmap.java27 public ScrollableBitmap(Texture texture, int width, int height) { argument
28 super(texture, width, height);
H A DScrollerComponent.java35 public ScrollerComponent(float speedX, float speedY, int width, int height, Texture texture) { argument
38 setup(speedX, speedY, width, height);
43 public ScrollerComponent(float speedX, float speedY, int width, int height, TiledVertexGrid grid) { argument
46 setup(speedX, speedY, width, height);
75 public void setup(float speedX, float speedY, int width, int height) { argument
78 mWidth = width;
80 mHalfWidth = sSystemRegistry.contextParameters.gameWidth / 2.0f; //width / 2.0f;
/external/skia/bench/
H A DSkBenchmark.h58 void setStrokeWidth(SkScalar width) { argument
59 strokeWidth = width;
/external/skia/gm/
H A Dbitmapcopy.cpp30 static void draw_checks(SkCanvas* canvas, int width, int height) { argument
33 canvas->drawRectCoords(0, 0, width / 2, height / 2, paint);
35 canvas->drawRectCoords(width / 2, 0, width, height / 2, paint);
37 canvas->drawRectCoords(0, height / 2, width / 2, height, paint);
39 canvas->drawRectCoords(width / 2, height / 2, width, height, paint);
75 SkScalar width = SkIntToScalar(40); local
83 if (textWidth > width) {
84 width
[all...]
H A Dcolormatrix.cpp32 SkBitmap createBitmap(int width, int height) { argument
34 bm.setConfig(SkBitmap::kARGB_8888_Config, width, height);
39 for (int x = 0; x < width; ++x) {
41 paint.setColor(SkColorSetARGB(255, x * 255 / width, y * 255 / height, 0));
/external/skia/include/core/
H A DSkSize.h40 /** Set the width and height to 0 */
45 T width() const { return fWidth; } function in struct:SkTSize
48 /** If width or height is < 0, it is set to 0 */
/external/skia/include/gpu/
H A DGrGlyph.h49 int width() const { return fBounds.width(); } function in struct:GrGlyph
/external/skia/samplecode/
H A DSampleDash.cpp16 static void setBitmapDash(SkPaint* paint, int width) { argument
29 matrix.setScale(SkIntToScalar(width), SK_Scalar1);

Completed in 400 milliseconds

1234567891011>>