Home
last modified time | relevance | path

Searched defs:dstWidth (Results 1 – 25 of 30) 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.c192 int dstWidth, const uint8_t *src, in ff_hyscale_fast_mmxext()
282 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.cpp172 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/skia/src/effects/
DSkTableMaskFilter.cpp66 int dstWidth = dst->fBounds.width(); in filterMask() local
/third_party/flutter/skia/src/effects/
DSkTableMaskFilter.cpp65 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/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusbrush.h460 REAL dstX, REAL dstY, REAL dstWidth, REAL dstHeight) in TextureBrush()
470 INT dstX, INT dstY, INT dstWidth, INT dstHeight) in TextureBrush()
/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
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp245 int dstWidth = dstStyle.width(); in getFontStyleDifference() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp753 int dstWidth = std::max(1, srcWidth / 2); in onRegenerateMipMapLevels() local

12