Searched defs:height (Results 251 - 275 of 1336) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c53 GLint x, GLint y, GLsizei width, GLsizei height)
114 y = ctx->ReadBuffer->Height - (y + height);
134 width, height,
153 GLsizei width, GLsizei height)
158 intel_renderbuffer(rb), x, y, width, height)) {
162 rb, x, y, width, height);
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
88 height,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c79 GLsizei width, GLsizei height,
161 &dstx, &dsty, &width, &height))
172 &srcx, &srcy, &width, &height))
181 dsty = fb->Height - dsty - height;
187 srcy = read_fb->Height - srcy - height;
199 width, height, flip,
217 GLsizei width, GLsizei height,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
H A Dintel_pixel_read.c72 GLint x, GLint y, GLsizei width, GLsizei height,
125 dst_offset += _mesa_image_offset(2, pack, width, height,
131 &width, &height)) {
139 all = (width * height * src->cpp == dst->Base.Size &&
150 y = ctx->ReadBuffer->Height - (y + height);
158 width, height,
170 GLint x, GLint y, GLsizei width, GLsizei height,
182 (ctx, x, y, width, height, format, type, pack, pixels))
201 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels);
71 do_blit_readpixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
169 intelReadPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
H A Dintel_tex_copy.c53 GLint x, GLint y, GLsizei width, GLsizei height)
114 y = ctx->ReadBuffer->Height - (y + height);
134 width, height,
153 GLsizei width, GLsizei height)
158 intel_renderbuffer(rb), x, y, width, height)) {
162 rb, x, y, width, height);
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
88 height,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c79 GLsizei width, GLsizei height,
161 &dstx, &dsty, &width, &height))
172 &srcx, &srcy, &width, &height))
181 dsty = fb->Height - dsty - height;
187 srcy = read_fb->Height - srcy - height;
199 width, height, flip,
217 GLsizei width, GLsizei height,
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
77 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
H A Dintel_pixel_read.c72 GLint x, GLint y, GLsizei width, GLsizei height,
125 dst_offset += _mesa_image_offset(2, pack, width, height,
131 &width, &height)) {
139 all = (width * height * src->cpp == dst->Base.Size &&
150 y = ctx->ReadBuffer->Height - (y + height);
158 width, height,
170 GLint x, GLint y, GLsizei width, GLsizei height,
182 (ctx, x, y, width, height, format, type, pack, pixels))
201 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, pixels);
71 do_blit_readpixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
169 intelReadPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
H A Dintel_tex_copy.c53 GLint x, GLint y, GLsizei width, GLsizei height)
114 y = ctx->ReadBuffer->Height - (y + height);
134 width, height,
153 GLsizei width, GLsizei height)
158 intel_renderbuffer(rb), x, y, width, height)) {
162 rb, x, y, width, height);
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
148 intelCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_tex_validate.c45 int width, height, depth; local
80 &width, &height, &depth);
88 height,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_fb.c61 height = align(fb->Height, 2), local
62 size = pitch * height;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h43 GLuint height; member in struct:_radeon_mipmap_level
99 unsigned height,
H A Dradeon_pixel_read.c91 GLint x, GLint y, GLsizei width, GLsizei height,
104 if (width * height < 100) {
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
138 height, 1, 0);
154 y = rrb->base.Base.Height - height - y;
172 height,
176 height,
183 aligned_rowstride, height, dst_rowstride);
199 GLint x, GLint y, GLsizei width, GLsizei height,
206 if (do_blit_readpixels(ctx, x, y, width, height, forma
90 do_blit_readpixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
198 radeonReadPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
[all...]
H A Dradeon_tex_copy.c46 GLsizei width, GLsizei height)
82 assert(timg->base.Base.Height >= dsty + height);
91 fprintf(stderr, "from (%dx%d) width %d, height %d, offset %d, pitch %d\n",
133 dstx, dsty, width, height, flip_y);
142 GLsizei width, GLsizei height)
151 radeon_renderbuffer(rb), x, y, width, height)) {
158 rb, x, y, width, height);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h43 GLuint height; member in struct:_radeon_mipmap_level
99 unsigned height,
H A Dradeon_pixel_read.c91 GLint x, GLint y, GLsizei width, GLsizei height,
104 if (width * height < 100) {
127 if (!_mesa_clip_copytexsubimage(ctx, &dst_x, &dst_y, &x, &y, &width, &height)) {
138 height, 1, 0);
154 y = rrb->base.Base.Height - height - y;
172 height,
176 height,
183 aligned_rowstride, height, dst_rowstride);
199 GLint x, GLint y, GLsizei width, GLsizei height,
206 if (do_blit_readpixels(ctx, x, y, width, height, forma
90 do_blit_readpixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
198 radeonReadPixels(struct gl_context * ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid * pixels) argument
[all...]
H A Dradeon_tex_copy.c46 GLsizei width, GLsizei height)
82 assert(timg->base.Base.Height >= dsty + height);
91 fprintf(stderr, "from (%dx%d) width %d, height %d, offset %d, pitch %d\n",
133 dstx, dsty, width, height, flip_y);
142 GLsizei width, GLsizei height)
151 radeon_renderbuffer(rb), x, y, width, height)) {
158 rb, x, y, width, height);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
137 radeonCopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, struct gl_renderbuffer *rb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c49 _mesa_DrawPixels( GLsizei width, GLsizei height, argument
58 width, height,
67 if (width < 0 || height < 0) {
68 _mesa_error( ctx, GL_INVALID_VALUE, "glDrawPixels(width or height < 0)" );
144 if (width > 0 && height > 0) {
151 if (!_mesa_validate_pbo_access(2, &ctx->Unpack, width, height,
165 ctx->Driver.DrawPixels(ctx, x, y, width, height, format, type,
193 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, argument
202 srcx, srcy, width, height,
209 if (width < 0 || height <
298 _mesa_Bitmap( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap ) argument
[all...]
H A Dtexcompress.c472 _mesa_decompress_image(gl_format format, GLuint width, GLuint height, argument
555 for (j = 0; j < height; j++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_clear.c48 const GLint height = ctx->DrawBuffer->_Ymax - ctx->DrawBuffer->_Ymin; local
68 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
85 for (i = 0; i < height; i++) { \
115 for (i = 0; i < height; i++) { \
/external/openfst/src/include/fst/script/
H A Ddraw.h42 const float height; member in struct:fst::script::FstDrawerArgs
60 float height,
71 title(title), width(width), height(height), portrait(portrait),
84 args->height, args->portrait,
98 float height,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig.cpp28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size, argument
31 FXSYS_memset32(dest_buf, 0, height * dest_pitch);
37 int ret = pContext->getFirstPage(dest_buf, width, height, dest_pitch, NULL);
42 int dword_size = height * dest_pitch / 4;
50 FX_DWORD& width, FX_DWORD& height, FX_DWORD& pitch, FX_LPBYTE& dest_buf)
70 height = (FX_DWORD)dest_image->m_nHeight;
83 FXCODEC_STATUS CCodec_Jbig2Module::StartDecode(void* pJbig2Context, FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size, argument
91 m_pJbig2Context->m_height = height;
100 FXSYS_memset32(dest_buf, 0, height * dest_pitch);
106 int ret = m_pJbig2Context->m_pContext->getFirstPage(dest_buf, width, height, dest_pitc
49 Decode(IFX_FileRead* file_ptr, FX_DWORD& width, FX_DWORD& height, FX_DWORD& pitch, FX_LPBYTE& dest_buf) argument
122 StartDecode(void* pJbig2Context, IFX_FileRead* file_ptr, FX_DWORD& width, FX_DWORD& height, FX_DWORD& pitch, FX_LPBYTE& dest_buf, IFX_Pause* pPause) argument
[all...]
/external/pdfium/core/src/fxge/skia/
H A Dfx_skia_blitter_new.cpp39 void CFX_SkiaRenderer::blitV(int x, int y, int height, SkAlpha alpha) argument
43 this->blitRect(x, y, 1, height);
48 while (--height >= 0) {
55 void CFX_SkiaRenderer::blitRect(int x, int y, int width, int height) argument
58 while (--height >= 0){
65 void CFX_SkiaRenderer::blitAntiRect(int x, int y, int width, int height, argument
68 blitV(x++, y, height, leftAlpha);
70 blitRect(x, y, width, height);
73 blitV(x, y, height, rightAlpha);
1562 void CFX_SkiaA8Renderer::blitV(int x, int y, int height, SkAlph
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftlcdfil.c40 FT_UInt height = (FT_UInt)bitmap->rows; local
56 for ( ; height > 0; height--, line += bitmap->pitch )
107 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 4 )
138 for ( yy = 2; yy < height; yy++ )
182 FT_UInt height = (FT_UInt)bitmap->rows; local
205 for ( ; height > 0; height--, line += pitch )
239 else if ( mode == FT_RENDER_MODE_LCD_V && height >= 3 )
251 FT_Byte* col_end = col + height * pitc
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DDebugSystem.java55 public void drawShape(float x, float y, float width, float height, int shapeType, int colorType) { argument
67 && mWorkVector.y + height >= 0.0f && mWorkVector.y < params.gameHeight) {
71 bitmap.resize((int)texture.width, (int)texture.height);
74 bitmap.setHeight((int)height);

Completed in 336 milliseconds

<<11121314151617181920>>