Home
last modified time | relevance | path

Searched refs:row_offset (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/winsys/sw/fbdev/
Dfbdev_sw_winsys.c84 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/
Dtif_getimage.c260 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 …]
Dtiffio.h231 int row_offset; member
/external/webp/src/dec/
Dio.c452 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/
DbtGeneric6DofConstraint.h337 …int setAngularLimits(btConstraintInfo2 *info, int row_offset,const btTransform& transA,const btTra… in ATTRIBUTE_ALIGNED16()
DbtGeneric6DofConstraint.cpp669 int btGeneric6DofConstraint::setAngularLimits(btConstraintInfo2 *info, int row_offset, const btTran… in setAngularLimits() argument
672 int row = row_offset; in setAngularLimits()
DbtGeneric6DofSpring2Constraint.cpp549 int btGeneric6DofSpring2Constraint::setAngularLimits(btConstraintInfo2 *info, int row_offset, const… in setAngularLimits() argument
551 int row = row_offset; in setAngularLimits()
DbtGeneric6DofSpring2Constraint.h310 …int setAngularLimits(btConstraintInfo2 *info, int row_offset,const btTransform& transA,const btTra… in ATTRIBUTE_ALIGNED16()
/external/ImageMagick/coders/
Dpng.c2004 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 …]