/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | calc_dimension.h | 34 CalcDimension(const Dimension& dimension) : Dimension(dimension) {}; in CalcDimension() argument 48 Dimension& dimension = *this; in operator =() local
|
H A D | animatable_dimension.cpp | 23 Dimension& dimension = *this; in operator =() local 31 CalcDimension& dimension = *this; in operator =() local
|
H A D | animatable_dimension.h | 48 explicit AnimatableDimension(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in AnimatableDimension() argument 52 explicit AnimatableDimension(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in AnimatableDimension() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | measurable.h | 33 virtual void SetWidth(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in SetWidth() argument 38 virtual void SetWidth(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in SetWidth() argument 53 virtual void SetWidth(const AnimatableDimension& dimension) in SetWidth() argument 63 virtual void SetHeight(const Dimension& dimension, const AnimationOption& option = AnimationOption()) in SetHeight() argument 68 virtual void SetHeight(const CalcDimension& dimension, const AnimationOption& option = AnimationOption()) in SetHeight() argument 83 SetHeight(const AnimatableDimension& dimension) SetHeight() argument [all...] |
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 166 def dimension(string): function
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
H A D | TextureUtils.cpp | 666 ViewDimensionToTextureDimension( const wgpu::TextureViewDimension dimension) ViewDimensionToTextureDimension() argument
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | running_form_info.h | 40 int32_t dimension; member
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_request_data.h | 34 int32_t dimension = -1; member
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | row_composed_element.cpp | 79 auto dimension = renderRow->GetInspectorSpace(); in GetSpace() local
|
H A D | column_composed_element.cpp | 77 auto dimension = renderColumn->GetInspectorSpace(); in GetSpace() local
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 149 uint32_t dimension = 1; in LogicalsPass() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_logicals.cpp | 149 uint32_t dimension = 1; in LogicalsPass() local
|
/third_party/spirv-tools/source/val/ |
H A D | validate_logicals.cpp | 147 uint32_t dimension = 1; in LogicalsPass() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFramebufferDefaultStateQueryTests.cpp | 117 FramebufferDimensionTest::FramebufferDimensionTest (Context& context, QueryType verifier, DimensionType dimension, const char* name, const char* desc) in FramebufferDimensionTest() argument
|
/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/ |
H A D | form_manager_test.cpp | 157 int32_t dimension = 3; variable
|
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_universal_painter.cpp | 117 double RosenUniversalPainter::NormalizeToPx(const Dimension& dimension, double scale) in NormalizeToPx() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_request_data.h | 36 int32_t dimension = -1; member
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.cpp | 69 double RenderBoxBase::ConvertMarginToPx(CalcDimension dimension, bool vertical, bool additional) const in ConvertMarginToPx() argument 108 double RenderBoxBase::ConvertDimensionToPx(CalcDimension dimension, boo argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | calc_length.h | 60 explicit CalcLength(const Dimension& dimension) : dimension_(dimension) {}; in CalcLength() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | gradient_style_modifier.h | 68 void PaddingColorStops(size_t size, const Dimension& dimension) in PaddingColorStops() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_hps_blur.cpp | 47 std::array<int, 2> dimension = canvas.CalcHpsBluredImageDimension(param); // There are 2 variables
in ApplyHpsBlur() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | TextureViewValidationTests.cpp | 67 wgpu::TextureViewDescriptor CreateDefaultViewDescriptor(wgpu::TextureViewDimension dimension) { in CreateDefaultViewDescriptor() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_benchmark.cc | 101 VariantOfAlternatives<NumIndices> MakeVariant(std::size_t dimension, in MakeVariant() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | form_component.h | 55 void SetDimension(int32_t dimension) in SetDimension() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/plugin/ |
H A D | plugin_component.h | 44 void SetDimension(int32_t dimension) in SetDimension() argument
|