HomeSort by relevance Sort by last modified time
    Searched refs:row_bytes (Results 1 - 25 of 27) sorted by null

1 2

  /bootable/recovery/minui/
graphics.cpp 126 (bold ? font->cheight * font->texture->row_bytes : 0);
127 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
129 text_blend(src_p, font->texture->row_bytes,
130 dst_p, gr_draw->row_bytes,
151 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
153 text_blend(src_p, icon->row_bytes,
154 dst_p, gr_draw->row_bytes,
176 memset(gr_draw->data, gr_current_r, gr_draw->height * gr_draw->row_bytes);
186 px += gr_draw->row_bytes - (gr_draw->width * gr_draw->pixel_bytes);
201 unsigned char* p = gr_draw->data + y1 * gr_draw->row_bytes + x1 * gr_draw->pixel_bytes
    [all...]
graphics_fbdev.cpp 134 gr_framebuffer[0].row_bytes = fi.line_length;
137 memset(gr_framebuffer[0].data, 0, gr_framebuffer[0].height * gr_framebuffer[0].row_bytes);
145 gr_framebuffer[0].height * gr_framebuffer[0].row_bytes;
158 gr_draw->data = (unsigned char*) malloc(gr_draw->height * gr_draw->row_bytes);
165 memset(gr_draw->data, 0, gr_draw->height * gr_draw->row_bytes);
187 gr_draw->height * gr_draw->row_bytes);
minui.h 31 int row_bytes; member in struct:GRSurface
resources.cpp 147 surface->row_bytes = width * 4;
226 transform_rgb_to_draw(p_row, surface->data + y * surface->row_bytes, channels, width);
305 (y / *frames) * surface[frame]->row_bytes;
351 surface->row_bytes = width;
361 p_row = surface->data + y * surface->row_bytes;
403 surface->row_bytes = 0;
434 surface->row_bytes = w;
graphics_drm.cpp 93 surface->base.row_bytes * surface->base.height);
193 surface->base.row_bytes = create_dumb.pitch;
197 surface->base.height * surface->base.row_bytes,
graphics_adf.cpp 63 surf->base.row_bytes = surf->pitch;
  /external/libpng/contrib/pngminus/
pnm2png.c 198 volatile png_uint_32 row_bytes; local
370 row_bytes = (width * channels * bit_depth + 7) / 8;
373 /* row_bytes is the width x number of channels x (bit-depth / 8) */
374 row_bytes = width * channels * ((bit_depth <= 8) ? 1 : 2);
377 malloc (row_bytes * height * sizeof (png_byte))) == NULL)
387 for (i = 0; i < (int) row_bytes; i++)
491 row_pointers[i] = png_pixels + i * row_bytes;
png2pnm.c 202 png_uint_32 row_bytes; local
320 /* row_bytes is the width x number of channels x (bit-depth / 8) */
321 row_bytes = png_get_rowbytes (png_ptr, info_ptr);
324 malloc (row_bytes * height * sizeof (png_byte))) == NULL) {
340 row_pointers[i] = png_pixels + i * row_bytes;
  /external/libpng/
pngwutil.c     [all...]
pngread.c 1268 ptrdiff_t row_bytes; \/* step between rows *\/ member in struct:__anon17634
3185 ptrdiff_t row_bytes = display->row_stride; local
3216 png_alloc_size_t row_bytes = display->row_bytes; local
4003 ptrdiff_t row_bytes = display->row_stride; local
4050 png_alloc_size_t row_bytes = display->row_bytes; local
    [all...]
pngwrite.c 1504 ptrdiff_t row_bytes; member in struct:__anon17636
2079 ptrdiff_t row_bytes = display->row_stride; local
2136 ptrdiff_t row_bytes = display->row_bytes; local
    [all...]
pngwtran.c 217 png_size_t row_bytes = row_info->rowbytes; local
228 for (i = 0; i < row_bytes; i++, bp++)
pngrutil.c 4256 png_size_t row_bytes; local
    [all...]
  /external/ImageMagick/coders/
pict.c 438 row_bytes,
468 row_bytes=(size_t) (image->columns | 0x8000);
470 row_bytes=(size_t) ((4*image->columns) | 0x8000);
474 pixels=(unsigned char *) AcquireQuantumMemory(image->rows,row_bytes*
478 *extent=row_bytes*image->rows*sizeof(*pixels);
480 scanline=(unsigned char *) AcquireQuantumMemory(row_bytes,2*
524 if (scanline_length >= row_bytes)
435 row_bytes, local
1637 row_bytes, local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 134 int row_bytes; member in struct:apple_glx_drawable
apple_glx_drawable.c 290 d->row_bytes = 0;
  /external/pdfium/third_party/lpng_v163/
pngread.c 1161 ptrdiff_t row_bytes; \/* step between rows *\/ member in struct:__anon23133
3056 ptrdiff_t row_bytes = display->row_stride; local
3087 png_alloc_size_t row_bytes = display->row_bytes; local
3866 ptrdiff_t row_bytes = display->row_stride; local
3913 png_alloc_size_t row_bytes = display->row_bytes; local
    [all...]
pngwrite.c 1614 ptrdiff_t row_bytes; member in struct:__anon23134
2144 ptrdiff_t row_bytes = display->row_stride; local
2198 ptrdiff_t row_bytes = display->row_bytes; local
    [all...]
pngwtran.c 290 png_size_t row_bytes = row_info->rowbytes; local
301 for (i = 0; i < row_bytes; i++, bp++)
pngwutil.c 2326 png_size_t row_bytes = row_info->rowbytes; local
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.cc 279 int row_bytes = rect.width() * DesktopFrame::kBytesPerPixel; local
281 memcpy(dst_pos, src_pos, row_bytes);
  /external/libpng/contrib/tools/
pngfix.c 1482 udigit row_width[2], row_bytes[3]; local
1513 udigit row_width[2], row_bytes[3]; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngwtran.c 291 png_size_t row_bytes = row_info->rowbytes; local
302 for (i = 0; i < row_bytes; i++, bp++)
pngwutil.c 2431 png_size_t row_bytes = row_info->rowbytes; local
    [all...]
pngrutil.c 3906 png_size_t row_bytes; local
    [all...]

Completed in 545 milliseconds

1 2