Home
last modified time | relevance | path

Searched defs:colorLength (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_watermark_demo.cpp32 uint32_t colorLength = sizeof(color) / sizeof(color[0]); in main() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native_impl.cpp33 OH_PixelmapNative::OH_PixelmapNative(const uint32_t *colors, uint32_t colorLength, const Initializa… in OH_PixelmapNative()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp168 uint32_t colorLength = width * height * pixelByte; in CreateBuffer() local
2043 constexpr uint32_t colorLength = width * height * pixelByte; variable
2080 constexpr uint32_t colorLength = width * height * pixelByte; variable
2122 constexpr uint32_t colorLength = width * height * pixelByte; variable
2172 constexpr uint32_t colorLength = width * height * pixelByte; variable
2203 constexpr uint32_t colorLength = width * height * pixelByte; variable
2247 constexpr uint32_t colorLength = width * height * pixelByte; variable
2283 constexpr uint32_t colorLength = width * height * pixelByte; variable
2319 constexpr uint32_t colorLength = width * height * pixelByte; variable
2355 constexpr uint32_t colorLength = width * height * pixelByte; variable
H A Dnative_image_test.cpp459 uint32_t colorLength = 1; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp45 const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) in ConvertSkImageToPixmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/systemtest/
H A Drs_interfaces_system_test.cpp141 uint32_t colorLength = sizeof(color) / sizeof(color[0]); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp45 std::unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, in Create()
51 std::unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t of… in Create()
57 bool PixelMap::CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t st… in CheckParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_ui_capture_test.cpp249 uint32_t colorLength = sizeof(color) / sizeof(color[0]); variable
H A Drs_main_thread_test.cpp833 uint32_t colorLength = sizeof(color) / sizeof(color[0]); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp40 std::unique_ptr<PixelMap> PixelMapImpl::CreatePixelMap(uint32_t *colors, uint32_t colorLength, in CreatePixelMap()
H A Dimage_ffi.cpp510 … int64_t FfiOHOSCreatePixelMap(uint8_t *colors, uint32_t colorLength, CInitializationOptions opts) in FfiOHOSCreatePixelMap()
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h127 const uint32_t* colors, uint32_t colorLength, const InitializationOptions& opts) in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp281 size_t colorLength = jsLinearGradient->GetGradient().size(); in ConvertGradientColor() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp283 const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) in ConvertSkImageToPixmap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixelmap_native_ndk_test.cpp245 size_t colorLength = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_data_panel_bridge.cpp84 size_t colorLength = jsLinearGradient->GetGradient().size(); in ConvertGradientColor() local
H A Darkts_native_progress_bridge.cpp96 size_t colorLength = jsLinearGradient->GetGradient().size(); in ConvertProgressResourceColor() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp240 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, const Initializ… in Create()
246 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset,… in Create()
253 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset,… in Create()
409 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, BUILD_PARAM &in… in Create()
563 bool PixelMap::CheckParams(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t wi… in CheckParams()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp273 …int32_t colorLength = mySurfaceBuffer->GetWidth() * mySurfaceBuffer->GetHeight() * PIXEL_SIZE_HDR_… in OnCreatePixelMapHdr() local