Searched defs:rowbytes (Results 1 – 19 of 19) sorted by relevance
/external/libpng/contrib/libtests/ |
D | readpng.c | 63 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); in read_png() local
|
D | timepng.c | 64 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); in read_png() local
|
D | makepng.c | 249 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth, in set_value() 310 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type, in generate_row() 687 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); in write_png() local
|
D | pngimage.c | 917 size_t rowbytes; in compare_read() local
|
/external/libpng/contrib/gregbook/ |
D | readppm.c | 145 ulg rowbytes; in readpng_get_image() local
|
D | readpng.c | 210 png_uint_32 i, rowbytes; in readpng_get_image() local
|
D | readpng2.h | 96 int rowbytes; member
|
D | wpng.c | 166 ulg rowbytes; in main() local
|
D | rpng2-win.c | 644 ulg rowbytes = rpng2_info.rowbytes; in rpng2_win_init() local
|
D | rpng2-x.c | 752 ulg rowbytes = rpng2_info.rowbytes; in rpng2_x_init() local
|
/external/skia/src/gpu/ |
D | GrSWMaskHelper.cpp | 256 const void *data, size_t rowbytes) { in sendTextureData()
|
/external/libpng/ |
D | pnginfo.h | 62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member
|
D | pngstruct.h | 265 png_size_t rowbytes; /* size of row in bytes */ member
|
D | png.h | 878 png_size_t rowbytes; /* number of bytes in row */ member
|
/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pnginfo.h | 62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member
|
D | pngstruct.h | 218 png_size_t rowbytes; /* size of row in bytes */ member
|
D | png.h | 1116 png_size_t rowbytes; /* number of bytes in row */ member
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 1261 … int rowbytes = FXSYS_abs(nSrcRowBytes) > nDstRowBytes ? nDstRowBytes : FXSYS_abs(nSrcRowBytes); in _ContrastAdjust() local 1382 int rowbytes = FXSYS_abs(src_pitch) > dest_pitch ? dest_pitch : FXSYS_abs(src_pitch); in RenderGlyph() local
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3606 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); in read_png() local
|