Searched refs:height (Results 1 - 25 of 2536) sorted by relevance

1234567891011>>

/external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
H A Drect_track.css7 height: 18px;
H A Dspacing_track.css6 height: 4px;
H A Druler_track.css7 height: 12px;
11 height: 30px;
H A Dobject_instance_track.css7 height: 18px;
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSimpleTarget.java5 * of non essential methods that allows the caller to specify an exact width/height. Typicaly use cases look something
28 private final int height; field in class:SimpleTarget
48 * @param height The height in pixels of the desired resource.
50 public SimpleTarget(int width, int height) { argument
52 this.height = height;
62 if (width <= 0 || height <= 0) {
63 throw new IllegalArgumentException("Width and height must both be > 0, but given width: " + width + " and"
64 + " height
[all...]
H A DSizeReadyCallback.java12 * @param height The height in pixels of the target.
14 void onSizeReady(int width, int height); argument
/external/skia/src/gpu/
H A DGrRectanizer_pow2.cpp11 bool GrRectanizerPow2::addRect(int width, int height, SkIPoint16* loc) { argument
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...]
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) { argument
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/deqp/framework/common/
H A DtcuSurface.cpp34 Surface::Surface(int width, int height) argument
36 , m_height (height)
37 , m_pixels (width*height)
50 * \param height New height.
52 void Surface::setSize (int width, int height) argument
55 m_height = height;
56 m_pixels.resize(width*height);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DQuad.java42 * 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){ argument
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, boolea argument
89 updateGeometry(float width, float height) argument
93 updateGeometry(float width, float height, boolean flipCoords) argument
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DRectangle.java41 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) { argument
54 this.height = height;
/external/v8/test/mjsunit/compiler/
H A Dregress-3136962.js29 // value of global variable height was reused even after reassignment.
31 var height = 267; variable
34 function inner() { height = 0; ++count; }
38 for (var i = 0; i < height; ++i) {
40 if (i + j < 0 || i + j >= height) continue;
/external/libvpx/libvpx/vp8/common/arm/
H A Dbilinearfilter_arm.h24 unsigned int height,
34 unsigned int height,
/external/replicaisland/src/com/replica/replicaisland/
H A DTexture.java29 public int height; field in class:Texture
41 height = 0;
/external/skia/src/opts/
H A DSkMorphology_opts_neon.h9 int width, int height, int srcStride, int dstStride);
11 int width, int height, int srcStride, int dstStride);
13 int width, int height, int srcStride, int dstStride);
15 int width, int height, int srcStride, int dstStride);
/external/harfbuzz_ng/util/
H A Dansi-print.hh35 unsigned int height,
H A Dhelper-cairo-ansi.cc39 unsigned int height = cairo_image_surface_get_height (surface); local
41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height);
69 while (height)
78 height--;
82 unsigned int orig_height = height;
83 while (height)
85 const uint32_t *row = data + (height - 1) * stride / 4;
92 height--;
94 if (height < orig_height)
95 height
[all...]
/external/jmonkeyengine/engine/src/bullet-native/
H A Dcom_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
54 shape = new btCapsuleShapeX(radius, height);
57 shape = new btCapsuleShape(radius, height);
60 shape = new btCapsuleShapeZ(radius, height);
48 Java_com_jme3_bullet_collision_shapes_CapsuleCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
H A Dcom_jme3_bullet_collision_shapes_ConeCollisionShape.cpp49 (JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) {
54 shape = new btConeShapeX(radius, height);
57 shape = new btConeShape(radius, height);
60 shape = new btConeShapeZ(radius, height);
48 Java_com_jme3_bullet_collision_shapes_ConeCollisionShape_createShape(JNIEnv * env, jobject object, jint axis, jfloat radius, jfloat height) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_other.h39 unsigned width, unsigned height);
44 unsigned width, unsigned height);
53 unsigned width, unsigned height);
58 unsigned width, unsigned height);
64 unsigned width, unsigned height);
69 unsigned width, unsigned height);
78 unsigned width, unsigned height);
83 unsigned width, unsigned height);
89 unsigned width, unsigned height);
94 unsigned width, unsigned height);
[all...]
/external/webp/src/utils/
H A Dquant_levels_dec.h23 // Apply post-processing to input 'data' of size 'width'x'height' assuming that
28 int WebPDequantizeLevels(uint8_t* const data, int width, int height,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.h35 unsigned width, unsigned height,
44 unsigned width, unsigned height,
53 unsigned width, unsigned height,
/external/skia/src/core/
H A DSkMatrixUtils.h20 * Given a matrix and width/height, return true if the computed dst-rect would
25 * The src-rect is defined to be { 0, 0, width, height }
31 bool SkTreatAsSprite(const SkMatrix&, int width, int height,
39 int width, int height) {
40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
38 SkTreatAsSpriteFilter(const SkMatrix& matrix, int width, int height) argument
/external/skia/src/utils/
H A DSkTextureCompressor_ASTC.h18 int width, int height, size_t rowBytes);
20 SkBlitter* CreateASTCBlitter(int width, int height, void* outputBuffer,
24 int width, int height, int blockDimX, int blockDimY);
H A DSkTextureCompressor_LATC.h18 int width, int height, size_t rowBytes);
20 SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer,
23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);

Completed in 708 milliseconds

1234567891011>>