/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | image.c | 592 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 …]
|
D | image.h | 105 GLint *destX, GLint *destY, 118 GLint *destX, GLint *destY,
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 592 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 …]
|
D | image.h | 105 GLint *destX, GLint *destY, 118 GLint *destX, GLint *destY,
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ |
D | ImageFrame.h | 100 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/ |
D | ImageBuffer.cpp | 369 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/ |
D | DrawUtils.java | 123 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/ |
D | PluginTest.cpp | 236 …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()
|
D | PluginTest.h | 96 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_cb_texture.c | 718 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/ |
D | st_cb_texture.c | 718 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/ |
D | svga_reg.h | 946 uint32 destY; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 946 uint32 destY; member
|
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 1079 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/ |
D | npfunctions.h | 125 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|
D | npapi.h | 911 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder.cc | 8372 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()
|