Searched defs:SHARP (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curves.h | 41 static const RefPtr<CubicCurve> SHARP; variable
|
H A D | curves.cpp | 34 const RefPtr<CubicCurve> Curves::SHARP = AceType::MakeRefPtr<CubicCurve>(0.33f, 0.0f, 0.67f, 1.0f); member in OHOS::Ace::Curves
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_postprocess.h | 35 SHARP = 2 enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/ |
H A D | render_data_store_render_pods.h | 283 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator 294 enum class Sharpness { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator 333 enum class Sharpness : uint32_t { SOFT = 0, MEDIUM = 1, SHARP = 2 }; enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | hm_symbol.h | 48 SHARP = 4, enumerator
|