Home
last modified time | relevance | path

Searched defs:dstHeight (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_ktx.cpp148 const int dstHeight = sampler.scaledHeight(); in onDecode() local
177 const int dstHeight = sampler.scaledHeight(); in onDecode() local
196 const int dstHeight = sampler.scaledHeight(); in onDecode() local
226 const int dstHeight = sampler.scaledHeight(); in onDecode() local
DSkImageDecoder_pkm.cpp87 const int dstHeight = sampler.scaledHeight(); in onDecode() local
DSkImageDecoder_astc.cpp162 const int dstHeight = sampler.scaledHeight(); in onDecode() local
DSkImageDecoder_libbmp.cpp157 const int dstHeight = sampler.scaledHeight(); in onDecode() local
/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; in st_generate_mipmap() local
/external/skia/src/codec/
DSkJpegCodec.cpp248 const unsigned int dstHeight = size.height(); in onDimensionsSupported() local
319 uint32_t dstHeight = dstInfo.height(); in onGetPixels() local
DSkSampledCodec.cpp204 int dstHeight = info.height(); in sampledDecode() local
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
DPixmap.java306 int dstHeight) { in drawPixmap()
307 …image(pixmap.getCanvasElement(), srcx, srcy, srcWidth, srcHeight, dstx, dsty, dstWidth, dstHeight); in drawPixmap() local
472 …int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight) { in image()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBitmap.java57 … public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c118 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_nearest() local
498 const GLint dstHeight = ABS(dstY1 - dstY0); in blit_linear() local
/external/deqp/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
DGdx2DPixmap.java202 int dstHeight) { in drawPixmap()
351 int dstY, int dstWidth, int dstHeight); /* in drawPixmap()
/external/mesa3d/src/mesa/main/
Dmipmap.c1448 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
1540 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1709 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1773 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in next_mipmap_level_size()
1899 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
2084 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
/external/libgdx/gdx/jni/
Dcom.badlogic.gdx.graphics.g2d.Gdx2DPixmap.cpp150 …X, jint srcY, jint srcWidth, jint srcHeight, jint dstX, jint dstY, jint dstWidth, jint dstHeight) { in Java_com_badlogic_gdx_graphics_g2d_Gdx2DPixmap_drawPixmap()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DPixmap.java249 int dstHeight) { in drawPixmap()
/external/skia/src/effects/
DSkBlurMask.cpp784 int dstHeight = dst->fBounds.height(); in BlurRect() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c984 int dstWidth, int dstHeight, in reduce_2d()
1025 int dstWidth, int dstHeight, int dstDepth, in reduce_3d()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h810 uint32 dstHeight; member
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3332 const int dstHeight = rnd.getInt(1, dstSize.y()); in init() local