/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
settings.css | 6 width: 100% 14 width: 70%; 18 width: 100%;
|
/external/mesa3d/src/mesa/main/ |
texstorage.h | 31 GLsizei width); 36 GLsizei width, GLsizei height); 41 GLsizei width, GLsizei height, GLsizei depth); 48 GLsizei width); 53 GLsizei width, GLsizei height); 58 GLsizei width, GLsizei height, GLsizei depth);
|
/external/chromium_org/ash/system/tray/ |
fixed_sized_image_view.cc | 9 FixedSizedImageView::FixedSizedImageView(int width, int height) 10 : width_(width), 21 return gfx::Size(width_ ? width_ : size.width(),
|
/external/chromium_org/ppapi/shared_impl/ |
media_stream_video_track_shared.cc | 27 if (attributes.width < 0 || 28 attributes.width > kMaxWidth || 29 attributes.width & 0x3) {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMRect.h | 15 static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0); 19 void setWidth(double width) { m_width = width; }
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 44 GLsizei width, GLsizei height, 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
|
/external/chromium_org/third_party/skia/include/core/ |
SkBBHFactory.h | 21 virtual SkBBoxHierarchy* operator()(int width, int height) const = 0; 27 virtual SkBBoxHierarchy* operator()(int width, int height) const SK_OVERRIDE; 53 virtual SkBBoxHierarchy* operator()(int width, int height) const SK_OVERRIDE;
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/ |
VideoCodecInst.java | 24 "Width: " + width() + " " + 35 public native int width(); method in class:VideoCodecInst 36 public native void setWidth(int width);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_draw.c | 44 GLsizei width, GLsizei height, 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type,
|
/external/libyuv/files/source/ |
convert_from.cc | 34 int width, int height) { 37 width <= 0 || height == 0) { 50 int halfwidth = (width + 1) >> 1; 51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C; 73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); 114 int width, int height) { 117 width <= 0 || height == 0) { 133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); 136 int halfwidth = (width + 1) >> 1; 141 width, height [all...] |
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
PassComparer.java | 23 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
|
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/ |
sample.css | 27 width: 80px; 33 width: 240px;
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
sample.css | 27 width: 80px; 33 width: 240px;
|
/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
GLES3JNILib.java | 28 public static native void resize(int width, int height);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app.h | 43 extern void appRender(long tick, int width, int height);
|
/development/tools/yuv420sp2rgb/ |
cmdline.h | 9 int *width,
|
/device/asus/flo/camera/hdr/include/ |
morpho_easy_hdr_ext.h | 15 int width,
|
/device/lge/hammerhead/camera/hdr/include/ |
morpho_easy_hdr_ext.h | 15 int width,
|
/device/lge/mako/camera/hdr/include/ |
morpho_easy_hdr_ext.h | 15 int width,
|
/external/chromium_org/chrome/browser/resources/extensions/ |
pack_extension_overlay.css | 7 width: 520px; 15 width: 260px;
|
/external/chromium_org/chrome/browser/resources/history/ |
alert_overlay.css | 6 min-width: 7em; 14 width: 400px;
|
/external/chromium_org/chrome/browser/resources/translate_internals/ |
translate_internals.css | 16 width: 100%; 23 border-width: 1px; 50 width: 100%; 56 border-width: 1px; 64 width: 10%; 68 width: 20%; 76 width: 10%; 80 width: 10%; 84 width: 5%; 88 width: 10% [all...] |
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_resources.h | 17 // a tab of the given |width| and |height|, for input event hit testing. 20 static void GetHitTestMask(int width,
|
/external/chromium_org/chrome/common/ |
web_application_info.cc | 7 WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
|
/external/chromium_org/ppapi/c/ |
pp_size.h | 16 * This file defines the width and height of a 2D rectangle. 28 /** This value represents the width of the rectangle. */ 29 int32_t width; member in struct:PP_Size 39 /** This value represents the width of the rectangle. */ 40 float width; member in struct:PP_FloatSize 54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as 57 * @param[in] w An int32_t value representing a width. 64 ret.width = w; 71 * width and height as float values. 73 * @param[in] w An float value representing a width [all...] |