HomeSort by relevance Sort by last modified time
    Searched refs:destX (Results 1 - 25 of 66) 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 373 int destX = destPoint.x() + sourceRect.x();
374 ASSERT(destX >= 0);
375 ASSERT(destX < m_surface->size().width());
393 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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 170 int destX = -selection - mOrigin.x;
172 scroll(destX, 0, 0, 0, imageBounds.width, imageBounds.height, false);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 718 GLint destX, GLint destY, GLint destZ,
752 destX, destY, width, height);
917 GLint destX, GLint destY, GLint destZ,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 718 GLint destX, GLint destY, GLint destZ,
752 destX, destY, width, height);
917 GLint destX, GLint destY, GLint destZ,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImage.java 748 int destX = 0;
762 destX = 0;
777 p.dest.x = destX;
793 destX += p.dest.width;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiObject.java 208 * @param destX the X-axis coordinate.
215 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException {
217 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY,
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 125 typedef NPBool (*NPN_ConvertPointPtr)(NPP instance, double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
  /external/chromium_org/content/child/npapi/
plugin_host.cc     [all...]
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 

Completed in 646 milliseconds

1 2 3