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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/options/
alert_overlay.css 6 width: 400px;
spelling_confirm_overlay.css 7 width: 500px;
do_not_track_confirm_overlay.css 6 width: 500px;
factory_reset_overlay.css 6 max-width: 550px;
  /external/chromium_org/third_party/WebKit/Source/core/html/
TextMetrics.idl 27 readonly attribute float width;
  /external/chromium_org/ui/gfx/
favicon_size.cc 11 void CalculateFaviconTargetSize(int* width, int* height) {
12 if (*width > kFaviconSize || *height > kFaviconSize) {
14 float aspect_ratio = static_cast<float>(*width) /
17 *width = static_cast<int>(aspect_ratio * *height);
18 if (*width > kFaviconSize) {
19 *width = kFaviconSize;
20 *height = static_cast<int>(*width / aspect_ratio);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
Size.java 23 public final int width; field in class:Size
26 public Size(int width, int height) {
27 this.width = width;
SelectableResolution.java 24 public final int width; field in class:SelectableResolution
30 public SelectableResolution(int cameraId, int width, int height) {
32 this.width = width;
40 return "Cam " + cameraId + ": " + width + " x " + height + " - "
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/
config.css 8 width: 500px;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 42 * side is located at the width/height coordinates (width, height, 0).
48 private float width; field in class:Quad
58 * Create a quad with the given width and height. The quad
61 * @param width The X extent or width
62 * @param height The Y extent or width
64 public Quad(float width, float height){
65 updateGeometry(width, height);
69 * Create a quad with the given width and height. The qua
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c 20 int DequantizeLevels(uint8_t* const data, int width, int height) {
21 if (data == NULL || width <= 0 || height <= 0) return 0;
23 (void)width;
  /external/webp/src/utils/
quant_levels_dec.c 20 int DequantizeLevels(uint8_t* const data, int width, int height) {
21 if (data == NULL || width <= 0 || height <= 0) return 0;
23 (void)width;
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
23 GrAssert(width >= 0);
29 int width() const { return fWidth; } function in class:GrRectanizer
32 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
44 static GrRectanizer* Factory(int width, int height);
  /external/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
23 GrAssert(width >= 0);
29 int width() const { return fWidth; } function in class:GrRectanizer
32 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
44 static GrRectanizer* Factory(int width, int height);
  /dalvik/dx/tests/008-field/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/009-method/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/011-class-attrib-Synthetic/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/012-class-attrib-SourceFile/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/013-class-attrib-Deprecated/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/014-field-attrib-ConstantValue/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/015-field-attrib-Synthetic/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/016-field-attrib-Deprecated/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/025-class-attrib-Signature/
run 17 dx --debug --dump --width=200 small-class.txt
  /dalvik/dx/tests/026-field-attrib-Signature/
run 17 dx --debug --dump --width=200 small-class.txt

Completed in 914 milliseconds

1 2 3 4 5 6 7 8 91011>>