Home
last modified time | relevance | path

Searched defs:gamma (Results 1 - 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/cj/color_manager/
H A Dcj_color_manager.cpp41 std::shared_ptr<ColorSpace> CjColorManager::create(ColorSpacePrimaries primaries, float gamma, int32_t* errCode) in create() argument
92 float gamma = colorSpaceToken_->GetGamma(); in GetGamma() local
H A Dcolor_mgr_ffi.cpp47 int64_t CJ_ColorMgrCreate(ColorSpacePrimaries primaries, float gamma, int32_t* errCode) in CJ_ColorMgrCreate() argument
/foundation/graphic/graphic_2d/utils/color_manager/test/native_color_space_manager/
H A Dnative_color_space_manager_test.cpp82 float gamma = 1.f; in HWTEST_F() local
134 float gamma = OH_NativeColorSpaceManager_GetGamma(nativeColorSpaceManager); in HWTEST_F() local
/foundation/graphic/graphic_2d/utils/color_manager/test/fuzztest/colormanager_fuzzer/
H A Dcolormanager_fuzzer.cpp92 float gamma = GetData<float>(); in ColorSpaceFuzzTest() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/sendable_colorspacemanager_napi/
H A Djs_sendable_color_space_manager.cpp90 double gamma = 0.0; in OnCreateColorSpace() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_helper.cpp430 float SwiperHelper::CalculateFriction(float gamma) in CalculateFriction() argument
/foundation/graphic/graphic_2d/utils/color_manager/test/unittest/
H A Dcolor_manager_test.cpp709 float gamma = 0.1; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp93 inline PixelTransformFunc GenOETF(float gamma) in GenOETF() argument
102 inline PixelTransformFunc GenEOTF(float gamma) in GenEOTF() argument
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/
H A Djs_color_space.cpp217 float gamma = colorSpaceToken_->GetGamma(); in OnGetGamma() local
232 float gamma = colorSpaceToken_->GetGamma(); in OnGetSendableGamma() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/colorspacemanager_napi/
H A Djs_color_space_manager.cpp89 double gamma = 0.0; in OnCreateColorSpace() local
/foundation/graphic/graphic_2d/utils/color_manager/ndk/
H A Dnative_color_space_manager.cpp103 OH_NativeColorSpaceManager_CreateFromPrimariesAndGamma( ColorSpacePrimaries primaries, float gamma) OH_NativeColorSpaceManager_CreateFromPrimariesAndGamma() argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h277 inline float CalculateFriction(float gamma) in CalculateFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp315 double RenderListItem::CalculateFriction(double gamma) in CalculateFriction() argument
/foundation/multimedia/image_framework/interfaces/kits/native/include/image/
H A Dpixelmap_native.h319 float gamma[3]; member
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor_space.cpp124 ColorSpace::ColorSpace(const ColorSpacePrimaries &primaries, float gamma) in ColorSpace() argument
143 ColorSpace::ColorSpace(const Matrix3x3 &toXYZ, const std::array<float, 2>& whitePoint, float gamma) in ColorSpace() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dvpe_utils.cpp316 const float gamma = 1.0f; in GetDefaultGainmapMetadata() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp446 float ListItemPattern::CalculateFriction(float gamma) in CalculateFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp406 double RenderScroll::CalculateFriction(double gamma) in CalculateFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp489 auto gamma = 0.0f; in CalcOverScrollVelocity() local
H A Dscrollable_pattern.h429 float CalculateFriction(float gamma) in CalculateFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h424 static float CalculateFriction(float gamma, float ratio) in CalculateFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp499 auto gamma = scrollOffset_ / contentHeight; in CalculatePullDownRatio() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/
H A Dhdr_helper.cpp119 float gamma[3]; member
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp869 double RenderSwiper::CalculateFriction(double gamma) in CalculateFriction() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp4251 double gamma = 0.0f; in ParseArrayDoubleNode() local

Completed in 34 milliseconds