Home
last modified time | relevance | path

Searched defs:style (Results 201 - 225 of 752) sorted by relevance

12345678910>>...31

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp196 int32_t style = static_cast<int32_t>(border.Left().GetBorderStyle()); in GetBorderStyle() local
H A Dshape_container_composed_element.cpp164 auto style = render->GetStrokeState().GetLineCap(); in GetStrokeLineCap() local
174 auto style = render->GetStrokeState().GetLineJoin(); in GetStrokeLineJoin() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcheckboxgroup_modifier.cpp144 void SetCheckboxGroupStyle(ArkUINodeHandle node, ArkUI_Int32 style) in SetCheckboxGroupStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dimage_span_view.cpp63 void ImageSpanView::SetPlaceHolderStyle(TextBackgroundStyle& style) in SetPlaceHolderStyle() argument
75 void ImageSpanView::SetPlaceHolderStyle(FrameNode* frameNode, TextBackgroundStyle& style) in SetPlaceHolderStyle() argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannnable_string.cpp137 TextStyle style = TextStyle::TEXT_STYLE_ITALIC; in UIKitSpannableStringTestTextStyle001() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dlist_component.cpp69 bool ListComponent::ApplyPrivateStyle(const AppStyleItem *style) in ApplyPrivateStyle() argument
H A Dcircle_progress_component.cpp63 bool CircleProgressComponent::ApplyPrivateStyle(const AppStyleItem *style) in ApplyPrivateStyle() argument
112 void CircleProgressComponent::SetStartAngle(const AppStyleItem *style) in SetStartAngle() argument
124 void CircleProgressComponent::SetTotalAngle(const AppStyleItem *style) in SetTotalAngle() argument
136 bool CircleProgressComponent::SetArcColor(const AppStyleItem *style) in SetArcColor() argument
148 bool CircleProgressComponent::SetArcBackgroundColor(const AppStyleItem *style) in SetArcBackgroundColor() argument
160 SetArcProgressStyle(const AppStyleItem *style) SetArcProgressStyle() argument
[all...]
H A Dtext_component.cpp199 TextStyle style = TextStyle::TEXT_STYLE_NORMAL; in ApplyPrivateStyle() local
[all...]
H A Dinput_edittext_component.cpp145 bool InputEditTextComponent::ApplyPrivateStyle(const AppStyleItem *style) in ApplyPrivateStyle() argument
195 bool InputEditTextComponent::SetFontSize(const AppStyleItem *style) in SetFontSize() argument
201 bool InputEditTextComponent::SetColor(const AppStyleItem &style) in SetColor() argument
213 bool InputEditTextComponent::SetPlaceholderColor(const AppStyleItem &style) in SetPlaceholderColor() argument
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dmarquee_tdd_test.cpp355 Style style; in ComponentMarqueeStyleSetTest013() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp136 SetStyle(NumberFormatModule &numModel, const jerry_value_t key, const jerry_value_t style) SetStyle() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_box_progress.cpp28 DrawValidRect(BufferInfo& gfxDstBuffer, const Image* image, const Rect& rect, const Rect& invalidatedArea, const Style& style, uint16_t radius) DrawValidRect() argument
72 DrawRoundCap(BufferInfo& gfxDstBuffer, const Image* image, const Point& imgPos, const Rect& rect, const Rect& invalidatedArea, uint16_t radius, const Style& style) DrawRoundCap() argument
203 GetBackgroundParam(Point& startPoint, int16_t& width, int16_t& height, uint16_t& radius, const Style& style) GetBackgroundParam() argument
[all...]
H A Dui_radio_button.cpp102 Style style = StyleDefault::GetBackgroundTransparentStyle(); in OnDraw() local
[all...]
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp119 RetCode CacheManager::Open(const char* path, const Style& style, CacheEntry& entry) in Open() argument
269 RetCode CacheManager::TryDecode(const char* path, const Style& style, CacheEntry& entry) in TryDecode() argument
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_button.h264 Style* style = buttonStyles_[state_]; variable
278 Style* style = buttonStyles_[state_]; variable
319 Style* style = buttonStyles_[state_]; variable
330 Style* style = buttonStyles_[state_]; global() variable
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_material_filter_test.cpp50 MATERIAL_BLUR_STYLE style = static_cast<MATERIAL_BLUR_STYLE>(0); in HWTEST_F() local
70 MATERIAL_BLUR_STYLE style = MATERIAL_BLUR_STYLE::STYLE_CARD_DARK; in HWTEST_F() local
200 MATERIAL_BLUR_STYLE style = MATERIAL_BLUR_STYLE::STYLE_CARD_DARK; in HWTEST_F() local
348 MATERIAL_BLUR_STYLE style in HWTEST_F() local
412 MATERIAL_BLUR_STYLE style = MATERIAL_BLUR_STYLE::STYLE_CARD_DARK; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_typeface.cpp88 auto style = typeface_->GetFontStyle(); in GetFontStyle() local
H A Dtexgine_paint.cpp79 void TexginePaint::SetStyle(Style style) in SetStyle() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dany_span.h86 void SetTextStyle(const TextStyle& style) in SetTextStyle() argument
/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/
H A Dappearance_outlineborder_test.cpp38 Vector4<BorderStyle> style = Vector4<BorderStyle>(BorderStyle::SOLID); in setNode() local
98 Vector4<BorderStyle> style = Vector4<BorderStyle>(BorderStyle::SOLID); in GRAPHIC_TEST() local
142 Vector4<BorderStyle> style = Vector4<BorderStyle>((BorderStyle)i); in GRAPHIC_TEST() local
166 Vector4<BorderStyle> style = Vector4<BorderStyle>((BorderStyle)1); in GRAPHIC_TEST() local
214 Vector4<BorderStyle> style = Vector4<BorderStyle>((BorderStyle)1); GRAPHIC_TEST() local
280 Vector4<BorderStyle> style = Vector4<BorderStyle>((BorderStyle)styleList[i]); GRAPHIC_TEST() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography.h68 explicit RunMetrics(const TextStyle* style) : textStyle(style) {} in RunMetrics() argument
70 RunMetrics(const TextStyle* style, const Drawing::FontMetrics& metrics) in RunMetrics() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtypography_create.cpp26 std::unique_ptr<TypographyCreate> TypographyCreate::Create(const TypographyStyle& style, in Create() argument
33 TypographyCreate::TypographyCreate(const TypographyStyle& style, in TypographyCreate() argument
41 void TypographyCreate::PushStyle(const TextStyle& style) in PushStyle() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_filter.cpp46 std::shared_ptr<RSFilter> RSFilter::CreateMaterialFilter(int style, float dipScale, BLUR_COLOR_MODE mode, float ratio) in CreateMaterialFilter() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dtypeface_test.cpp99 FontStyle style; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
H A Dpaint_fuzzer.cpp54 uint32_t style = GetObject<uint32_t>(); in PaintFuzzTest001() local
99 uint32_t style = GetObject<uint32_t>(); in PaintFuzzTest002() local

Completed in 13 milliseconds

12345678910>>...31