HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 26 - 50 of 9619) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.css 8 width: 300px;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.css 8 width: 300px;
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmoke.java 22 protected MagicSmokeRS createScene(int width, int height) {
23 return new MagicSmokeRS(this, width, height);
  /external/chromium_org/third_party/WebKit/public/platform/
WebFloatSize.h 47 float width; member in struct:WebKit::WebFloatSize
50 bool isEmpty() const { return width <= 0 || height <= 0; }
53 : width(0)
58 WebFloatSize(float width, float height)
59 : width(width)
66 : width(s.width())
73 width = s.width();
    [all...]
WebSize.h 47 int width; member in struct:WebKit::WebSize
50 bool isEmpty() const { return width <= 0 || height <= 0; }
53 : width(0)
58 WebSize(int width, int height)
59 : width(width)
66 : width(s.width())
73 width = s.width();
    [all...]
WebFloatRect.h 48 float width; member in struct:WebKit::WebFloatRect
51 bool isEmpty() const { return width <= 0 || height <= 0; }
56 , width(0)
61 WebFloatRect(float x, float y, float width, float height)
64 , width(width)
73 , width(r.width())
82 width = r.width();
    [all...]
WebRect.h 48 int width; member in struct:WebKit::WebRect
51 bool isEmpty() const { return width <= 0 || height <= 0; }
56 , width(0)
61 WebRect(int x, int y, int width, int height)
64 , width(width)
73 , width(r.width())
82 width = r.width();
    [all...]
  /development/ndk/samples/hello-neon/jni/
helloneon-intrinsics.h 20 void fir_filter_neon_intrinsics(short *output, const short* input, const short* kernel, int width, int kernelSize);
  /external/chromium_org/chrome/browser/resources/
about_version_android.css 7 width: 90%;
11 width: auto;
about_nacl.css 7 width: 200px;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Rectangle.java 41 public final float x, y, width, height; field in class:Rectangle
47 * @param width the width of the rectangle
50 public Rectangle(float x, float y, float width, float height) {
53 this.width = width;
  /frameworks/av/cmds/stagefright/
jpeg.h 4 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);
  /packages/apps/Mms/src/com/android/mms/ui/
AdaptableSlideViewInterface.java 27 void setTextRegion(int left, int top, int width, int height);
31 void setImageRegion(int left, int top, int width, int height);
35 void setVideoRegion(int left, int top, int width, int height);
43 void onSizeChanged(int width, int height);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 33 * Returns the width of the Shape.
61 * @param width the width of the shape (in pixels)
64 public final void resize(float width, float height) {
65 if (width < 0) {
66 width = 0;
71 if (mWidth != width || mHeight != height) {
72 mWidth = width;
74 onResize(width, height);
91 * @param width the new width of the Shap
    [all...]
  /device/asus/flo/camera/hdr/include/
morpho_get_image_size.h 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format);
    [all...]
  /device/lge/mako/camera/hdr/include/
morpho_get_image_size.h 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ColorSpace.java 31 * The input data is expected to be laid out in 3 planes. The width x height Y plane, followed
38 * @param width the width of the image (must be a multiple of 2)
42 ByteBuffer input, ByteBuffer output, int width, int height) {
43 expectInputSize(input, (3 * width * height) / 2);
44 expectOutputSize(output, width * height * 4);
45 nativeYuv420pToRgba8888(input, output, width, height);
57 * @param width the width of the image
61 ByteBuffer input, ByteBuffer output, int width, int height)
    [all...]
  /hardware/qcom/camera/hdr/include/
morpho_get_image_size.h 22 * @param width ??
30 morpho_getImageSize(int width, int height, const char *p_format);
35 * @param width ??
43 morpho_getImageSizeY(int width, int height, const char *p_format);
48 * @param width ??
56 morpho_getImageSizeU(int width, int height, const char *p_format);
61 * @param width ??
69 morpho_getImageSizeV(int width, int height, const char *p_format);
74 * @param width ??
82 morpho_getImageSizeUV(int width, int height, const char *p_format);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
swconverter.h 115 * real width of yuv420[in]
126 unsigned int width,
141 * real width of yuv420s[in]
150 unsigned int width,
168 * real width of yuv420p[in]
177 unsigned int width,
192 * real width of yuv420[in]
203 unsigned int width,
221 * real width of yuv420[in]
231 unsigned int width,
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_utils.cpp 25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width)
42 comp += width;
43 prev += width;
53 comp += width;
54 prev += width;
64 comp += width;
65 prev += width;
74 comp += width;
75 prev += width;
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width)
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_browsertest.cc 24 DCHECK(primary_display_area.width() == 800);
46 EXPECT_EQ(panel1->GetBounds().width(), panel1->GetRestoredBounds().width());
47 EXPECT_EQ(panel2->GetBounds().width(), panel2->GetRestoredBounds().width());
48 EXPECT_EQ(panel3->GetBounds().width(), panel3->GetRestoredBounds().width());
60 // The active panel should be at full width.
61 EXPECT_EQ(panel7->GetBounds().width(), panel7->GetRestoredBounds().width());
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 42 int width, int height, boolean reverseHorizontal) {
43 super(width, height);
45 if (left + width > dataWidth || top + height > dataHeight) {
55 reverseHorizontal(width, height);
64 int width = getWidth(); local
65 if (row == null || row.length < width) {
66 row = new byte[width];
69 System.arraycopy(yuvData, offset, row, 0, width);
75 int width = getWidth(); local
80 if (width == dataWidth && height == dataHeight)
110 int width = getWidth(); local
    [all...]
  /dalvik/dx/tests/028-class-attrib-EnclosingMethod/
run 17 dx --debug --dump --width=200 small-class-1.txt small-class-2.txt
  /external/chromium/chrome/browser/resources/options/
certificate_manager.css 8 width: 100%;
  /external/chromium_org/cc/test/
pixel_test_software_output_device.cc 10 gfx::Size expanded_size(size.width() + surface_expansion_size_.width(),

Completed in 3179 milliseconds

12 3 4 5 6 7 8 91011>>