HomeSort by relevance Sort by last modified time
    Searched refs:destX (Results 1 - 25 of 65) sorted by null

1 2 3

  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
sample.rs 33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
37 uv.x = (float)x / destX;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
image.c 592 GLint *destX, GLint *destY,
606 if (*destX < buffer->_Xmin) {
607 unpack->SkipPixels += (buffer->_Xmin - *destX);
608 *width -= (buffer->_Xmin - *destX);
609 *destX = buffer->_Xmin;
612 if (*destX + *width > buffer->_Xmax)
613 *width -= (*destX + *width - buffer->_Xmax);
713 GLint *destX, GLint *destY,
722 *destX = *destX + *srcX - srcX0
    [all...]
  /external/mesa3d/src/mesa/main/
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
image.c 592 GLint *destX, GLint *destY,
606 if (*destX < buffer->_Xmin) {
607 unpack->SkipPixels += (buffer->_Xmin - *destX);
608 *width -= (buffer->_Xmin - *destX);
609 *destX = buffer->_Xmin;
612 if (*destX + *width > buffer->_Xmax)
613 *width -= (*destX + *width - buffer->_Xmax);
713 GLint *destX, GLint *destY,
722 *destX = *destX + *srcX - srcX0
    [all...]
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 71 int32_t destX = destStartX + offsetX;
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageOverlay.java 284 int destX = hi.translate(0);
291 destX, destY, destWidth, destHeight);
294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 355 int destX = destPoint.x() + sourceRect.x();
356 ASSERT(destX >= 0);
357 ASSERT(destX < m_surface->size().width());
373 context()->writePixels(info, srcAddr, srcBytesPerRow, destX, destY);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 122 int destX = targetRectangle.x + (targetRectangle.width - newImageWidth) / 2;
124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight);
315 int destX = srcY;
317 int destIndex = destY * destBytesPerLine + destX * bytesPerPixel;
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 221 double* destX,
225 m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
PluginTest.h 132 double* destX,