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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium-trace/trace-viewer/src/tracing/tracks/
slice_track.css 7 height: 18px;
spacing_track.css 6 height: 4px;
object_instance_track.css 7 height: 18px;
counter_track.css 7 height: 30px;
ruler_track.css 7 height: 12px;
11 height: 24px;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
Size.java 24 public final int height; field in class:Size
26 public Size(int width, int height) {
28 this.height = height;
SelectableResolution.java 25 public final int height; field in class:SelectableResolution
30 public SelectableResolution(int cameraId, int width, int height) {
33 this.height = height;
40 return "Cam " + cameraId + ": " + width + " x " + height + " - "
  /external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/
config.css 7 height: 300px;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
browser_options.css 6 min-height: 64px;
  /external/chromium_org/ui/gfx/
favicon_size.cc 11 void CalculateFaviconTargetSize(int* width, int* height) {
12 if (*width > kFaviconSize || *height > kFaviconSize) {
15 static_cast<float>(*height);
16 *height = kFaviconSize;
17 *width = static_cast<int>(aspect_ratio * *height);
20 *height = static_cast<int>(*width / aspect_ratio);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Quad.java 42 * side is located at the width/height coordinates (width, height, 0).
49 private float height; field in class:Quad
58 * Create a quad with the given width and height. The quad
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 quad
73 * @param height The Y extent or width
77 public Quad(float width, float height, boolean flipCoords)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
24 GrAssert(height >= 0);
30 int height() const { return fHeight; } function in class:GrRectanizer
32 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
35 // return the Y-coordinate of a strip that should be purged, given height
38 virtual int stripToPurge(int height) const = 0;
44 static GrRectanizer* Factory(int width, int height);
GrRectanizer.cpp 30 return fAreaSoFar / ((float)this->width() * this->height());
33 virtual int stripToPurge(int height) const { return -1; }
49 static int HeightToRowIndex(int height) {
50 GrAssert(height >= MIN_HEIGHT_POW2);
51 return 32 - SkCLZ(height - 1);
57 bool canAddStrip(int height) const {
58 return fNextStripY + height <= this->height();
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
70 (unsigned)height > (unsigned)this->height())
    [all...]
GrRectanizer_fifo.cpp 30 return fAreaSoFar / ((float)this->width() * this->height());
33 virtual int stripToPurge(int height) const { return -1; }
49 static int HeightToRowIndex(int height) {
50 GrAssert(height >= MIN_HEIGHT_POW2);
51 return 32 - Gr_clz(height - 1);
57 bool canAddStrip(int height) const {
58 return fNextStripY + height <= this->height();
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
70 (unsigned)height > (unsigned)this->height())
    [all...]
  /external/skia/src/gpu/
GrRectanizer.h 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
24 GrAssert(height >= 0);
30 int height() const { return fHeight; } function in class:GrRectanizer
32 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0;
35 // return the Y-coordinate of a strip that should be purged, given height
38 virtual int stripToPurge(int height) const = 0;
44 static GrRectanizer* Factory(int width, int height);
GrRectanizer.cpp 30 return fAreaSoFar / ((float)this->width() * this->height());
33 virtual int stripToPurge(int height) const { return -1; }
49 static int HeightToRowIndex(int height) {
50 GrAssert(height >= MIN_HEIGHT_POW2);
51 return 32 - SkCLZ(height - 1);
57 bool canAddStrip(int height) const {
58 return fNextStripY + height <= this->height();
68 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) {
70 (unsigned)height > (unsigned)this->height())
    [all...]
GrRectanizer_fifo.cpp 30 return fAreaSoFar / ((float)this->width() * this->height());
33 virtual int stripToPurge(int height) const { return -1; }
49 static int HeightToRowIndex(int height) {
50 GrAssert(height >= MIN_HEIGHT_POW2);
51 return 32 - Gr_clz(height - 1);
57 bool canAddStrip(int height) const {
58 return fNextStripY + height <= this->height();
68 bool GrRectanizerFIFO::addRect(int width, int height, GrIPoint16* loc) {
70 (unsigned)height > (unsigned)this->height())
    [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;
24 (void)height;
  /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;
24 (void)height;
  /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 48 float height; member in struct:WebKit::WebFloatSize
50 bool isEmpty() const { return width <= 0 || height <= 0; }
54 , height(0)
58 WebFloatSize(float width, float height)
60 , height(height)
67 , height(s.height())
74 height = s.height();
    [all...]
WebSize.h 48 int height; member in struct:WebKit::WebSize
50 bool isEmpty() const { return width <= 0 || height <= 0; }
54 , height(0)
58 WebSize(int width, int height)
60 , height(height)
67 , height(s.height())
74 height = s.height();
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_views.cc 13 return Tab::GetMinimumUnselectedSize().height() - 1;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
Rectangle.java 41 public final float x, y, width, height; field in class:Rectangle
48 * @param height the height of the rectangle
50 public Rectangle(float x, float y, float width, float height) {
54 this.height = height;
  /frameworks/av/cmds/stagefright/
jpeg.h 4 int writeJpegFile(const char *filename, uint8_t *frame, int width, int height);

Completed in 761 milliseconds

1 2 3 4 5 6 7 8 91011>>