/external/skia/src/image/ |
D | SkImage_Generator.cpp | 24 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri… 43 int srcX, int srcY, CachingHint chint) const { in onReadPixels() argument 47 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY); in onReadPixels() 52 if (fCache->directGeneratePixels(dstInfo, dstPixels, dstRB, srcX, srcY)) { in onReadPixels() 60 return bm.readPixels(dstInfo, dstPixels, dstRB, srcX, srcY); in onReadPixels()
|
D | SkImage.cpp | 52 int srcX, int srcY, CachingHint chint) const { in readPixels() argument 53 SkReadPixelsRec rec(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in readPixels() 226 int srcX, int srcY, CachingHint) const { in onReadPixels() argument 237 canvas.drawImage(this, -SkIntToScalar(srcX), -SkIntToScalar(srcY), &paint); in onReadPixels() 257 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels() argument 258 return this->readPixels(pmap.info(), pmap.writable_addr(), pmap.rowBytes(), srcX, srcY, chint); in readPixels()
|
D | SkImage_Raster.cpp | 69 …bool onReadPixels(const SkImageInfo&, void*, size_t, int srcX, int srcY, CachingHint) const overri… 138 int srcX, int srcY, CachingHint) const { in onReadPixels() argument 140 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in onReadPixels()
|
D | SkSurface.cpp | 190 int srcX, int srcY) { in readPixels() argument 191 return this->getCanvas()->readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in readPixels()
|
/external/skia/src/core/ |
D | SkSpriteBlitterTemplate.h | 16 int srcX = x - fLeft; in blitRect() local 19 const SkSPRITE_SRC_TYPE* SK_RESTRICT src = fSource.SkSPRITE_SRC_GETADDR(srcX, srcY); in blitRect() 24 SkDEBUGCODE((void)fSource.SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);) in blitRect() 26 SkSPRITE_PREAMBLE(fSource, srcX, srcY); in blitRect()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 140 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument 147 pt0[0] = srcX; in add_vertex_data1() 149 pt1[0] = (srcX + width); in add_vertex_data1() 151 pt2[0] = (srcX + width); in add_vertex_data1() 153 pt3[0] = srcX; in add_vertex_data1() 210 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() argument 221 spt0[0] = srcX; in add_vertex_data2() 223 spt1[0] = (srcX + width); in add_vertex_data2() 225 spt2[0] = (srcX + width); in add_vertex_data2() 227 spt3[0] = srcX; in add_vertex_data2() [all …]
|
D | xorg_exa.c | 469 ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, in ExaCopy() argument 478 srcX, srcY, dstX, dstY, width, height); in ExaCopy() 482 u_box_2d(srcX, srcY, width, height, &src_box); in ExaCopy() 488 !((dstX + width) < srcX || dstX > (srcX + width) || in ExaCopy() 506 srcX, srcY, 0, in ExaCopy() 686 ExaComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, in ExaComposite() argument 695 srcX, srcY, maskX, maskY, dstX, dstY, width, height); in ExaComposite() 699 xorg_composite(exa, priv, srcX, srcY, maskX, maskY, in ExaComposite()
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 155 srcX = x; in setSourceImage() 169 srcX = srcY = -1; in setSourceImage() 198 srcX = x; in setSourceImage() 344 if (srcX >= 0 && srcY >= 0) in compress() 345 compressedSize = compress(srcBuf, srcX, srcY, srcWidth, srcPitch, in compress() 353 if (srcX >= 0 && srcY >= 0) in compress() 354 compressedSize = compress(srcBufInt, srcX, srcY, srcWidth, srcStride, in compress() 433 encodeYUV(srcBufInt, srcX, srcY, srcWidth, srcStride, srcHeight, in encodeYUV() 437 encodeYUV(srcBuf, srcX, srcY, srcWidth, srcPitch, srcHeight, in encodeYUV() 637 private int srcX = -1; field in TJCompressor
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | SortedSpriteTest.java | 48 public MySprite (Texture texture, int srcX, int srcY, int srcWidth, int srcHeight) { in MySprite() argument 49 super(texture, srcX, srcY, srcWidth, srcHeight); in MySprite() 60 public MySprite (TextureRegion region, int srcX, int srcY, int srcWidth, int srcHeight) { in MySprite() argument 61 super(region, srcX, srcY, srcWidth, srcHeight); in MySprite()
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 69 X srcX; variable 74 dstY = dstX = srcX; in main() 75 srcX.pr(); in main()
|
D | copy-assign-synthesis-1.cpp | 84 X srcX; variable 89 dstY = dstX = srcX; in main() 90 srcX.pr(); in main()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 187 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() argument 194 pt0[0] = srcX; in add_vertex_data1() 196 pt1[0] = (srcX + width); in add_vertex_data1() 198 pt2[0] = (srcX + width); in add_vertex_data1() 200 pt3[0] = srcX; in add_vertex_data1() 231 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() argument 242 spt0[0] = srcX; in add_vertex_data2() 244 spt1[0] = srcX + width; in add_vertex_data2() 288 float srcX, in setup_vertex_data_yuv() argument 300 spt0[0] = srcX; in setup_vertex_data_yuv() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/ |
D | Batch.java | 97 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in draw() argument 112 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() argument 123 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw() argument
|
D | Gdx2DPixmap.java | 197 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int dstX, int dstY, int width, int he… in drawPixmap() argument 198 drawPixmap(src.basePtr, basePtr, srcX, srcY, width, height, dstX, dstY, width, height); in drawPixmap() 201 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int srcWidth, int srcHeight, int dstX… in drawPixmap() argument 203 …drawPixmap(src.basePtr, basePtr, srcX, srcY, srcWidth, srcHeight, dstX, dstY, dstWidth, dstHeight); in drawPixmap() 350 …private static native void drawPixmap (long src, long dst, int srcX, int srcY, int srcWidth, int s… in drawPixmap() argument
|
D | CpuSpriteBatch.java | 152 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in draw() argument 154 …super.draw(texture, x, y, originX, originY, width, height, scaleX, scaleY, rotation, srcX, srcY, s… in draw() 157 …drawAdjusted(texture, x, y, originX, originY, width, height, scaleX, scaleY, rotation, srcX, srcY,… in draw() 163 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() argument 166 super.draw(texture, x, y, width, height, srcX, srcY, srcWidth, srcHeight, flipX, flipY); in draw() 168 …drawAdjusted(texture, x, y, 0, 0, width, height, 1, 1, 0, srcX, srcY, srcWidth, srcHeight, flipX, … in draw() 173 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw() argument 175 super.draw(texture, x, y, srcX, srcY, srcWidth, srcHeight); in draw() 177 drawAdjusted(texture, x, y, 0, 0, srcWidth, srcHeight, 1, 1, 0, srcX, srcY, srcWidth, srcHeight, in draw() 275 …float scaleX, float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boole… in drawAdjusted() argument [all …]
|
D | SpriteCache.java | 368 …public void add (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeigh… in add() argument 371 final float u = srcX * invTexWidth; in add() 373 final float u2 = (srcX + srcWidth) * invTexWidth; in add() 426 …public void add (Texture texture, float x, float y, float width, float height, int srcX, int srcY,… in add() argument 431 float u = srcX * invTexWidth; in add() 433 float u2 = (srcX + srcWidth) * invTexWidth; in add() 498 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in add() argument 576 float u = srcX * invTexWidth; in add() 578 float u2 = (srcX + srcWidth) * invTexWidth; in add()
|
D | SpriteBatch.java | 230 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in draw() argument 314 float u = srcX * invTexWidth; in draw() 316 float u2 = (srcX + srcWidth) * invTexWidth; in draw() 360 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() argument 371 float u = srcX * invTexWidth; in draw() 373 float u2 = (srcX + srcWidth) * invTexWidth; in draw() 419 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw() argument 429 final float u = srcX * invTexWidth; in draw() 431 final float u2 = (srcX + srcWidth) * invTexWidth; in draw()
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 663 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() argument 674 if (*srcX < 0) { in _mesa_clip_readpixels() 675 pack->SkipPixels += (0 - *srcX); in _mesa_clip_readpixels() 676 *width -= (0 - *srcX); in _mesa_clip_readpixels() 677 *srcX = 0; in _mesa_clip_readpixels() 680 if (*srcX + *width > (GLsizei) buffer->Width) in _mesa_clip_readpixels() 681 *width -= (*srcX + *width - buffer->Width); in _mesa_clip_readpixels() 714 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage() argument 718 const GLint srcX0 = *srcX, srcY0 = *srcY; in _mesa_clip_copytexsubimage() 721 srcX, srcY, width, height)) { in _mesa_clip_copytexsubimage() [all …]
|
D | image.h | 112 GLint *srcX, GLint *srcY, 119 GLint *srcX, GLint *srcY,
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | filter2D.cl | 188 int srcX = srcOffsetX + x; 194 if (srcX >= srcBeginX && srcX < srcEndX) 199 … data[sy + sy_index] = convertToWT(loadpix(srcptr + mad24(srcY, src_step, srcX * SRCSIZE))); 212 EXTRAPOLATE(srcX, srcBeginX, srcEndX); 217 data[sy + sy_index] = convertToWT(loadpix(srcptr + mad24(tempY, src_step, srcX * SRCSIZE)));
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 314 for (int srcX = 0; srcX < srcData.width; srcX++) { in rotateOptimized() 316 int destY = srcData.width - srcX - 1; in rotateOptimized() 318 int srcIndex = srcY * srcData.bytesPerLine + srcX * bytesPerPixel; in rotateOptimized()
|
/external/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 309 int srcX = srcStartX; in decodeIcoMask() local 313 SkTDivMod(srcX, 8, "ient, &modulus); in decodeIcoMask() 317 srcX += sampleX; in decodeIcoMask()
|
/external/skia/include/core/ |
D | SkImage.h | 246 int srcX, int srcY, CachingHint = kAllow_CachingHint) const; 248 bool readPixels(const SkPixmap& dst, int srcX, int srcY,
|
D | SkPixmap.h | 152 int srcX, int srcY) const; 156 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels() argument 157 return this->readPixels(dst.info(), dst.writable_addr(), dst.rowBytes(), srcX, srcY); in readPixels()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 445 GLint srcX, GLint srcY, GLsizei width, GLsizei height, in swrast_fast_copy_pixels() argument 496 if (srcX < 0 || srcX + width > (GLint) srcFb->Width || in swrast_fast_copy_pixels() 523 srcMap = map + srcY * rowStride + srcX * pixelBytes; in swrast_fast_copy_pixels() 542 ctx->Driver.MapRenderbuffer(ctx, srcRb, srcX, srcY, in swrast_fast_copy_pixels()
|