/external/skqp/src/codec/ |
D | SkSwizzler.cpp | 88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() 190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() 275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() [all …]
|
D | SkHeifCodec.cpp | 213 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 283 int dstWidth = dstInfo.width(); in allocateStorage() local
|
D | SkJpegCodec.cpp | 463 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local 515 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 618 int dstWidth = dstInfo.width(); in allocateStorage() local
|
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 88 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_grayscale() 113 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_n32() 136 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_565() 159 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_bit_to_f16() 190 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_565() 211 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_small_index_to_n32() 234 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32() 247 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_n32_skipZ() 262 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_index_to_565() 275 void* SK_RESTRICT dstRow, const uint8_t* SK_RESTRICT src, int dstWidth, in swizzle_gray_to_n32() [all …]
|
D | SkHeifCodec.cpp | 213 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 283 int dstWidth = dstInfo.width(); in allocateStorage() local
|
D | SkJpegCodec.cpp | 463 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local 515 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local 618 int dstWidth = dstInfo.width(); in allocateStorage() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 122 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_nearest() local 399 resample_linear_row_ub(GLint srcWidth, GLint dstWidth, in resample_linear_row_ub() 454 resample_linear_row_float(GLint srcWidth, GLint dstWidth, in resample_linear_row_float() 521 const GLint dstWidth = ABS(dstX1 - dstX0); in blit_linear() local
|
/external/skqp/src/core/ |
D | SkImageInfo.cpp | 139 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
|
D | SkBlurMask.cpp | 444 int dstWidth = dst->fBounds.width(); in BlurRect() local 561 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
|
/external/skia/src/core/ |
D | SkImageInfo.cpp | 141 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
|
D | SkBlurMask.cpp | 444 int dstWidth = dst->fBounds.width(); in BlurRect() local 561 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 277 GLsizei dstWidth, dstHeight, dstDepth; in _mesa_meta_GenerateMipmap() local
|
/external/skia/samplecode/ |
D | SampleStrokePath.cpp | 79 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
|
/external/skqp/samplecode/ |
D | SampleStrokePath.cpp | 79 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
|
/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/src/effects/ |
D | SkTableMaskFilter.cpp | 65 int dstWidth = dst->fBounds.width(); in filterMask() local
|
/external/skqp/src/effects/imagefilters/ |
D | SkMagnifierImageFilter.cpp | 150 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
|
D | SkAlphaThresholdFilter.cpp | 237 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
|
/external/skqp/src/effects/ |
D | SkTableMaskFilter.cpp | 65 int dstWidth = dst->fBounds.width(); in filterMask() local
|
/external/skia/src/effects/imagefilters/ |
D | SkMagnifierImageFilter.cpp | 150 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
|
D | SkAlphaThresholdFilter.cpp | 240 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.c | 152 GLint dstWidth, GLvoid *dstRow) in do_row() 786 GLint dstWidth, GLvoid *dstRow) in do_row_3D() 1418 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap() 1449 GLint dstWidth, GLint dstHeight, in make_2d_mipmap() 1541 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap() 1705 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level() 1769 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size() 1937 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local 2124 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/env/ |
D | ImageUtils.java | 296 final int dstWidth, in getTransformationMatrix()
|
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/env/ |
D | ImageUtils.java | 296 final int dstWidth, in getTransformationMatrix()
|