Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkSwizzler.cpp62 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 …]
DSkJpegCodec.cpp241 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
/external/opencv3/modules/cudalegacy/src/cuda/
DNCV.cu62 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/
Ds_blit.c116 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/
Dst_gen_mipmap.c223 uint dstWidth, dstHeight, dstDepth; in st_generate_mipmap() local
/external/skia/src/effects/
DSkTableMaskFilter.cpp44 int dstWidth = dst->fBounds.width(); in filterMask() local
DSkBlurMask.cpp785 int dstWidth = dst->fBounds.width(); in BlurRect() local
902 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
/external/opencv3/modules/cudalegacy/src/
DNCV.cpp817 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/
DViESurfaceRenderer.java55 private void changeDestRect(int dstWidth, int dstHeight) { in changeDestRect()
/external/skia/samplecode/
DSampleStrokePath.cpp78 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/external/mesa3d/src/mesa/main/
Dmipmap.c151 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/
DShadowBitmap.java57 … public static Bitmap createScaledBitmap(Bitmap src, int dstWidth, int dstHeight, boolean filter) { in createScaledBitmap()
/external/deqp/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c171 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/
Dsvga_reg.h809 uint32 dstWidth; member
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockFieldMatrix.java795 final T[] dstBlock, final int dstWidth, in copyBlockPart()
DBlockRealMatrix.java821 final double[] dstBlock, final int dstWidth, in copyBlockPart()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c3365 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3281 const int dstWidth = rnd.getInt(1, dstSize.x()); in init() local