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

  /bootable/recovery/minui/include/minui/
minui.h 32 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:__anon24034
2079 ptrdiff_t row_bytes = display->row_stride; local
2136 ptrdiff_t row_bytes = display->row_bytes; local
    [all...]
pngread.c 1277 ptrdiff_t row_bytes; \/* step between rows *\/ member in struct:__anon24032
3194 ptrdiff_t row_bytes = display->row_stride; local
3225 png_alloc_size_t row_bytes = display->row_bytes; local
4011 ptrdiff_t row_bytes = display->row_stride; local
4058 png_alloc_size_t row_bytes = display->row_bytes; local
    [all...]
pngrutil.c 4266 png_size_t row_bytes; local
    [all...]
  /external/pdfium/third_party/libpng16/
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:__anon28611
2079 ptrdiff_t row_bytes = display->row_stride; local
2136 ptrdiff_t row_bytes = display->row_bytes; local
    [all...]
pngread.c 1278 ptrdiff_t row_bytes; \/* step between rows *\/ member in struct:__anon28610
3195 ptrdiff_t row_bytes = display->row_stride; local
3226 png_alloc_size_t row_bytes = display->row_bytes; local
4013 ptrdiff_t row_bytes = display->row_stride; local
4060 png_alloc_size_t row_bytes = display->row_bytes; local
    [all...]
pngrutil.c 4256 png_size_t row_bytes; local
    [all...]
  /external/skia/third_party/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:__anon29925
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:__anon29923
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/mesa3d/src/glx/apple/
apple_glx_drawable.h 134 int row_bytes; member in struct:apple_glx_drawable
  /external/skia/samplecode/
SampleBigGradient.cpp 204 size_t row_bytes = width * sizeof(SkPMColor); local
205 sk_bzero(pixels, row_bytes * height);
218 rec->fRowBytes = row_bytes;
  /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...]
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 261 const size_t row_bytes = png_get_rowbytes(read_ptr, info_ptr); local
262 CHECK(row_bytes == 4 * width); // RGBA
265 output_image->data = std::unique_ptr<uint8_t[]>(new uint8_t[height * row_bytes]);
270 output_image->rows[h] = output_image->data.get() + (h * row_bytes);
  /external/syslinux/com32/lib/libpng/
pngwutil.c 2152 png_uint_32 row_bytes = row_info->rowbytes; local
    [all...]
pngrutil.c 3197 png_size_t 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 1317 milliseconds