/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;
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRectanizer_pow2.cpp | 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { 13 (unsigned)height > (unsigned)this->height()) { 17 int32_t area = width * height; // computed here since height will be modified 19 height = GrNextPow2(height); 20 if (height < kMIN_HEIGHT_POW2) { 21 height = kMIN_HEIGHT_POW2; 24 Row* row = &fRows[HeightToRowIndex(height)]; [all...] |
GrRectanizer.h | 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { 19 SkASSERT(height >= 0); 27 int height() const { return fHeight; } function in class:GrRectanizer 31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0; 37 static GrRectanizer* Factory(int width, int height);
|
/external/skia/src/gpu/ |
GrRectanizer_pow2.cpp | 11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { 13 (unsigned)height > (unsigned)this->height()) { 17 int32_t area = width * height; // computed here since height will be modified 19 height = GrNextPow2(height); 20 if (height < kMIN_HEIGHT_POW2) { 21 height = kMIN_HEIGHT_POW2; 24 Row* row = &fRows[HeightToRowIndex(height)]; [all...] |
GrRectanizer.h | 17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { 19 SkASSERT(height >= 0); 27 int height() const { return fHeight; } function in class:GrRectanizer 31 virtual bool addRect(int width, int height, SkIPoint16* loc) = 0; 37 static GrRectanizer* Factory(int width, int height);
|
/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/deqp/framework/common/ |
tcuSurface.cpp | 34 Surface::Surface(int width, int height) 36 , m_height (height) 37 , m_pixels (width*height) 50 * \param height New height. 52 void Surface::setSize (int width, int height) 55 m_height = height; 56 m_pixels.resize(width*height);
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
SimpleTarget.java | 5 * caller to specify an exact width/height. 10 private final int height; field in class:SimpleTarget 12 public SimpleTarget(int width, int height) { 14 this.height = height; 19 cb.onSizeReady(width, height);
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
device_metrics.cc | 7 DeviceMetrics::DeviceMetrics(int width, int height, double device_scale_factor) 9 height(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/third_party/WebKit/Source/core/dom/ |
DOMRect.cpp | 10 DOMRect* DOMRect::create(double x, double y, double width, double height) 12 return new DOMRect(x, y, width, height); 15 DOMRect::DOMRect(double x, double y, double width, double height) 16 : DOMRectReadOnly(x, y, width, height)
|
DOMRectReadOnly.cpp | 10 DOMRectReadOnly* DOMRectReadOnly::create(double x, double y, double width, double height) 12 return new DOMRectReadOnly(x, y, width, height); 15 DOMRectReadOnly::DOMRectReadOnly(double x, double y, double width, double height) 19 , m_height(height)
|
/external/chromium_org/third_party/android_opengl/etc1/ |
etc1.h | 25 unsigned int etc1_get_encoded_data_size(unsigned int width, unsigned int height); 34 bool etc1_encode_image(const unsigned char* pIn, unsigned int width, unsigned int height, 47 unsigned int width, unsigned int height, 56 void etc1_pkm_format_header(unsigned char* pHeader, unsigned int width, unsigned int height); 66 // Read the image height from a PKM header
|
/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);
|