/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosFullScreenVideo.c | 61 int FULLSCREEN_SetMode(int width, int height, int bpp); 91 extern unsigned char *WIMP_CreateBuffer(int width, int height, int bpp); 97 int width, int height, int bpp, Uint32 flags) 130 if (FULLSCREEN_SetMode(width, height, bpp) == 0) 136 /* printf("Setting mode %dx%d\n", width, height); */ 146 current->w = width; 151 /* Get screen width in bytes */ 152 regs.r[1] = 6; // Screen Width in bytes 194 this->hidden->bank[0] = WIMP_CreateBuffer(width, height, bpp); 468 int width; local 749 int width = this->screen->w; local [all...] |
/external/quake/quake/src/QW/client/ |
d_local.h | 44 unsigned width; member in struct:surfcache_s 48 byte data[4]; // width*height elements
|
gl_vidlinuxglx.c | 94 void D_BeginDirectRect (int x, int y, byte *pbitmap, int width, int height) 98 void D_EndDirectRect (int x, int y, int width, int height) 248 vid.width / 2, vid.height / 2); 297 mouse_x = (float) ((int)event.xmotion.x - (int)(vid.width/2)); 303 (vid.width/2), (vid.height/2)); 507 void GL_BeginRendering (int *x, int *y, int *width, int *height) 512 *width = scr_width; 518 // glViewport (*x, *y, *width, *height); 599 int width = 640, height = 480; local 620 if ((i = COM_CheckParm("-width")) != 0 [all...] |
/external/quake/quake/src/WinQuake/ |
d_local.h | 44 unsigned width;
member in struct:surfcache_s 48 byte data[4]; // width*height elements
|
r_main.cpp | 158 r_notexture_mip->width = r_notexture_mip->height = 16;
324 pvrect->width = pvrectin->width * size;
325 if (pvrect->width < 96)
327 size = 96.0 / pvrectin->width;
328 pvrect->width = 96; // min for icons
330 pvrect->width &= ~7;
337 pvrect->x = (pvrectin->width - pvrect->width)/2;
373 r_refdef.vrectright = r_refdef.vrect.x + r_refdef.vrect.width;
[all...] |
/external/skia/include/effects/ |
Sk1DPathEffect.h | 29 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width); 67 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width);
|
/external/skia/src/core/ |
SkBitmapSampler.cpp | 39 SkASSERT(bm.width() > 0 && bm.height() > 0); 41 fMaxX = SkToU16(bm.width() - 1); 339 if (is_pow2(bm.width()) && is_pow2(bm.height())) 344 if (is_pow2(bm.width()) && is_pow2(bm.height())) 366 if (is_pow2(bm.width()) && is_pow2(bm.height())) 371 if (is_pow2(bm.width()) && is_pow2(bm.height())) 393 if (is_pow2(bm.width()) && is_pow2(bm.height())) 398 if (is_pow2(bm.width()) && is_pow2(bm.height()))
|
SkScan_Hairline.cpp | 152 int width = r.width(); 155 if ((width | height) == 0) 157 if (width <= 2 || height <= 2) 159 blitter->blitRect(r.fLeft, r.fTop, width, height); 163 blitter->blitH(r.fLeft, r.fTop, width); // top 166 blitter->blitH(r.fLeft, r.fBottom - 1, width); // bottom 335 if (r.width() <= diameter || r.height() <= diameter)
|
/external/skia/src/effects/ |
SkDiscretePathEffect.cpp | 37 bool SkDiscretePathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) 39 bool doFill = *width < 0;
|
/external/skia/src/gl/ |
SkGLDevice.cpp | 99 const int w = this->width(); 198 matrix.postScale(max.fX / bitmap.width(), max.fY / bitmap.height()); 247 SkScalar width = paint.getStrokeWidth(); local 248 if (width < 0) { 258 if (width <= 0) { 259 width = SK_Scalar1; 263 glPointSize(SkScalarToFloat(width)); 265 glLineWidth(SkScalarToFloat(width)); 292 SkScalar width) { 293 const SkScalar rad = SkScalarHalf(width); 326 SkScalar width = paint.getStrokeWidth(); local [all...] |
SkGLTextCache.h | 22 int width() const { return fStrikeWidth; } function in class:SkGLTextCache::Strike 34 Strike(Strike* next, int width, int height);
|
/external/skia/src/images/ |
SkImageDecoder_libpng.cpp | 101 for (int x = bm->width() - 1; x >= 0; --x) { 511 int width, char* SK_RESTRICT dst); 513 static void transform_scanline_565(const char* SK_RESTRICT src, int width, 516 for (int i = 0; i < width; i++) { 524 static void transform_scanline_888(const char* SK_RESTRICT src, int width, 527 for (int i = 0; i < width; i++) { 535 static void transform_scanline_444(const char* SK_RESTRICT src, int width, 538 for (int i = 0; i < width; i++) { 546 static void transform_scanline_8888(const char* SK_RESTRICT src, int width, 552 for (int i = 0; i < width; i++) [all...] |
bmpdecoderhelper.h | 65 * This is called once for an image. It is passed the width and height and 71 virtual uint8* SetSize(int width, int height) = 0;
|
/external/webkit/WebCore/editing/mac/ |
SelectionControllerMac.mm | 59 CGRect cgCaretRect = CGRectMake(selectionRect.x(), selectionRect.y(), selectionRect.width(), selectionRect.height()); 60 CGRect cgViewRect = CGRectMake(viewRect.x(), viewRect.y(), viewRect.width(), viewRect.height());
|
/external/webkit/WebCore/manual-tests/ |
liveconnect-applet-array-parameters.html | 22 <applet name="arraytestapplet" code="ArrayParameterTestApplet.class" codebase="resources" width="0" height="0" mayscript="true"> 28 height="100" width="200">
|
scrollIntoView-horizontal.html | 24 <div style="height: 500px; width: 1200px; border: 1px solid;">here is a big empty div</div> 30 <div style="height: 500px; width: 1200px; border: 1px solid; position: absolute; top: 1300px;">here is a big empty div</div>
|
show-hide-object.html | 52 <object id="scopeFlash" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> 56 <embed src="resources/spinbox.swf" width="300" height="200" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
|
stale-currentEvent.html | 12 inner_win = window.open(src, 'inner', 'width=200, height=200, left=' + (screenLeft + tp.offsetLeft) + ', top=' + (screenTop + outerHeight - innerHeight + tp.offsetTop)); 53 <div style="background: black; width: 200px; height:200px">
|
transition-timing-functions.html | 16 width: 250px; 65 width: 10px;
|
/external/webkit/WebCore/platform/android/ |
ScreenAndroid.cpp | 72 return FloatRect(0.0, 0.0, rect.width(), rect.height()); 80 return FloatRect(0.0, 0.0, rect.width(), rect.height());
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 69 if (scrollbar->width() < 2 * thickness) 71 return IntRect(scrollbar->x() + bs.width(), scrollbar->y(), scrollbar->width() - 2 * bs.width(), thickness); 280 int width = scrollbar->width() < 2 * girth ? scrollbar->width() / 2 : girth; local 281 return IntSize(width, thickness);
|
/external/webkit/WebCore/platform/graphics/ |
GeneratedImage.cpp | 44 context->scale(FloatSize(dstRect.width() / srcRect.width(), dstRect.height() / srcRect.height()));
|
/external/webkit/WebCore/platform/graphics/android/ |
BitmapAllocatorAndroid.cpp | 61 // SkDebugf("ashmem [%d %d]\n", bitmap->width(), bitmap->height()); 64 // SkDebugf("globalpool [%d %d]\n", bitmap->width(), bitmap->height());
|
/external/webkit/WebCore/platform/qt/ |
PlatformScreenQt.cpp | 81 return FloatRect(r.x(), r.y(), r.width(), r.height()); 87 return FloatRect(r.x(), r.y(), r.width(), r.height());
|
/external/webkit/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 151 scrollbar->width() < 2 * thickness ? scrollbar->width() / 2 : thickness, thickness); 169 int w = scrollbar->width() < 2 * thickness ? scrollbar->width() / 2 : thickness; 170 return IntRect(scrollbar->x() + scrollbar->width() - w, scrollbar->y(), w, thickness); 181 if (scrollbar->width() < 2 * thickness) 183 return IntRect(scrollbar->x() + thickness, scrollbar->y(), scrollbar->width() - 2 * thickness, thickness); 322 return IntRect(thumbRect.x() + (thumbRect.width() - gripperThickness) / 2,
|