Home
last modified time | relevance | path

Searched defs:srcX (Results 1 – 25 of 46) sorted by relevance

12

/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DSortedSpriteTest.java48 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/
DSkSpriteBlitterTemplate.h16 int srcX = x - fLeft; in blitRect() local
DSkImageCacherator.cpp113 int srcX, int srcY) { in directGeneratePixels()
/external/skia/src/image/
DSkImage.cpp52 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()
DSkImage_Generator.cpp43 int srcX, int srcY, CachingHint chint) const { in onReadPixels()
DSkImage_Raster.cpp138 int srcX, int srcY, CachingHint) const { in onReadPixels()
DSkSurface.cpp190 int srcX, int srcY) { in readPixels()
DSkImage_Gpu.cpp111 int srcX, int srcY, CachingHint) const { in onReadPixels()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DBatch.java97 …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()
DGdx2DPixmap.java197 …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()
DCpuSpriteBatch.java152 …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()
DSpriteCache.java368 …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()
DSprite.java70 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()
DSpriteBatch.java230 …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/
Dxorg_renderer.c140 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()
Dxorg_exa.c469 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/
Dxa_renderer.c187 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()
Dxa_composite.c504 int srcX, int srcY, int maskX, int maskY, in xa_composite_rect()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp69 X srcX; variable
Dcopy-assign-synthesis-1.cpp84 X srcX; variable
/external/skia/src/codec/
DSkBmpStandardCodec.cpp309 int srcX = srcStartX; in decodeIcoMask() local
/external/mesa3d/src/mesa/main/
Dimage.c663 GLint *srcX, GLint *srcY, in _mesa_clip_readpixels()
714 GLint *srcX, GLint *srcY, in _mesa_clip_copytexsubimage()
/external/skia/src/utils/
DSkNinePatch.cpp257 const int32_t srcX[4] = { in drawNineViaRects() local
/external/skia/include/core/
DSkPixmap.h156 bool readPixels(const SkPixmap& dst, int srcX, int srcY) const { in readPixels()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c386 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_8R8G8B() local
520 const int srcX = clippedUnpack.SkipPixels; in xmesa_DrawPixels_5R6G5B() local

12