Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/src/codec/
DSkSwizzler.cpp88 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 …]
DSkHeifCodec.cpp250 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
406 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkJpegCodec.cpp463 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
/third_party/skia/src/codec/
DSkSwizzler.cpp88 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 …]
DSkJpegCodec.cpp412 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
464 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
569 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkHeifCodec.cpp251 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
401 int dstWidth = dstInfo.width(); in allocateStorage() local
/third_party/ffmpeg/libswscale/
Dhscale_fast_bilinear.c23 void ff_hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth, in ff_hyscale_fast_c()
39 int dstWidth, const uint8_t *src1, in ff_hcscale_fast_c()
/third_party/ffmpeg/libswscale/x86/
Dhscale_fast_bilinear_simd.c193 int dstWidth, const uint8_t *src, in ff_hyscale_fast_mmxext()
283 int dstWidth, const uint8_t *src1, in ff_hcscale_fast_mmxext()
/third_party/flutter/skia/src/core/
DSkImageInfo.cpp141 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp444 int dstWidth = dst->fBounds.width(); in BlurRect() local
561 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
/third_party/skia/src/core/
DSkImageInfo.cpp183 bool SkWritePixelsRec::trim(int dstWidth, int dstHeight) { in trim()
DSkBlurMask.cpp442 int dstWidth = dst->fBounds.width(); in BlurRect() local
556 int dstWidth = dst->fBounds.width(); in BlurGroundTruth() local
/third_party/skia/samplecode/
DSampleStrokePath.cpp77 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/third_party/flutter/skia/samplecode/
DSampleStrokePath.cpp79 static void scale_to_width(SkPath* path, SkScalar dstWidth) { in scale_to_width()
/third_party/flutter/skia/src/effects/
DSkTableMaskFilter.cpp65 int dstWidth = dst->fBounds.width(); in filterMask() local
/third_party/skia/src/effects/
DSkTableMaskFilter.cpp66 int dstWidth = dst->fBounds.width(); in filterMask() local
/third_party/flutter/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp176 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkAlphaThresholdFilter.cpp228 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/third_party/skia/src/effects/imagefilters/
DSkMagnifierImageFilter.cpp235 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
DSkAlphaThresholdImageFilter.cpp265 int dstWidth = dst.width(), dstHeight = dst.height(); in onFilterImage() local
/third_party/mesa3d/src/mesa/main/
Dmipmap.c178 GLint dstWidth, GLvoid *dstRow) in do_row()
812 GLint dstWidth, GLvoid *dstRow) in do_row_3D()
1444 GLint dstWidth, GLubyte *dstPtr) in make_1d_mipmap()
1475 GLint dstWidth, GLint dstHeight, in make_2d_mipmap()
1567 GLint dstWidth, GLint dstHeight, GLint dstDepth, in make_3d_mipmap()
1731 GLint dstWidth, GLint dstHeight, GLint dstDepth, in _mesa_generate_mipmap_level()
1795 GLint *dstWidth, GLint *dstHeight, GLint *dstDepth) in _mesa_next_mipmap_level_size()
1968 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_uncompressed() local
2155 GLint dstWidth, dstHeight, dstDepth; in generate_mipmap_compressed() local
Dcopyimage.c619 int dstWidth, dstHeight, dstDepth; in _mesa_CopyImageSubData() local
/third_party/vk-gl-cts/framework/delibs/deimage/
DdeImage.c117 deImage* deImage_scale (const deImage* srcImage, int dstWidth, int dstHeight) in deImage_scale()
/third_party/flutter/skia/bench/
DCompositingImagesBench.cpp272 float dstWidth = srcRect.width() * 1.25f; in getEntry() local
/third_party/skia/bench/
DCompositingImagesBench.cpp280 float dstWidth = srcRect.width() * 1.25f; in getEntry() local

12