Searched refs:dstX (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/awt/java/awt/image/
H A DReplicateScaleFilter.java135 int dstX = (x * destWidth + wa) / srcWidth;
141 dx = dstX;
148 consumer.setPixels(dstX, dy, dx - dstX, 1, model, buff, dstX, destWidth);
170 int dstX = (x * destWidth + wa) / srcWidth;
176 dx = dstX;
183 consumer.setPixels(dstX, dy, dx - dstX, 1, model, buff, dstX, destWidt
[all...]
H A DWritableRaster.java267 int dstX = srcX + dx;
270 if (dstX < this.minX) {
271 int minOffX = this.minX - dstX;
273 dstX = this.minX;
284 if (dstX + w > this.minX + this.width) {
285 int maxOffX = (dstX + w) - (this.minX + this.width);
306 setPixels(dstX, dstY + i, w, 1, iPixelsLine);
314 setPixels(dstX, dstY + i, w, 1, fPixelsLine);
322 setPixels(dstX, dstY + i, w, 1, dPixelsLine);
342 int dstX
[all...]
H A DLookupOp.java346 for (int srcX = minSrcX, dstX = minDstX; srcX < maxX; srcX++, dstX++) {
349 dst.setPixel(dstX, dstY, pixel);
/frameworks/base/awt/org/apache/harmony/awt/gl/render/
H A DNativeImageBlitter.java52 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
58 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
62 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
67 double scaledX = dstX / scaleX;
79 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
84 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
90 dstX += sysxform.getTranslateX();
93 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf,
99 JavaBlitter.inst.blit(srcX, srcY, srcSurf, dstX, dstY,
110 JavaBlitter.inst.blit(srcX, srcY, tmpSurf, dstX, dst
118 blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) argument
202 bltBG(int srcX, int srcY, long srsSurfDataPtr, Object srcData, int dstX, int dstY, long dstSurfDataPtr, Object dstData, int width, int height, int bgcolor, int compType, float alpha, int clip[], boolean invalidated) argument
207 blt(int srcX, int srcY, long srsSurfDataPtr, Object srcData, int dstX, int dstY, long dstSurfDataPtr, Object dstData, int width, int height, int compType, float alpha, int clip[], boolean invalidated) argument
212 xor(int srcX, int srcY, long srsSurfDataPtr, Object srcData, int dstX, int dstY, long dstSurfDataPtr, Object dstData, int width, int height, int xorcolor, int clip[], boolean invalidated) argument
[all...]
H A DBlitter.java39 int dstX, int dstY, Surface dstSurf, int width, int height,
45 int dstX, int dstY, Surface dstSurf, int width, int height,
50 int dstX, int dstY, Surface dstSurf, int width, int height,
38 blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, AffineTransform xform, Composite comp, Color bgcolor, MultiRectArea clip) argument
44 blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, AffineTransform sysxform, Composite comp, Color bgcolor, MultiRectArea clip) argument
49 blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, Surface dstSurf, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) argument
H A DNullBlitter.java40 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
46 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
51 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
H A DJavaBlitter.java82 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
88 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
93 double scaledX = dstX / scaleX;
105 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
115 dstX += sysxform.getTranslateX();
118 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf,
135 transformedBlit(srcCM, srcR, 0, 0, dstCM, dstR, dstX, dstY, w, h,
141 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
146 srcSurf.getColorModel(), srcSurf.getRaster(), dstX, dstY,
153 ColorModel srcCM, Raster srcRast, int dstX, in
152 javaBlt(int srcX, int srcY, int srcW, int srcH, ColorModel srcCM, Raster srcRast, int dstX, int dstY, int dstW, int dstH, ColorModel dstCM, WritableRaster dstRast, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) argument
294 alphaCompose(int srcX, int srcY, ColorModel srcCM, Raster srcRast, int dstX, int dstY, ColorModel dstCM, WritableRaster dstRast, int width, int height, int rule, float alpha, Color bgcolor) argument
325 xorCompose(int srcX, int srcY, ColorModel srcCM, Raster srcRast, int dstX, int dstY, ColorModel dstCM, WritableRaster dstRast, int width, int height, Color xorcolor) argument
351 transformedBlit(ColorModel srcCM, Raster srcR, int srcX, int srcY, ColorModel dstCM, WritableRaster dstR, int dstX, int dstY, int width, int height, AffineTransform at, Composite comp, Color bgcolor,MultiRectArea clip) argument
[all...]
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidJavaBlitter.java77 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
83 blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, width, height,
88 double scaledX = dstX / scaleX;
100 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
110 dstX += sysxform.getTranslateX();
113 simpleBlit(srcX, srcY, srcSurf, dstX, dstY, dstSurf,
130 transformedBlit(srcCM, srcR, 0, 0, dstCM, dstR, dstX, dstY, w, h,
136 public void simpleBlit(int srcX, int srcY, Surface srcSurf, int dstX, int dstY, argument
152 canvas.drawBitmap(bmap, dstX, dstY, paint);
155 public void blit(int srcX, int srcY, Surface srcSurf, int dstX, in argument
167 javaBlt(int srcX, int srcY, int srcW, int srcH, ColorModel srcCM, Raster srcRast, int dstX, int dstY, int dstW, int dstH, ColorModel dstCM, WritableRaster dstRast, int width, int height, Composite comp, Color bgcolor, MultiRectArea clip) argument
313 alphaCompose(int srcX, int srcY, ColorModel srcCM, Raster srcRast, int dstX, int dstY, ColorModel dstCM, WritableRaster dstRast, int width, int height, int rule, float alpha, Color bgcolor) argument
328 xorCompose(int srcX, int srcY, ColorModel srcCM, Raster srcRast, int dstX, int dstY, ColorModel dstCM, WritableRaster dstRast, int width, int height, Color xorcolor) argument
338 transformedBlit(ColorModel srcCM, Raster srcR, int srcX, int srcY, ColorModel dstCM, WritableRaster dstR, int dstX, int dstY, int width, int height, AffineTransform at, Composite comp, Color bgcolor, MultiRectArea clip) argument
[all...]
H A DAndroidGraphics2D.java896 int dstX = dx1;
907 blitter.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, srcW, srcH,
913 blitter.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, srcW, srcH,
/frameworks/base/media/java/android/media/
H A DThumbnailUtil.java373 int dstX = (targetWidth - src.width()) / 2;
376 dstX,
378 targetWidth - dstX,
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java428 int dstX = dx1;
439 blitter.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, srcW, srcH,
445 blitter.blit(srcX, srcY, srcSurf, dstX, dstY, dstSurf, srcW, srcH,

Completed in 361 milliseconds