/external/skia/src/codec/ |
D | SkSwizzler.cpp | 62 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 87 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_index() 108 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 131 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 156 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_index() 177 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 198 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 221 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 249 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() [all …]
|
D | SkJpegCodec.cpp | 241 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCV.cu | 62 Ncv32u dstWidth, in drawRects() 123 Ncv32u dstWidth, in drawRectsWrapperDevice() 159 Ncv32u dstWidth, in ncvDrawRects_8u_device() 172 Ncv32u dstWidth, in ncvDrawRects_32u_device()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 116 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_nearest() local 373 resample_linear_row_ub(GLint srcWidth, GLint dstWidth, in resample_linear_row_ub() 430 resample_linear_row_float(GLint srcWidth, GLint dstWidth, in resample_linear_row_float() 496 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_linear() local
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_gen_mipmap.c | 223 uint dstWidth, dstHeight, dstDepth; in st_generate_mipmap() local
|
/external/skia/src/effects/ |
D | SkTableMaskFilter.cpp | 44 int dstWidth = dst->fBounds.width(); in filterMask() local
|
D | SkBlurMask.cpp | 785 int dstWidth = dst->fBounds.width(); in BlurRect() local 902 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
|
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 817 Ncv32u dstWidth, in drawRectsWrapperHost() 869 Ncv32u dstWidth, in ncvDrawRects_8u_host() 881 Ncv32u dstWidth, in ncvDrawRects_32u_host()
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViESurfaceRenderer.java | 55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect()
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 78 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 151 GLint dstWidth, GLvoid *dstRow) in do_row() 785 GLint dstWidth, GLvoid *dstRow) in do_row_3D() 1417 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap() 1448 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBitmap.java | 57 … public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 171 int dstWidth, void *dstRow) in do_row() 548 int dstWidth, void *dstRow) in do_row_3D() 963 int dstWidth, ubyte *dstPtr) in reduce_1d() 984 int dstWidth, int dstHeight, in reduce_2d() 1025 int dstWidth, int dstHeight, int dstDepth, in reduce_3d()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 809 uint32 dstWidth; member
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | BlockFieldMatrix.java | 795 final T[] dstBlock, final int dstWidth, in copyBlockPart()
|
D | BlockRealMatrix.java | 821 final double[] dstBlock, final int dstWidth, in copyBlockPart()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 3365 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 3281 const int dstWidth = rnd.getInt(1, dstSize.x()); in init() local
|