/external/bison/examples/calc++/ |
position.hh | 109 operator+= (position& res, const int width) 111 res.columns (width); 117 operator+ (const position& begin, const int width) 120 return res += width; 125 operator-= (position& res, const int width) 127 return res += -width; 132 operator- (const position& begin, const int width) 134 return begin + -width;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_host_pairing.css | 10 width: 720px;
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_title.css | 5 width: 100%;
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
snapshot_view.css | 7 width: 4em; 25 width: 13em; 31 width: 6em; 36 width: 7em;
|
/external/chromium_org/chrome/browser/resources/options/ |
startup_overlay.css | 6 min-width: 500px; 15 width: 40%; 24 max-width: 700px; 28 width: 100%;
|
/external/chromium_org/chrome/browser/ui/ |
chrome_style.cc | 17 DCHECK_EQ(image->width(), image->height()); 18 return image->width();
|
/external/chromium_org/extensions/renderer/resources/ |
image_util.js | 7 // |width| and |height| which are the maximum dimensions to be used when 20 if (img.width <= 0 || img.height <= 0) { 26 if (imageSpec.width && imageSpec.width < img.width) 27 scaleFactor = imageSpec.width / img.width; 35 canvas.width = img.width * scaleFactor; 39 canvas_context.clearRect(0, 0, canvas.width, canvas.height) [all...] |
/external/chromium_org/gpu/gles2_conform_support/native/ |
egl_native.cc | 14 const char *title, int width, int height, 24 int width, int height, int format,
|
/external/chromium_org/media/video/capture/mac/ |
platform_video_capturing_mac.h | 34 // setCaptureHeight:width:frameRate. If |deviceId| is nil, capture is stopped 41 width:(int)width
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Interactive/resources/ |
window-resize.js | 5 var portrait = { width: window.innerWidth, height: window.innerHeight }; 6 var landscape = { width: window.innerHeight, height: window.innerWidth }; 9 window.resizeTo(portrait.width, portrait.height); 11 window.resizeTo(landscape.width, landscape.height);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/ |
large-table-with-collapsed-borders.js | 11 function createTable(width, height, colspan) { 15 for (var x = 0; x < width; ++x) { 24 function createTestFunction(width, height, colspan) { 26 var table = createTable(width, height, colspan);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ClientRect.idl | 34 readonly attribute float width;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGForeignObjectElement.idl | 29 readonly attribute SVGAnimatedLength width;
|
SVGUseElement.idl | 32 readonly attribute SVGAnimatedLength width;
|
/external/chromium_org/third_party/icu/source/samples/layout/ |
rsurface.cpp | 17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height) 21 rs->drawGlyphs((const LEFontInstance *) font, glyphs, count, positions, x, y, width, height);
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
gtkvideorenderer.h | 48 virtual bool SetSize(int width, int height, int reserved); 53 bool Initialize(int width, int height);
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
rotate.h | 63 int width, int height); 68 int width, int height); 73 int width, int height); 79 int width, int height); 89 int width, int height); 95 int width, int height); 104 int width, int height); 110 int width, int height);
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
rotate.h | 63 int width, int height); 68 int width, int height); 73 int width, int height); 79 int width, int height); 89 int width, int height); 95 int width, int height); 104 int width, int height); 110 int width, int height);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.h | 45 unsigned width, height; member in struct:nouveau_surface 52 unsigned width, unsigned height);
|
/external/chromium_org/third_party/webrtc/test/gl/ |
gl_renderer.h | 38 void ResizeViewport(size_t width, size_t height); 46 void ResizeVideo(size_t width, size_t height);
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/ |
vie_file_based_comparison_tests.h | 42 int width, 51 int width,
|
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
tb_video_channel.h | 27 int width = 352, int height = 288, int frameRate = 30, 32 void SetFrameSettings(int width, int height, int frameRate);
|
/external/chromium_org/ui/views/test/ |
test_views.h | 33 void set_preferred_width(int width) { preferred_width_ = width; } 39 // The multiplicative factor between width and height, i.e. 40 // height = width * factor_. 43 // The width used as the preferred size. -1 if not used.
|
/external/deqp/framework/platform/win32/ |
tcuWin32Window.hpp | 36 Win32Window (HINSTANCE instance, int width, int height); 40 void setSize (int width, int height);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruPoolStrategy.java | 7 public Bitmap get(int width, int height, Bitmap.Config config); 10 public String logBitmap(int width, int height, Bitmap.Config config);
|