/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 123 int destY = targetRectangle.y + (targetRectangle.height - newImageHeight) / 2; 124 gc.drawImage(image, 0, 0, imageWidth, imageHeight, destX, destY, newImageWidth, newImageHeight); 316 int destY = srcData.width - srcX - 1; 317 int destIndex = destY * destBytesPerLine + destX * bytesPerPixel;
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_surface.c | 113 unsigned short srcw, unsigned short srch, short destx, short desty,
|
ftab.c | 67 short desty,
|
va_private.h | 101 short desty,
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
surface.c | 344 short destx, short desty, unsigned short destw, unsigned short desth, 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; 404 assert(desty + desth - 1 < drawable_surface->height);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.h | 119 GLuint destx, GLuint desty,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
ImageCanvas.java | 182 int destY = -selection - mOrigin.y; 184 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 609 GLint destx, GLint desty, GLenum type ) 628 desty = YFLIP(dstXrb, desty) - height + 1; 630 srcx, srcy, width, height, destx, desty); 633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 609 GLint destx, GLint desty, GLenum type ) 628 desty = YFLIP(dstXrb, desty) - height + 1; 630 srcx, srcy, width, height, destx, desty); 633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageOverlay.java | 285 int destY = vi.translate(0); 291 destX, destY, destWidth, destHeight); 294 SwtUtils.drawRectangleShadow(gc, destX, destY, destWidth, destHeight);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawpix.c | 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/mesa3d/src/mesa/main/ |
drawpix.c | 270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
ftab.c | 67 short desty,
|
va_private.h | 101 short desty,
|
/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/WebKit/Source/testing/plugin/ |
PluginTest.h | 96 bool NPN_ConvertPoint(double sourceX, double sourceY, NPCoordinateSpace sourceSpace, double *destX, double *destY, NPCoordinateSpace destSpace);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.h | 402 unsigned destx, unsigned desty, unsigned width, unsigned height);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
swrast.h | 137 GLint destx, GLint desty,
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 402 unsigned destx, unsigned desty, unsigned width, unsigned height);
|
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 137 GLint destx, GLint desty,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
NinePatchedImage.java | 749 int destY = 0; 778 p.dest.y = destY; 795 destY += p.dest.height;
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiObject.java | 209 * @param destY the Y-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/content/common/gpu/media/ |
vaapi_wrapper.cc | 105 short desty,
|
/external/chromium_org/third_party/libva/va/ |
va_backend.h | 211 short desty,
|