HomeSort by relevance Sort by last modified time
    Searched defs:row_bytes (Results 1 - 19 of 19) sorted by null

  /bootable/recovery/minui/
minui.h 31 int row_bytes; member in struct:GRSurface
  /external/libpng/
pngwtran.c 217 png_size_t row_bytes = row_info->rowbytes; local
228 for (i = 0; i < row_bytes; i++, bp++)
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...]
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...]
pngrutil.c 4256 png_size_t row_bytes; local
    [all...]
  /external/libpng/contrib/pngminus/
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;
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;
  /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...]
  /external/pdfium/third_party/lpng_v163/
pngwtran.c 290 png_size_t row_bytes = row_info->rowbytes; local
301 for (i = 0; i < row_bytes; i++, bp++)
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...]
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...]
pngwutil.c 2326 png_size_t row_bytes = row_info->rowbytes; local
    [all...]
pngrutil.c 4197 png_size_t row_bytes; local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 134 int row_bytes; member in struct:apple_glx_drawable
  /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/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/libpng/contrib/tools/
pngfix.c 1482 udigit row_width[2], row_bytes[3]; local
1513 udigit row_width[2], row_bytes[3]; local
    [all...]

Completed in 212 milliseconds