Searched defs:destHeight (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/core/
H A DSkBitmapScaler.cpp24 float destWidth, float destHeight,
58 float destWidth, float destHeight,
85 float scaleY = destHeight / srcFullHeight;
233 int destWidth, int destHeight, SkBitmap::Allocator* allocator) {
235 if (!valid_for_resize(source, destWidth, destHeight)) {
242 result.setInfo(SkImageInfo::MakeN32(destWidth, destHeight, source.alphaType(),
56 SkResizeFilter(SkBitmapScaler::ResizeMethod method, int srcFullWidth, int srcFullHeight, float destWidth, float destHeight, const SkRect& destSubset) argument
232 Resize(SkBitmap* resultPtr, const SkPixmap& source, ResizeMethod method, int destWidth, int destHeight, SkBitmap::Allocator* allocator) argument
/external/swiftshader/src/Main/
H A DFrameBufferGDI.cpp90 int destHeight = destRect ? destRect->y1 - destRect->y0 : bounds.bottom - bounds.top; local
92 StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, SRCCOPY);
/external/swiftshader/src/OpenGL/common/
H A DImage.cpp404 void LoadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, int inputPitch, int inputHeight, int destPitch, GLsizei destHeight, const void *input, void *buffer) argument
409 unsigned char *destStart = static_cast<unsigned char*>(buffer) + ((zoffset + z) * destPitch * destHeight);
/external/mesa3d/include/GL/
H A Dglxext.h852 int destXOrigin, destYOrigin, destWidth, destHeight; member in struct:__anon14376
/external/swiftshader/include/GL/
H A Dglxext.h693 int destXOrigin, destYOrigin, destWidth, destHeight; member in struct:__anon18191
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 233 milliseconds