Searched refs:rowsize (Results 1 - 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
H A D | tif_predict.h | 41 tmsize_t rowsize; /* tile/strip row size */ member in struct:__anon15369
|
H A D | tif_tile.c | 148 uint64 rowsize; local 161 rowsize = _TIFFMultiply64(tif, td->td_bitspersample, td->td_tilewidth, 170 rowsize = _TIFFMultiply64(tif, rowsize, td->td_samplesperpixel, 173 tilerowsize=TIFFhowmany8_64(rowsize);
|
H A D | tif_predict.c | 96 sp->rowsize = TIFFTileRowSize(tif); 98 sp->rowsize = TIFFScanlineSize(tif); 99 if (sp->rowsize == 0) 448 tmsize_t rowsize = sp->rowsize; local 449 assert(rowsize > 0); 450 assert((occ0%rowsize)==0); 453 (*sp->decodepfunc)(tif, op0, rowsize); 454 occ0 -= rowsize; 455 op0 += rowsize; 629 tmsize_t cc = cc0, rowsize; local [all...] |
H A D | tif_packbits.c | 196 tmsize_t rowsize = *(tmsize_t*)tif->tif_data; local 199 tmsize_t chunk = rowsize;
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
H A D | radeon_texture.h | 46 GLuint numrows, GLuint rowsize);
|
H A D | radeon_texture.c | 60 GLuint numrows, GLuint rowsize) 62 assert(rowsize <= dststride); 63 assert(rowsize <= srcstride); 67 "numrows %u, rowsize %u.\n", 70 numrows, rowsize); 72 if (rowsize == srcstride && rowsize == dststride) { 73 memcpy(dst, src, numrows*rowsize); 77 memcpy(dst, src, rowsize); 59 copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, GLuint numrows, GLuint rowsize) argument
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
H A D | radeon_texture.h | 46 GLuint numrows, GLuint rowsize);
|
H A D | radeon_texture.c | 60 GLuint numrows, GLuint rowsize) 62 assert(rowsize <= dststride); 63 assert(rowsize <= srcstride); 67 "numrows %u, rowsize %u.\n", 70 numrows, rowsize); 72 if (rowsize == srcstride && rowsize == dststride) { 73 memcpy(dst, src, numrows*rowsize); 77 memcpy(dst, src, rowsize); 59 copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, GLuint numrows, GLuint rowsize) argument
|
Completed in 7303 milliseconds