/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);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageBuffer.cpp | 357 int destX = destPoint.x() + sourceRect.x(); 358 ASSERT(destX >= 0); 359 ASSERT(destX < m_surface->size().width()); 366 int numColumns = endX - destX; 390 context()->writePixels(srcBitmap, destX, destY, config8888);
|
/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/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/third_party/WebKit/Source/testing/plugin/ |
PluginTest.cpp | 236 bool PluginTest::NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace) 238 return browser->convertpoint(m_npp, sourceX, sourceY, sourceSpace, destX, destY, destSpace);
|
PluginTest.h | 96 bool NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
|
/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/testing/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);
|
npapi.h | 911 NPBool NP_LOADDS NPN_ConvertPoint(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/current/ |
uiautomator.jar | |
/frameworks/support/v4/java/android/support/v4/view/ |
ViewPager.java | 558 int destX = 0; 561 destX = (int) (width * Math.max(mFirstOffset, 565 smoothScrollTo(destX, 0, velocity); 580 scrollTo(destX, 0); 581 pageScrolled(destX); [all...] |