HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 101 - 125 of 11432) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_controller_pairing.css 8 height: 601px;
19 height: 200px;
27 height: 300px;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/
newTab.css 11 height: 200px;
17 height: 200px;
23 height: 200px;
  /external/chromium_org/ui/webui/resources/css/
bubble_button.css 9 height: 0;
10 line-height: 1;
17 height: 16px;
  /external/chromium_org/ash/system/tray/
fixed_sized_image_view.cc 9 FixedSizedImageView::FixedSizedImageView(int width, int height)
11 height_(height) {
22 height_ ? height_ : size.height());
  /external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared.cc 32 if (attributes.height < 0 ||
33 attributes.height > kMaxHeight ||
34 attributes.height & 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);
20 void setHeight(double height) { m_height = height; }
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
convert_argb.cc 31 int width, int height) {
33 width <= 0 || height == 0) {
36 // Negative height means invert the image.
37 if (height < 0) {
38 height = -height;
39 src_argb = src_argb + (height - 1) * src_stride_argb;
44 width * 4, height);
54 int width, int height) {
63 width <= 0 || height == 0)
    [all...]
  /external/chromium_org/third_party/libyuv/source/
convert_argb.cc 31 int width, int height) {
33 width <= 0 || height == 0) {
36 // Negative height means invert the image.
37 if (height < 0) {
38 height = -height;
39 src_argb = src_argb + (height - 1) * src_stride_argb;
44 width * 4, height);
54 int width, int height) {
63 width <= 0 || height == 0)
    [all...]
  /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 25 "Height: " + height() + " " +
37 public native int height(); method in class:VideoCodecInst
38 public native void setHeight(int height);
  /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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraSize.java 14 public void __constructor__(Camera camera, int width, int height) {
16 realCameraSize.height = height;
  /external/skia/src/utils/
SkGatherPixelRefsAndRects.cpp 14 if (0 == pict->width() || 0 == pict->height()) {
18 SkGatherPixelRefsAndRectsDevice device(pict->width(), pict->height(), prCont);
22 SkIntToScalar(pict->height())),
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 33 int height = 100; local
34 Bitmap b1 = Bitmap.createBitmap(width / 2, height, Config.ARGB_8888);
36 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888);
39 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888);
48 canvas.drawBitmap(b2, 0, height / 2, p);
49 assertEquals(Color.RED, target.getPixel(width / 4, height / 4));
50 int lowerLeft = target.getPixel(width / 4, height * 3 / 4);
53 int lowerRight = target.getPixel(width * 3 / 4, height * 3 / 4);
61 canvas.drawBitmap(b2, 0, height / 2, p);
62 assertEquals(Color.RED, target.getPixel(width / 4, height / 4))
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
PassComparer.java 24 int height) {
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.css 26 height: 48px;
34 height: 180px;
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.css 26 height: 48px;
34 height: 180px;
  /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 8 int *height,
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr_ext.h 16 int height,
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr_ext.h 16 int height,
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr_ext.h 16 int height,
  /external/chromium_org/chrome/browser/ui/tabs/
tab_resources.h 17 // a tab of the given |width| and |height|, for input event hit testing.
21 int height,

Completed in 744 milliseconds

1 2 3 45 6 7 8 91011>>