Home
last modified time | relevance | path

Searched refs:height (Results 1 – 14 of 14) sorted by relevance

/system/core/libpixelflinger/
Draster.cpp30 GGLsizei width, GGLsizei height, GGLenum type);
54 GGLsizei width, GGLsizei height, GGLenum /*type*/) in ggl_copyPixels() argument
64 if (uint32_t(ys) > cb->height) in ggl_copyPixels()
68 if (uint32_t(ys + height) > cb->height) in ggl_copyPixels()
86 height -= offset; in ggl_copyPixels()
91 if ((yd + height) > GGLint(c->state.scissor.bottom)) { in ggl_copyPixels()
92 height = GGLint(c->state.scissor.bottom) - yd; in ggl_copyPixels()
95 if (width<=0 || height<=0) { in ggl_copyPixels()
112 size_t yc = height; in ggl_copyPixels()
116 src += height * bpr; in ggl_copyPixels()
[all …]
Dbuffer.cpp61 dst->height = src->height; in ggl_set_surface()
69 dst->data += bpr * (dst->height-1); in ggl_set_surface()
94 gen.height = s.height; in ggl_pick_texture()
114 assert((x < s->width) && (y < s->height)); in read_pixel()
165 assert((x < s->width) && (y < s->height)); in write_pixel()
Draster.h28 void gglCopyPixels(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height, GGLenum type);
Dpixelflinger.cpp147 GGLsizei width, GGLsizei height) in ggl_scissor() argument
153 c->state.scissor.user_bottom = y + height; in ggl_scissor()
606 c->state.scissor.bottom = min(c->state.buffers.color.height, b); in ggl_set_scissor()
611 c->state.scissor.bottom = c->state.buffers.color.height; in ggl_set_scissor()
Dscanline.cpp732 const int h = tx.surface.height; in scanline()
748 const int h = tx.surface.height; in scanline()
1007 m_height_m1 = tx.surface.height - 1; in clamp_iterator()
1101 else if (v >= (int)tx.surface.height) in init()
1102 v = (int)tx.surface.height-1; in init()
1734 gen.height = t.surface.height; in init_y()
/system/core/adb/
Dframebuffer_service.cpp46 unsigned int height; member
97 fbinfo.height = h; in framebuffer_service()
111 fbinfo.height = h; in framebuffer_service()
125 fbinfo.height = h; in framebuffer_service()
139 fbinfo.height = h; in framebuffer_service()
153 fbinfo.height = h; in framebuffer_service()
DSERVICES.TXT211 height: uint32_t: framebuffer height in pixels
214 size is always width*height*2
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp470 int height = scratches.obtain(); in build_textures() local
478 CONTEXT_LOAD(height, generated_vars.texture[i].height); in build_textures()
506 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures()
528 SUB(AL, 0, height, height, imm(1)); in build_textures()
570 MOV(MI, 0, v, height); in build_textures()
571 CMP(AL, v, height); in build_textures()
572 MOV(LT, 0, height, imm(1 << shift)); in build_textures()
574 MOV(GE, 0, height, reg_imm(height, LSL, shift)); in build_textures()
575 RSB(GE, 0, height, height, imm(0)); in build_textures()
576 MUL(AL, 0, height, stride, height); in build_textures()
[all …]
/system/extras/tests/framebuffer/
Dfb_test.c34 int height; member
97 fb->height = vi.yres; in get_framebuffer()
105 fb->height = vi.yres; in get_framebuffer()
192 return gr_fbs[0].height; in gr_fb_height()
Drefresh.c76 float ydpi = (info.yres * 25.4f) / info.height; in main()
105 info.height, ydpi, in main()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h190 GGLuint height; // height in pixels member
214 void (*scissor)(void* c, GGLint x, GGLint y, GGLsizei width, GGLsizei height);
303 GGLsizei width, GGLsizei height, GGLenum type);
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h349 GGLuint height;
483 uint32_t height;
/system/core/include/system/
Dwindow.h110 int height; member
/system/media/camera/docs/
Dhtml.mako83 .entry_spacer { background-color: transparent; border-style: none; height: 0.5em; }