Searched refs:row_offset (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
D | fbdev_sw_winsys.c | 84 unsigned height, row_offset, row_len, i; in fbdev_displaytarget_display() local 102 row_offset = util_format_get_stride(dst->format, dst->x); in fbdev_displaytarget_display() 104 if (row_offset + row_len > fbdev->stride) { in fbdev_displaytarget_display() 106 if (row_offset >= fbdev->stride) in fbdev_displaytarget_display() 109 row_len = fbdev->stride - row_offset; in fbdev_displaytarget_display() 119 char *to = (char *) fbmem + fbdev->stride * (dst->y + i) + row_offset; in fbdev_displaytarget_display()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 260 img->row_offset = 0; in TIFFRGBAImageBegin() 647 rowstoread = th - (row + img->row_offset) % th; in gtTileContig() 657 row+img->row_offset, 0, 0)==(tmsize_t)(-1) && img->stoponerr) in gtTileContig() 662 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileContig() 789 rowstoread = th - (row + img->row_offset) % th; in gtTileSeparate() 799 row+img->row_offset,0,0)==(tmsize_t)(-1) && img->stoponerr) in gtTileSeparate() 806 row+img->row_offset,0,1) == (tmsize_t)(-1) in gtTileSeparate() 814 row+img->row_offset,0,2) == (tmsize_t)(-1) in gtTileSeparate() 822 row+img->row_offset,0,colorchannels) == (tmsize_t)(-1) in gtTileSeparate() 829 pos = ((row+img->row_offset) % th) * TIFFTileRowSize(tif) + \ in gtTileSeparate() [all …]
|
D | tiffio.h | 231 int row_offset; member
|
/external/webp/src/dec/ |
D | io.c | 452 const int row_offset = scaler->src_y - io->mb_y; in EmitRescaledAlphaRGB() local 454 io->a + row_offset * io->width, io->width); in EmitRescaledAlphaRGB()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
D | btGeneric6DofConstraint.h | 337 …int setAngularLimits(btConstraintInfo2 *info, int row_offset,const btTransform& transA,const btTra… in ATTRIBUTE_ALIGNED16()
|
D | btGeneric6DofConstraint.cpp | 669 int btGeneric6DofConstraint::setAngularLimits(btConstraintInfo2 *info, int row_offset, const btTran… in setAngularLimits() argument 672 int row = row_offset; in setAngularLimits()
|
D | btGeneric6DofSpring2Constraint.cpp | 549 int btGeneric6DofSpring2Constraint::setAngularLimits(btConstraintInfo2 *info, int row_offset, const… in setAngularLimits() argument 551 int row = row_offset; in setAngularLimits()
|
D | btGeneric6DofSpring2Constraint.h | 310 …int setAngularLimits(btConstraintInfo2 *info, int row_offset,const btTransform& transA,const btTra… in ATTRIBUTE_ALIGNED16()
|
/external/ImageMagick/coders/ |
D | png.c | 2004 row_offset; in ReadOnePNGImage() local 3199 row_offset=ping_rowbytes*y; in ReadOnePNGImage() 3202 row_offset=0; in ReadOnePNGImage() 3204 png_read_row(ping,ping_pixels+row_offset,NULL); in ReadOnePNGImage() 3216 GrayQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3220 GrayAlphaQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3224 RGBAQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3228 IndexQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3232 RGBQuantum,ping_pixels+row_offset,exception); in ReadOnePNGImage() 3327 row_offset=ping_rowbytes*y; in ReadOnePNGImage() [all …]
|