/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ |
D | ConvertPoint.cpp | 41 double destX, destY; in testConvert() local 42 if (!NPN_ConvertPoint(x, y, sourceSpace, &destX, &destY, destSpace)) in testConvert() 47 if (!NPN_ConvertPoint(destX, destY, destSpace, &srcX, &srcY, sourceSpace)) in testConvert()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | ImageBufferSkia.cpp | 208 int destY = 0; in getImageData() local 210 destY = -originY; in getImageData() 228 unsigned char* destRow = data + destY * destBytesPerRow + destX * 4; in getImageData() 289 int destY = destPoint.y() + sourceRect.y(); in putImageData() local 290 ASSERT(destY >= 0); in putImageData() 291 ASSERT(destY < size.height()); in putImageData() 297 int numRows = endY - destY; in putImageData() 313 … deviceBitmap.extractSubset(&destBitmap, SkIRect::MakeXYWH(destX, destY, numColumns, numRows)); in putImageData() 336 dstDevice->writePixels(destBitmap, destX, destY); in putImageData()
|
/external/webkit/Source/WebKit2/Platform/cg/ |
D | CGUtilities.cpp | 44 CGFloat destY = -static_cast<CGFloat>(imageHeight) - destination.y + source.origin.y; in paintImage() local 46 CGContextDrawImage(context, CGRectMake(destX, destY, imageWidth, imageHeight), image); in paintImage()
|
/external/webkit/Source/WebCore/platform/image-decoders/ |
D | ImageDecoder.h | 106 for (int destY = startY + 1; destY < endY; ++destY) in copyRowNTimes() local 107 memcpy(getAddr(startX, destY), startAddr, rowBytes); in copyRowNTimes()
|
/external/webkit/Source/WebCore/platform/image-decoders/png/ |
D | PNGImageDecoder.cpp | 399 int destY = scaledY(rowIndex); in rowAvailable() local 402 if (destY < 0 || destY >= scaledSize().height()) in rowAvailable() 408 buffer.setRGBA(x, destY, pixel[0], pixel[1], pixel[2], alpha); in rowAvailable()
|
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/ |
D | JPEGImageDecoder.cpp | 485 int destY = scaledY(sourceY); in outputScanlines() local 486 if (destY < 0) in outputScanlines() 492 buffer.setRGBA(x, destY, jsample[0], jsample[1], jsample[2], 0xFF); in outputScanlines() 504 … buffer.setRGBA(x, destY, jsample[0] * k / 255, jsample[1] * k / 255, jsample[2] * k / 255, 0xFF); in outputScanlines()
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginTest.cpp | 152 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace… in NPN_ConvertPoint() argument 154 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace); in NPN_ConvertPoint()
|
D | PluginTest.h | 77 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|
/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/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 95 …eX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace… 99 destY = sourceY; 136 …destY = m_windowFrameInScreenCoordinates.y() + m_viewFrameInWindowCoordinates.y() + m_viewFrameInW… 140 destY = sourceYInScreenSpace - m_windowFrameInScreenCoordinates.y(); 144 destY = sourceYInScreenSpace - m_windowFrameInScreenCoordinates.y(); 145 destY = m_windowFrameInScreenCoordinates.height() - destY; 149 destY = sourceYInScreenSpace; 153 destY = flipScreenYCoordinate(sourceYInScreenSpace);
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder.cpp | 194 int sampleSize, int destX, int destY, in cropBitmap() argument 220 (srcY - destY) / sampleSize, in cropBitmap()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 198 int sampleSize, int destX, int destY, in cropBitmap() argument 224 (srcY - destY) / sampleSize, in cropBitmap()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebBaseNetscapePluginView.h | 140 toX:(double *)destX andY:(double *)destY space:(NPCoordinateSpace)destSpace;
|
D | npapi.mm | 215 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace… 217 …nstance) convertFromX:sourceX andY:sourceY space:sourceSpace toX:destX andY:destY space:destSpace];
|
D | WebBaseNetscapePluginView.mm | 857 toX:(double *)destX andY:(double *)destY space:(NPCoordinateSpace)destSpace 863 if (destY) 864 *destY = sourceY; 933 if (destY) 934 *destY = destPoint.y;
|
/external/skia/legacy/include/images/ |
D | SkImageDecoder.h | 343 int destX, int destY, int width, int height,
|
/external/skia/include/images/ |
D | SkImageDecoder.h | 352 int destX, int destY, int width, int height,
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapeBrowserFuncs.cpp | 871 …eX, double sourceY, NPCoordinateSpace sourceSpace, double* destX, double* destY, NPCoordinateSpace… in NPN_ConvertPoint() argument 882 if (destY) in NPN_ConvertPoint() 883 *destY = destinationY; in NPN_ConvertPoint()
|
D | NetscapePlugin.h | 56 …eX, double sourceY, NPCoordinateSpace sourceSpace, double& destX, double& destY, NPCoordinateSpace…
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | WebKitPluginClient.defs | 96 out destY :double);
|
D | NetscapePluginInstanceProxy.h | 139 double& destX, double& destY, NPCoordinateSpace destSpace);
|
D | NetscapePluginHostProxy.mm | 1055 … uint32_t destSpace, boolean_t *returnValue, double *destX, double *destY) 1066 … *destX, *destY, static_cast<NPCoordinateSpace>(destSpace));
|
D | NetscapePluginInstanceProxy.mm | 1593 … double& destX, double& destY, NPCoordinateSpace destSpace) 1597 …return [m_pluginView convertFromX:sourceX andY:sourceY space:sourceSpace toX:&destX andY:&destY sp…
|
/external/webkit/Source/WebCore/plugins/ |
D | npfunctions.h | 76 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 905 …eX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace…
|