| /foundation/arkui/ace_engine/frameworks/core/components/video/ |
| H A D | render_texture.cpp | 33 auto sourceSize = Size(static_cast<double>(texture->GetSrcWidth()), static_cast<double>(texture->GetSrcHeight())); in Update() local
|
| /kernel/linux/linux-6.6/lib/zstd/compress/ |
| H A D | hist.c | 66 HIST_count_parallel_wksp( unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, HIST_checkInput_e check, U32* const workSpace) HIST_count_parallel_wksp() argument 140 HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_countFast_wksp() argument 154 HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_count_wksp() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
| H A D | image_decoder.cpp | 92 std::pair<int32_t, int32_t> sourceSize = source->GetImageSize(); in MakePixmapImage() local
|
| /foundation/arkui/ace_engine/test/mock/core/image_provider/ |
| H A D | mock_image_loading_context.cpp | 139 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) {} in SetSourceSize() argument 91 MakeCanvasImageIfNeed(const SizeF& dstSize, bool incomingNeedResize, ImageFit incomingImageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument 100 MakeCanvasImage( const SizeF& dstSize, bool needResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
|
| /foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
| H A D | thumbnail_source_loading.cpp | 168 bool GenDecodeOpts(const Size &sourceSize, const Size &targetSize, DecodeOptions &decodeOpts)
in GenDecodeOpts() argument 192 Size ConvertDecodeSize(ThumbnailData &data, const Size &sourceSize, Size &desiredSize)
in ConvertDecodeSize() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| H A D | image_component.cpp | 169 void ImageComponent::SetImageSourceSize(const std::pair<Dimension, Dimension>& sourceSize) in SetImageSourceSize() argument
|
| H A D | rosen_render_image.cpp | 877 Size sourceSize = (skImage ? Size(skImage->GetWidth(), skImage->GetHeight()) : Size()); local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/ |
| H A D | medialibrary_thumbnail_fuzzer.cpp | 336 Media::Size sourceSize = FuzzSize(data, size); in ThumbnailSourceTest() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| H A D | image_loading_context.cpp | 546 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) in SetSourceSize() argument 459 MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument 489 MakeCanvasImage( const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/ |
| H A D | image_compressor.cpp | 1418 size_t sourceSize = strlen(g_programSource) + 1; // '\0' occupies 1 bytes in AstcClBuildProgram() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Blit9.cpp | 384 formatConvert(Context9 *context9, IDirect3DBaseTexture9 *source, const RECT &sourceRect, const gl::Extents &sourceSize, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) formatConvert() argument 613 setViewportAndShaderConstants(const RECT &sourceRect, const gl::Extents &sourceSize, const RECT &destRect, bool flipY) setViewportAndShaderConstants() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
| H A D | image_model_ng.cpp | 447 SizeF sourceSize = in SetImageSourceSize() local 712 SizeF sourceSize = in SetImageSourceSize() local
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | gltf2_util.cpp | 42 const size_t sourceSize = componentCount * componentByteSize * count; in Read() local
|
| /foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/ |
| H A D | minimp3_demuxer_plugin.cpp | 683 uint64_t sourceSize = 0;
in Sniff() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | fse_compress.c | 357 static size_t FSE_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned checkMax, in FSE_count_parallel_wksp() argument 448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_countFast_wksp() argument 458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_count_wksp() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | rbbitblb.cpp | 1049 int32_t sourceSize = source->size(); in setAdd() local
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | rbbitblb.cpp | 1034 int32_t sourceSize = source->size(); in setAdd() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | CopyTests.cpp | 511 void DoTest(uint64_t sourceSize, in GetExpectedTextureData() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | rbbitblb.cpp | 1046 int32_t sourceSize = source->size(); in setAdd() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindVertexBuffers2Tests.cpp | 750 deUint32 sourceSize = 0; in createBuffers() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Blit11.cpp | 52 StretchedBlitNearest_RowByRow(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, size_t pixelSize, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest_RowByRow() argument 84 StretchedBlitNearest_PixelByPixel(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest_PixelByPixel() argument 130 StretchedBlitNearest(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clipRect, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest() argument 215 CopyDepthStencil(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) CopyDepthStencil() argument 264 BlitD24S8ToD32F(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) BlitD24S8ToD32F() argument 302 BlitD32FS8ToD32F(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) BlitD32FS8ToD32F() argument 361 GenerateVertexCoords(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, float *x1, float *y1, float *x2, float *y2, float *u1, float *v1, float *u2, float *v2) GenerateVertexCoords() argument 385 Write2DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, void *outVertices, unsigned int *outStride, unsigned int *outVertexCount, D3D11_PRIMITIVE_TOPOLOGY *outTopology) Write2DVertices() argument 411 Write3DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, void *outVertices, unsigned int *outStride, unsigned int *outVertexCount, D3D11_PRIMITIVE_TOPOLOGY *outTopology) Write3DVertices() argument 912 copyTexture(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, GLenum sourceFormat, const d3d11::RenderTargetView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum destTypeForDownsampling, GLenum filter, bool maskOffAlpha, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument 1053 copyStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyStencil() argument 1068 copyDepth(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, const d3d11::DepthStencilView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepth() argument 1141 copyDepthStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepthStencil() argument 1156 copyDepthStencilImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) copyDepthStencilImpl() argument 1217 copyAndConvertImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &destStaging, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvertImpl() argument 1281 copyAndConvert(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvert() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| H A D | BlitGL.cpp | 465 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader() local 559 copySubTexture(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceComponentType, GLuint destID, gl::TextureTarget destTarget, size_t destLevel, GLenum destComponentType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, bool *copySucceededOut) copySubTexture() argument 675 copySubTextureCPUReadback(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceSizedInternalFormat, TextureGL *dest, gl::TextureTarget destTarget, size_t destLevel, GLenum destFormat, GLenum destType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copySubTextureCPUReadback() argument [all...] |