/external/skqp/src/opts/ |
D | SkMorphologyImageFilter_opts.h | 21 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 23 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 25 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 54 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 56 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 58 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 86 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 88 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 90 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
|
/external/skia/src/opts/ |
D | SkMorphologyImageFilter_opts.h | 21 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 23 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 25 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 54 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 56 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 58 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph() 86 int radius, int width, int height, int srcStride, int dstStride) { in morph() argument 88 const int dstStrideX = direction == MorphDirection::kX ? 1 : dstStride; in morph() 90 const int dstStrideY = direction == MorphDirection::kX ? dstStride : 1; in morph()
|
/external/skqp/src/core/ |
D | SkMaskBlurFilter.cpp | 24 uint8_t* dst, int dstStride, uint8_t* dstEnd) const = 0; 28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur4Transpose() argument 161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override { in blur() argument 174 srcCursor < srcEnd; dst += dstStride, srcCursor += srcStride) { in blur() 216 dst += dstStride; in blur() 227 dstCursor -= dstStride; in blur() 620 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect() argument 632 dst += dstStride; in blur_x_rect() 639 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in SK_ATTRIBUTE() 643 blur_x_rect(blur_x_radius_1, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in SK_ATTRIBUTE() [all …]
|
D | SkMatrixPriv.h | 133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride() argument 136 SkASSERT(dstStride >= sizeof(SkPoint)); in MapPointsWithStride() 138 SkASSERT(0 == dstStride % sizeof(SkScalar)); in MapPointsWithStride() 142 dst = (SkPoint*)((intptr_t)dst + dstStride); in MapPointsWithStride() 146 static void MapHomogeneousPointsWithStride(const SkMatrix& mx, SkPoint3 dst[], size_t dstStride,
|
D | SkMatrix.cpp | 1041 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride() argument 1050 if (srcStride == sizeof(SkPoint3) && dstStride == sizeof(SkPoint3)) { in MapHomogeneousPointsWithStride() 1055 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride() 1075 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
|
/external/skia/src/core/ |
D | SkMaskBlurFilter.cpp | 24 uint8_t* dst, int dstStride, uint8_t* dstEnd) const = 0; 28 uint8_t* dst, int dstStride, uint8_t* dstEnd) const { in blur4Transpose() argument 161 uint8_t* dst, int dstStride, uint8_t* dstEnd) const override { in blur() argument 174 srcCursor < srcEnd; dst += dstStride, srcCursor += srcStride) { in blur() 216 dst += dstStride; in blur() 227 dstCursor -= dstStride; in blur() 620 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in blur_x_rect() argument 632 dst += dstStride; in blur_x_rect() 639 uint8_t* dst, size_t dstStride, int dstW, int dstH) { in SK_ATTRIBUTE() 643 blur_x_rect(blur_x_radius_1, gauss, src, srcStride, srcW, dst, dstStride, dstW, dstH); in SK_ATTRIBUTE() [all …]
|
D | SkMatrixPriv.h | 133 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride() argument 136 SkASSERT(dstStride >= sizeof(SkPoint)); in MapPointsWithStride() 138 SkASSERT(0 == dstStride % sizeof(SkScalar)); in MapPointsWithStride() 142 dst = (SkPoint*)((intptr_t)dst + dstStride); in MapPointsWithStride() 146 static void MapHomogeneousPointsWithStride(const SkMatrix& mx, SkPoint3 dst[], size_t dstStride,
|
D | SkMatrix.cpp | 1042 size_t dstStride, const SkPoint3 src[], in MapHomogeneousPointsWithStride() argument 1051 if (srcStride == sizeof(SkPoint3) && dstStride == sizeof(SkPoint3)) { in MapHomogeneousPointsWithStride() 1056 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride() 1076 dst = reinterpret_cast<SkPoint3*>(reinterpret_cast<char*>(dst) + dstStride); in MapHomogeneousPointsWithStride()
|
/external/mesa3d/src/mesa/main/ |
D | readpix.c | 223 int dstStride, stride, j, texelBytes; in readpixels_memcpy() local 230 dstStride = _mesa_image_row_stride(packing, width, format, type); in readpixels_memcpy() 246 dst += dstStride; in readpixels_memcpy() 269 int stride, dstStride, j; in read_uint_depth_pixels() local 288 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_uint_depth_pixels() 296 dst += dstStride; in read_uint_depth_pixels() 317 int dstStride, stride; in read_depth_pixels() local 334 dstStride = _mesa_image_row_stride(packing, width, GL_DEPTH_COMPONENT, type); in read_depth_pixels() 353 dst += dstStride; in read_depth_pixels() 632 GLubyte *dst, int dstStride) in fast_read_depth_stencil_pixels() argument [all …]
|
D | texgetimage.c | 320 int srcStride, dstStride; in get_tex_rgba_compressed() local 360 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in get_tex_rgba_compressed() 367 _mesa_format_convert(dest, dstFormat, dstStride, in get_tex_rgba_compressed()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 594 const uint dstStride = w; in pipe_get_tile_z() local 610 pDest += dstStride; in pipe_get_tile_z() 625 pDest += dstStride; in pipe_get_tile_z() 640 pDest += dstStride; in pipe_get_tile_z() 654 pDest += dstStride; in pipe_get_tile_z() 676 pDest += dstStride; in pipe_get_tile_z() 698 pDest += dstStride; in pipe_get_tile_z()
|
/external/aac/libSACenc/src/ |
D | sacenc_vectorfunctions.h | 469 inline void FDKmemcpy_flex(T *const dst, const INT dstStride, in FDKmemcpy_flex() argument 475 dst[i * dstStride] = src[i * srcStride]; in FDKmemcpy_flex()
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | VideoRenderer.java | 124 int height, int srcStride, ByteBuffer dst, int dstStride); in nativeCopyPlane() argument
|
/external/skqp/include/effects/ |
D | SkMorphologyImageFilter.h | 29 int width, int height, int srcStride, int dstStride);
|
/external/skia/include/effects/ |
D | SkMorphologyImageFilter.h | 29 int width, int height, int srcStride, int dstStride);
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 313 const int dstStride = dstVA.stride != 0 ? dstVA.stride : elementSize; in copyToLayout() local 317 …deMemcpy((deUint8*)dstBasePtr + (deUintptr)dstVA.pointer + ndx*dstStride, (const deUint8*)srcPtr.d… in copyToLayout()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2054 int dstStride, srcStride; in st_GetTexSubImage() local 2067 dstStride = _mesa_image_row_stride(&ctx->Pack, width, format, type); in st_GetTexSubImage() 2078 _mesa_format_convert(dest, dstMesaFormat, dstStride, in st_GetTexSubImage()
|