Home
last modified time | relevance | path

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

/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.cpp439 const unsigned int dstWidth = size.width(); in onDimensionsSupported() local
491 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
596 int dstWidth = dstInfo.width(); in allocateStorage() local
DSkHeifCodec.cpp265 int dstWidth = opts.fSubset ? opts.fSubset->width() : dstInfo.width(); in readRows() local
416 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.c194 int dstWidth, const uint8_t *src, in ff_hyscale_fast_mmxext()
284 int dstWidth, const uint8_t *src1, in ff_hcscale_fast_mmxext()
/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/skia/src/effects/
DSkTableMaskFilter.cpp66 int dstWidth = dst->fBounds.width(); in filterMask() 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/skia/bench/
DCompositingImagesBench.cpp280 float dstWidth = srcRect.width() * 1.25f; in getEntry() local
/third_party/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp287 int dstWidth = dstStyle.width(); in getFontStyleDifference() local
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.cpp761 int dstWidth = std::max(1, srcWidth / 2); in onRegenerateMipMapLevels() local
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c1669 static void hyscale_fast_vsx(SwsContext *c, int16_t *dst, int dstWidth, in hyscale_fast_vsx()
1785 int dstWidth, const uint8_t *src1, in hcscale_fast_vsx()
/third_party/skia/tests/
DCodecTest.cpp1075 const int dstWidth = subsetWidth / opts.fSampleSize; in check_color_xform() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1162 uint32 dstWidth; member
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3586 const int dstWidth = rnd.getInt(1, dstSize.x()); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3272 const int dstWidth = static_cast<int>(dstImageParams.extent.width); in iterate() local
13015 std::vector<CopyRegion> create2DCopyRegions(deInt32 srcWidth, deInt32 srcHeight, deInt32 dstWidth, … in create2DCopyRegions()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES.cpp3537 GLsizei dstWidth = srcWidth; in ValidateCopyImageSubDataBase() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3712 const int dstWidth = static_cast<int>(dstImageParams.extent.width); in iterate() local
14851 std::vector<CopyRegion> create2DCopyRegions(deInt32 srcWidth, deInt32 srcHeight, deInt32 dstWidth, … in create2DCopyRegions()