HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 851 - 875 of 9458) sorted by null

<<31323334353637383940>>

  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
Renderer.h 21 bool SetupGraphics(int width, int height);
27 void SetInputTextureDimensions(int width, int height);
61 int mSurfaceHeight; // Height of target surface.
  /external/autotest/client/deps/glbench/src/
utils.h 37 GLfloat size_x, GLfloat size_y, int width, int height);
39 int width, int height, int culled_ratio);
  /external/chromium-trace/catapult/third_party/polymer/components/core-input/
core-input.css 40 height: 100%;
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
tool_button.css 12 height: 30px;
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
picture_ops_chart_summary_view.css 10 min-height: 200px;
picture_ops_chart_view.css 8 height: 180px;
  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 21 CGFloat height; member in struct:_NSSize
37 CGFloat height; member in struct:CGSize
  /external/deqp/framework/delibs/deimage/
deImage.h 40 int height; member in struct:deImage_s
45 deImage* deImage_create (int width, int height, deImageFormat format);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java 74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1);
79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true);
89 gc.fillGradientRectangle(ca1.x, ca1.y, ca1.width, ca1.height / 4, true);
95 gc.fillGradientRectangle(ca1.x, ca1.y + ca1.height / 4 - 1, ca1.width, ca1.height / 2, true);
102 int y = ca.y + (ca.height - imageBounds.height) / 2;
141 ca.height -= 2;
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKeyFactory.java 13 public EngineKey buildKey(String id, Key signature, int width, int height, ResourceDecoder cacheDecoder,
16 return new EngineKey(id, signature, width, height, cacheDecoder, sourceDecoder, transformation, encoder,
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
StringLoader.java 23 public DataFetcher<T> getResourceFetcher(String model, int width, int height) {
35 return uriLoader.getResourceFetcher(uri, width, height);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperStreamResourceDecoder.java 23 public Resource<GifBitmapWrapper> decode(InputStream source, int width, int height) throws IOException {
24 return gifBitmapDecoder.decode(new ImageVideoWrapper(source, null), width, height);
  /external/icu/icu4c/source/samples/layout/
Surface.cpp 16 le_int32 x, le_int32 y, le_int32 width, le_int32 height)
22 clip.bottom = height;
  /external/libgdx/gdx/src/com/badlogic/gdx/
Game.java 50 public void resize (int width, int height) {
51 if (screen != null) screen.resize(width, height);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PolygonRegion.java 43 int height = region.regionHeight; local
47 textureCoords[i] = v + uvHeight * (1 - (vertices[i] / height));
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
LineSpawnShapeValue.java 20 float height = spawnHeight + (spawnHeightDiff * spawnHeightValue.getScale(percent)); local
25 vector.y = a * height;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 187 public Model createBox (float width, float height, float depth, final Material material, final long attributes) {
188 return createBox(width, height, depth, GL20.GL_TRIANGLES, material, attributes);
195 public Model createBox (float width, float height, float depth, int primitiveType, final Material material,
198 part("box", primitiveType, attributes, material).box(width, height, depth);
229 public Model createCylinder (float width, float height, float depth, int divisions, final Material material,
231 return createCylinder(width, height, depth, divisions, GL20.GL_TRIANGLES, material, attributes);
238 public Model createCylinder (float width, float height, float depth, int divisions, int primitiveType,
240 return createCylinder(width, height, depth, divisions, primitiveType, material, attributes, 0, 360);
247 public Model createCylinder (float width, float height, float depth, int divisions, final Material material,
249 return createCylinder(width, height, depth, divisions, GL20.GL_TRIANGLES, material, attributes, angleFrom, angleTo);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
SphereShapeBuilder.java 30 public static void build (MeshPartBuilder builder, float width, float height, float depth, int divisionsU, int divisionsV) {
31 build(builder, width, height, depth, divisionsU, divisionsV, 0, 360, 0, 180);
36 public static void build (MeshPartBuilder builder, final Matrix4 transform, float width, float height, float depth,
38 build(builder, transform, width, height, depth, divisionsU, divisionsV, 0, 360, 0, 180);
41 public static void build (MeshPartBuilder builder, float width, float height, float depth, int divisionsU, int divisionsV,
43 build(builder, matTmp1.idt(), width, height, depth, divisionsU, divisionsV, angleUFrom, angleUTo, angleVFrom, angleVTo);
48 public static void build (MeshPartBuilder builder, final Matrix4 transform, float width, float height, float depth,
52 final float hh = height * 0.5f;
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
LifeCycleTest.java 54 public void resize (int width, int height) {
55 Gdx.app.log("Test", "app resized: " + width + "x" + height + ", Graphics says: " + Gdx.graphics.getWidth() + "x"
  /external/libvncserver/examples/
pnmshow.c 19 int i,j,k,l,width,height,paddedWidth; local
53 /* get width & height */
54 sscanf(buffer,"%d %d",&width,&height);
55 rfbLog("Got width %d and height %d.\n",width,height);
67 rfbScreen = rfbGetScreen(&argc,argv,paddedWidth,height,8,(bitsPerPixelInFile+7)/8,bytesPerPixel);
81 rfbScreen->frameBuffer = (char*)malloc(paddedWidth*bytesPerPixel*height);
82 fread(rfbScreen->frameBuffer,width*bitsPerPixelInFile/8,height,in);
97 for(j=height-1;j>=0;j--) {
110 for(j=height-1;j>=0;j--
    [all...]
  /external/libvpx/libvpx/
y4menc.c 14 int y4m_write_file_header(char *buf, size_t len, int width, int height,
54 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgtc.c 51 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
57 for(y = 0; y < height; y += bh) {
77 unsigned src_stride, unsigned width, unsigned height)
82 for(y = 0; y < height; y += bh) {
99 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
103 for(y = 0; y < height; y += 4) {
124 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height)
129 for(y = 0; y < height; y += bh) {
163 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
169 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 38 * Adjust x, y, width, height to lie on tile bounds.
41 adjust_to_tile_bounds(unsigned x, unsigned y, unsigned width, unsigned height,
48 *h_tile = ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile;
67 unsigned height = src_box->height; local
95 src_box->width, src_box->height, src_box->depth);
103 adjust_to_tile_bounds(src_box->x, src_box->y, width, height,
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
126 ty + y + TILE_SIZE <= dsty + height ?
166 width, height,
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/gdi/
gdi_sw_winsys.c 53 unsigned height; member in struct:gdi_sw_displaytarget
125 unsigned width, unsigned height,
139 gdt->height = height;
145 gdt->size = gdt->stride * height;
153 gdt->bmi.bmiHeader.biHeight= -(long)height;
202 0, 0, gdt->width, gdt->height,
203 0, 0, gdt->width, gdt->height,
  /external/mesa3d/src/glx/
renderpix.c 67 * \param height Height of the image, must be 1 for 1D images
82 GLint width, GLint height, GLint depth,
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
121 GLsizei width, GLsizei height, GLenum format,
130 compsize2 = __glImageSize(height, 1, 1, format, type, 0);
145 __GLX_PUT_LONG(12, height);
155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type,
175 __GLX_PUT_LONG(12, height);
189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column
    [all...]

Completed in 1570 milliseconds

<<31323334353637383940>>