/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11yuv_c.h | 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
|
/external/quake/quake/src/QW/client/ |
menu.h | 38 void M_DrawTextBox (int x, int y, int width, int lines);
|
/external/skia/bench/ |
BitmapBench.cpp | 18 const int w = bm.width(); 67 dst->setConfig(SkBitmap::kIndex8_Config, src.width(), src.height()); 77 for (int x = src.width() - 1; x >= 0; --x) { 151 const SkScalar x0 = SkIntToScalar(-bitmap.width() / 2);
|
/external/skia/include/core/ |
SkBitmap.h | 35 The SkBitmap class specifies a raster bitmap. A bitmap has an integer width 57 /** Default construct creates a bitmap with zero width and height, and no pixels. 93 /** Return the bitmap's width, in pixels. 95 int width() const { return fWidth; } function in class:SkBitmap 115 /** Return the rowbytes expressed as a number of pixels (like width and 155 /** Given a config and a width, this computes the optimal rowBytes value. This is called automatically 158 static int ComputeRowBytes(Config c, int width); 172 static Sk64 ComputeSize64(Config, int width, int height); 173 static size_t ComputeSize(Config, int width, int height); 179 void setConfig(Config, int width, int height, int rowBytes = 0) [all...] |
/external/skia/include/effects/ |
SkCornerPathEffect.h | 37 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width);
|
SkDiscretePathEffect.h | 36 virtual bool filterPath(SkPath* dst, const SkPath& src, SkScalar* width);
|
/external/skia/include/views/ |
SkOSWindow_Unix.h | 36 void setSize(int width, int height);
|
SkOSWindow_Win.h | 27 void setSize(int width, int height);
|
SkOSWindow_wxwidgets.h | 35 SkOSWindow(const wxString& title, int x, int y, int width, int height);
|
/external/skia/src/core/ |
SkSpriteBlitter.h | 36 virtual void blitH(int x, int y, int width);
|
/external/skia/src/effects/ |
Sk1DPathEffect.cpp | 21 bool Sk1DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) 79 bool SkPath1DPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width) 83 *width = -1; 84 return this->INHERITED::filterPath(dst, src, width);
|
/external/skia/src/images/ |
SkScaledBitmapSampler.h | 47 int width, int deltaSrc, int y,
|
/external/skia/src/svg/ |
SkSVGUse.cpp | 23 SVG_ATTRIBUTE(width),
|
/external/skia/src/views/ |
SkTextBox.cpp | 76 int SkTextLineBreaker::CountLines(const char text[], size_t len, const SkPaint& paint, SkScalar width) 81 if (width > 0) 85 text += linebreak(text, stop, paint, width); 150 SkScalar marginWidth = fBox.width();
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
exception-010-n.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
exception-011-n.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/FunctionObjects/ |
apply-001-n.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/ |
10.1.3.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
regress-23346.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/FunExpr/ |
fe-001-n.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
fe-001.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
fe-002.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/NumberFormatting/ |
tostring-001.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-24712.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
regress-28686.js | 1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|