/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 SkASSERT(height >= 0); 32 int height() const { return fHeight; } function in class:GrRectanizer 34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0; 37 // return the Y-coordinate of a strip that should be purged, given height 40 virtual int stripToPurge(int height) const = 0; 46 static GrRectanizer* Factory(int width, int height);
|
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 SkASSERT(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...] |
GrRectanizer.cpp | 36 return fAreaSoFar / ((float)this->width() * this->height()); 39 virtual int stripToPurge(int height) const { return -1; } 55 static int HeightToRowIndex(int height) { 56 SkASSERT(height >= MIN_HEIGHT_POW2); 57 return 32 - SkCLZ(height - 1); 63 bool canAddStrip(int height) const { 64 return fNextStripY + height <= this->height(); 74 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { 76 (unsigned)height > (unsigned)this->height()) [all...] |
/external/skia/src/gpu/ |
GrRectanizer.h | 22 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { 24 SkASSERT(height >= 0); 32 int height() const { return fHeight; } function in class:GrRectanizer 34 virtual bool addRect(int width, int height, GrIPoint16* loc) = 0; 37 // return the Y-coordinate of a strip that should be purged, given height 40 virtual int stripToPurge(int height) const = 0; 46 static GrRectanizer* Factory(int width, int height);
|
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 SkASSERT(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...] |
GrRectanizer.cpp | 36 return fAreaSoFar / ((float)this->width() * this->height()); 39 virtual int stripToPurge(int height) const { return -1; } 55 static int HeightToRowIndex(int height) { 56 SkASSERT(height >= MIN_HEIGHT_POW2); 57 return 32 - SkCLZ(height - 1); 63 bool canAddStrip(int height) const { 64 return fNextStripY + height <= this->height(); 74 bool GrRectanizerPow2::addRect(int width, int height, GrIPoint16* loc) { 76 (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 | 50 float height; member in struct:blink::WebFloatSize 52 bool isEmpty() const { return width <= 0 || height <= 0; } 56 , height(0) 60 WebFloatSize(float width, float height) 62 , height(height) 69 , height(s.height()) 76 height = s.height(); [all...] |
WebSize.h | 49 int height; member in struct:blink::WebSize 51 bool isEmpty() const { return width <= 0 || height <= 0; } 55 , height(0) 59 WebSize(int width, int height) 61 , height(height) 68 , height(s.height()) 75 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);
|