Home
last modified time | relevance | path

Searched refs:destX (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimage.c592 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
606 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels()
607 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
608 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
609 *destX = buffer->_Xmin; in _mesa_clip_drawpixels()
612 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels()
613 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels()
713 GLint *destX, GLint *destY, in _mesa_clip_copytexsubimage() argument
722 *destX = *destX + *srcX - srcX0; in _mesa_clip_copytexsubimage()
Dimage.h105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java122 int destX = targetRectangle.x + (targetRectangle.width - newImageWidth) / 2; in drawScaledImage() local
124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight); in drawScaledImage()
315 int destX = srcY; in rotateOptimized() local
317 int destIndex = destY * destBytesPerLine + destX * bytesPerPixel; in rotateOptimized()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c718 GLint destX, GLint destY, GLint destZ, in fallback_copy_texsubimage() argument
752 destX, destY, width, height); in fallback_copy_texsubimage()
917 GLint destX, GLint destY, GLint destZ, in st_CopyTexSubImage() argument
1016 destX, destY, destZ + stImage->base.Face, in st_CopyTexSubImage()
1079 destX, destY, in st_CopyTexSubImage()
1080 destX + width, destY + height, in st_CopyTexSubImage()
1097 destX, destY, destZ, in st_CopyTexSubImage()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h945 uint32 destX; member