Home
last modified time | relevance | path

Searched refs:destY (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimage.c592 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
620 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
621 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
622 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
623 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
626 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
627 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
631 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
632 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
633 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
[all …]
Dimage.h105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
/external/mesa3d/src/mesa/main/
Dimage.c592 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
620 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
621 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
622 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
623 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
626 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
627 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
631 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
632 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
633 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
[all …]
Dimage.h105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
DImageFrame.h100 for (int destY = startY + 1; destY < endY; ++destY) in copyRowNTimes() local
101 memcpy(getAddr(startX, destY), startAddr, rowBytes); in copyRowNTimes()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.cpp369 int destY = destPoint.y() + sourceRect.y(); in putByteArray() local
370 ASSERT(destY >= 0); in putByteArray()
371 ASSERT(destY < m_surface->size().height()); in putByteArray()
377 int numRows = endY - destY; in putByteArray()
390 context()->writePixels(srcBitmap, destX, destY, config8888); in putByteArray()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java123 int destY = targetRectangle.y + (targetRectangle.height - newImageHeight) / 2; in drawScaledImage() local
124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight); in drawScaledImage()
316 int destY = srcData.width - srcX - 1; in rotateOptimized() local
317 int destIndex = destY * destBytesPerLine + destX * bytesPerPixel; in rotateOptimized()
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
DPluginTest.cpp236 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace… in NPN_ConvertPoint() argument
238 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace); in NPN_ConvertPoint()
DPluginTest.h96 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
/external/chromium_org/third_party/mesa/src/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/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.h946 uint32 destY; member
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
Dsvga_reg.h946 uint32 destY; member
/external/chromium_org/content/child/npapi/
Dplugin_host.cc1079 double *destX, double *destY, in NPN_ConvertPoint() argument
1084 sourceX, sourceY, sourceSpace, destX, destY, destSpace); in NPN_ConvertPoint()
/external/chromium_org/third_party/npapi/bindings/
Dnpfunctions.h125 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
Dnpapi.h911 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder.cc8372 GLint destY = dy; in DoCopyTexImage2D() local
8375 destX, destY, copyX, copyY, in DoCopyTexImage2D()
8489 GLint destY = yoffset + dy; in DoCopyTexSubImage2D() local
8492 destX, destY, copyX, copyY, in DoCopyTexSubImage2D()