Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCV.cu63 Ncv32u dstHeight, in drawRects()
124 Ncv32u dstHeight, in drawRectsWrapperDevice()
160 Ncv32u dstHeight, in ncvDrawRects_8u_device()
173 Ncv32u dstHeight, in ncvDrawRects_32u_device()
/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.cpp242 const unsigned int dstHeight = size.height(); in onDimensionsSupported() local
313 uint32_t dstHeight = dstInfo.height(); in onGetPixels() local
DSkSampledCodec.cpp204 int dstHeight = info.height(); in sampledDecode() local
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp818 Ncv32u dstHeight, in drawRectsWrapperHost()
870 Ncv32u dstHeight, in ncvDrawRects_8u_host()
882 Ncv32u dstHeight, in ncvDrawRects_32u_host()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect()
/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/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/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.cpp3282 const int dstHeight = rnd.getInt(1, dstSize.y()); in init() local