Home
last modified time | relevance | path

Searched defs:colorLength (Results 1 - 20 of 20) sorted by relevance

/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 InitializationOptions &opts) in OH_PixelmapNative() argument
/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
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_ui_capture_test.cpp246 uint32_t colorLength = sizeof(color) / sizeof(color[0]); in HWTEST_F() local
H A Drs_main_thread_test.cpp798 uint32_t colorLength = sizeof(color) / sizeof(color[0]); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_uni_ui_capture_ext_test.cpp152 uint32_t colorLength = sizeof(color) / sizeof(color[0]); in HWTEST_F() local
H A Drs_main_thread_unit_test.cpp796 uint32_t colorLength = sizeof(color) / sizeof(color[0]); in HWTEST_F() local
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp44 ConvertSkImageToPixmap( const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) ConvertSkImageToPixmap() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp281 size_t colorLength = jsLinearGradient->GetGradient().size(); in ConvertGradientColor() local
/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
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Dimage_source_preview.h131 Create( const uint32_t* colors, uint32_t colorLength, const InitializationOptions& opts) Create() argument
/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]); in HWTEST_F() local
/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() argument
H A Dimage_ffi.cpp603 int64_t FfiOHOSCreatePixelMap(uint8_t *colors, uint32_t colorLength, CInitializationOptions opts) in FfiOHOSCreatePixelMap() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp459 uint32_t colorLength = 1; in HWTEST_F() local
H A Dpixel_map_test.cpp177 uint32_t colorLength = width * height * pixelByte; in CreateBuffer() local
2086 constexpr uint32_t colorLength = width * height * pixelByte; in HWTEST_F() local
2123 constexpr uint32_t colorLength = width * height * pixelByte; in HWTEST_F() local
2165 constexpr uint32_t colorLength in HWTEST_F() local
2215 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2246 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2290 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2326 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2362 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2398 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
2436 constexpr uint32_t colorLength = width * height * pixelByte; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp278 ConvertSkImageToPixmap( const uint32_t* colors, uint32_t colorLength, int32_t width, int32_t height) ConvertSkImageToPixmap() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixelmap_native_ndk_test.cpp250 size_t colorLength = 0; in HWTEST_F() local
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp375 int32_t colorLength = surfaceBuffer->GetWidth() * surfaceBuffer->GetHeight() * PIXEL_SIZE_HDR_YUV; in CreatePixelMapFromSurfaceBuffer() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp244 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, const InitializationOptions &opts) in Create() argument
250 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, in Create() argument
257 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, int32_t offset, int32_t width, in Create() argument
406 unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, BUILD_PARAM &info, in Create() argument
560 bool PixelMap::CheckParams(const uint32_t *colors, uint32_t colorLength, int32_ argument
[all...]

Completed in 30 milliseconds