Home
last modified time | relevance | path

Searched defs:imageSize (Results 1 – 25 of 99) sorted by relevance

1234

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object_animated.cpp29 const Size& imageSize, in AnimatedImageObject()
101 const Size& imageSize, in UploadToGpuForRender()
145 RefPtr<ImageObject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_… in UploadToGpuForRender()
H A Dimage_object.h129 … ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkSVGDOM>& skiaDom) in SvgSkiaImageObject()
156 …SvgImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const RefPtr<Svg… in SvgImageObject()
185 …StaticImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<S… in StaticImageObject()
190 …ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& … in StaticImageObject()
H A Dimage_object.cpp95 Size imageSize = apngDecoder->GetImageSize(); in BuildImageObject() local
117 Size imageSize; in BuildImageObject() local
170 const FailedCallback& failedCallback, const Size& imageSize, bool forceResize, bool syncMode)
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpg_yuv_test.cpp214 void JpgYuvTest::YuvWriteToFile(std::string outpath, ImageSize &imageSize, std::string outname, in YuvWriteToFile()
235 ImageSize &imageSize, float degrees) in YuvRotate()
349 ImageSize &imageSize, AntiAliasingOption option) in ScaleYuv420()
428 ImageSize &imageSize, size_t i) in FlipYuv420()
464 ImageSize &imageSize, Coordinate &coordinate) in TranslateYuv420()
497 Position &pos, ImageSize &imageSize) in ReadYuv420()
530 Position &pos, ImageSize &imageSize) in WriteYuv420()
620 void JpgYuvTest::YuvP010Crop(PixelFormat outfmt, std::string outname, ImageSize &imageSize) in YuvP010Crop()
702 ImageSize &imageSize, AntiAliasingOption option) in ScaleYuv420P010()
822 ImageSize &imageSize, Coordinate &coordinate) in TranslateYuv420P010()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h31 const Size& imageSize, in ApngImageObject()
43 const Size& imageSize, in ApngImageObject()
H A Dapng_image_object.cpp24 const Size& imageSize, in UploadToGpuForRender()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/
H A Dstorage_stats_test.cpp48 int64_t imageSize = 1004; variable
78 int64_t imageSize = 2004; variable
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_image_animator_unit_test.cpp125 const uint8_t imageSize = IMAGE_SIZE; variable
378 const uint8_t imageSize = IMAGE_SIZE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Danimated_image_object.h26 …AnimatedImageObject(const ImageSourceInfo& src, const SizeF& imageSize, const RefPtr<ImageData>& d… in AnimatedImageObject()
H A Dpixel_map_image_object.h29 …lMapImageObject(const RefPtr<PixelMap>& pixmap, const ImageSourceInfo& src, const SizeF& imageSize) in PixelMapImageObject()
H A Dsvg_image_object.h28 …SvgImageObject(const ImageSourceInfo& src, const SizeF& imageSize) : ImageObject(src, imageSize, n… in SvgImageObject()
H A Dimage_object.h38 …ImageObject(const ImageSourceInfo& sourceInfo, const SizeF& imageSize, const RefPtr<ImageData>& da… in ImageObject()
H A Dimage_object.cpp26 void ImageObject::SetImageSize(const SizeF& imageSize) in SetImageSize()
H A Dimage_loading_context.cpp327 auto imageSize = GetImageSize(); in OnMakeCanvasImage() local
356 auto imageSize = GetImageSize(); in ResizableCalcDstSize() local
504 auto imageSize = imageObj_->GetImageSize(); in GetImageSize() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_render_particle_test.cpp58 Vector2f imageSize = Vector2f(1.f, 1.f); in SetUp() local
137 Vector2f imageSize = Vector2f(200.f, 300.f); variable
175 Vector2f imageSize = Vector2f(200.f, 300.f); variable
216 Vector2f imageSize = Vector2f(200.f, 300.f); variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_format_convert.h39 Size imageSize; member
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/big_data_statistics/
H A Dgallery_download_file_stat.h44 std::vector<uint64_t> imageSize; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_emitter.cpp56 auto imageSize = particleParams_->GetImageSize(); in PreEmit() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp105 VkExtent3D imageSize; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dskia_image_data.cpp87 SizeF imageSize; in Parse() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Dphoto_editor_extension_context.cpp130 std::streampos imageSize = sourceFile.tellg(); in CopyImageToPanel() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp113 auto imageSize = particle->GetImageSize(); in CaculateImageAtlsArry() local
148 auto imageSize = particle->GetImageSize(); in DrawImageFill() local
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dfs_hvb.c570 bool CheckAndGetExt4Size(const char *headerBuf, uint64_t *imageSize, const char* image) in CheckAndGetExt4Size()
588 bool CheckAndGetErofsSize(const char *headerBuf, uint64_t *imageSize, const char* image) in CheckAndGetErofsSize()
607 uint64_t *imageSize, const char* image) in CheckAndGetExtheaderSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp109 SizeF imageSize; in Parse() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_rendering_context_2d_model_ng.cpp138 …<Ace::ImageData> OffscreenCanvasRenderingContext2DModelNG::GetImageData(const ImageSize& imageSize) in GetImageData()
446 …tr<Ace::PixelMap> OffscreenCanvasRenderingContext2DModelNG::GetPixelMap(const ImageSize& imageSize) in GetPixelMap()
472 void OffscreenCanvasRenderingContext2DModelNG::GetImageDataModel(const ImageSize& imageSize, uint8_… in GetImageDataModel()

1234