/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() 60 public MySprite (TextureRegion region, int srcX, int srcY, int srcWidth, int srcHeight) { in MySprite()
|
/external/skia/src/core/ |
D | SkSpriteBlitterTemplate.h | 16 int srcX = x - fLeft; in blitRect() local
|
D | SkImageCacherator.cpp | 113 int srcX, int srcY) { in directGeneratePixels()
|
/external/skia/src/image/ |
D | SkImage.cpp | 52 int srcX, int srcY, CachingHint chint) const { in readPixels() 226 int srcX, int srcY, CachingHint) const { in onReadPixels() 257 bool SkImage::readPixels(const SkPixmap& pmap, int srcX, int srcY, CachingHint chint) const { in readPixels()
|
D | SkImage_Generator.cpp | 43 int srcX, int srcY, CachingHint chint) const { in onReadPixels()
|
D | SkImage_Raster.cpp | 138 int srcX, int srcY, CachingHint) const { in onReadPixels()
|
D | SkSurface.cpp | 190 int srcX, int srcY) { in readPixels()
|
D | SkImage_Gpu.cpp | 111 int srcX, int srcY, CachingHint) const { in onReadPixels()
|
/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() 112 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() 123 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw()
|
D | Gdx2DPixmap.java | 197 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int dstX, int dstY, int width, int he… in drawPixmap() 201 …public void drawPixmap (Gdx2DPixmap src, int srcX, int srcY, int srcWidth, int srcHeight, int dstX… in drawPixmap() 350 …private static native void drawPixmap (long src, long dst, int srcX, int srcY, int srcWidth, int s… in drawPixmap()
|
D | CpuSpriteBatch.java | 152 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in draw() 163 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() 173 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw() 275 …float scaleX, float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boole… in drawAdjusted()
|
D | SpriteCache.java | 368 …public void add (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeigh… in add() 426 …public void add (Texture texture, float x, float y, float width, float height, int srcX, int srcY,… in add() 498 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in add()
|
D | Sprite.java | 70 public Sprite (Texture texture, int srcX, int srcY, int srcWidth, int srcHeight) { in Sprite() 93 public Sprite (TextureRegion region, int srcX, int srcY, int srcWidth, int srcHeight) { in Sprite()
|
D | SpriteBatch.java | 230 …float scaleY, float rotation, int srcX, int srcY, int srcWidth, int srcHeight, boolean flipX, bool… in draw() 360 …public void draw (Texture texture, float x, float y, float width, float height, int srcX, int srcY… in draw() 419 …public void draw (Texture texture, float x, float y, int srcX, int srcY, int srcWidth, int srcHeig… in draw()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 140 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 210 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 287 float srcX, float srcY, float srcW, float srcH, in setup_vertex_data_yuv()
|
D | xorg_exa.c | 469 ExaCopy(PixmapPtr pDstPixmap, int srcX, int srcY, int dstX, int dstY, in ExaCopy() 686 ExaComposite(PixmapPtr pDst, int srcX, int srcY, int maskX, int maskY, in ExaComposite()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 187 float srcX, float srcY, float dstX, float dstY, in add_vertex_data1() 231 float srcX, float srcY, float maskX, float maskY, in add_vertex_data2() 288 float srcX, in setup_vertex_data_yuv()
|
D | xa_composite.c | 504 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect()
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 69 X srcX; variable
|
D | copy-assign-synthesis-1.cpp | 84 X srcX; variable
|
/external/skia/src/codec/ |
D | SkBmpStandardCodec.cpp | 309 int srcX = srcStartX; in decodeIcoMask() local
|
/external/mesa3d/src/mesa/main/ |
D | image.c | 663 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels() 714 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 257 const int32_t srcX[4] = { in drawNineViaRects() local
|
/external/skia/include/core/ |
D | SkPixmap.h | 156 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_dd.c | 386 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_8R8G8B() local 520 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_5R6G5B() local
|