Home
last modified time | relevance | path

Searched defs:style (Results 676 - 700 of 745) sorted by relevance

1...<<21222324252627282930

/third_party/skia/modules/skparagraph/include/
H A DTextStyle.h254 void setDecorationStyle(TextDecorationStyle style) { fDecoration.fStyle = style; } in setDecorationStyle() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp449 DfStyle style; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp991 auto style = dialogTheme_->GetContentTextStyle(); in BuildSheetInfoTitle() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp719 txt::ParagraphStyle style; in MeasureTextSizeInner() local
722 Rosen::TypographyStyle style; in MeasureTextSizeInner() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp2021 RSParagraphStyle style; in MeasureTextMetrics() local
2070 RSParagraphStyle style; in UpdateFillParagraph() local
2110 RSParagraphStyle style; UpdateStrokeParagraph() local
2141 UpdateStrokeShadowParagraph( const std::string& text, const RSPen* pen, const RSParagraphStyle& style) UpdateStrokeShadowParagraph() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h694 void SetTextBackgroundStyle(const std::optional<TextBackgroundStyle>& style) in SetTextBackgroundStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h181 void SetTextStyle(const TextStyle& style) in SetTextStyle() argument
395 void SetInputStyle(InputStyle style) in SetInputStyle() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp401 bool DOMNode::SetCurrentStyle(const std::pair<std::string, std::string>& style) in SetCurrentStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp205 TextStyle style; in JsParseTextState() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textfield.cpp320 auto style = paramObject->GetProperty("style"); in SetPlaceholderFont() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_utils.cpp1584 auto style = static_cast<BorderStyle>(value); in ConvertBorderStyle() local
H A Darkts_native_text_area_bridge.cpp267 int32_t style = -1; in SetPlaceholderFont() local
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp923 auto style = styleList->GetChild(); in ParseInlineStyles() local
946 auto style = styleDetail->GetChild(); SelectStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp196 auto style = obj->GetProperty("fontStyle"); in ParseJsFontStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp70 void SearchPattern::UpdateChangeEvent(const std::string& textValue, int16_t style) in UpdateChangeEvent() argument
121 bool SearchPattern::IsEventEnabled(const std::string& textValue, int16_t style) in IsEventEnabled() argument
1349 std::string style = V2::ConvertWrapTextDecorationStyleToString( in ToJsonValueForTextField() local
1970 SetCancelButtonStyle(const CancelButtonStyle& style) SetCancelButtonStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_area_modifier.cpp55 void SetTextAreaStyle(ArkUINodeHandle node, ArkUI_Int32 style) in SetTextAreaStyle() argument
600 void SetTextAreaDecoration(ArkUINodeHandle node, ArkUI_Int32 decoration, ArkUI_Uint32 color, ArkUI_Int32 style) in SetTextAreaDecoration() argument
147 SetTextAreaPlaceholderFont(ArkUINodeHandle node, const struct ArkUIResourceLength *size, ArkUI_CharPtr weight, ArkUI_CharPtr family, ArkUI_Int32 style) SetTextAreaPlaceholderFont() argument
190 SetTextAreaPlaceholderFontEnum(ArkUINodeHandle node, const struct ArkUIResourceLength* size, ArkUI_Int32 weight, ArkUI_CharPtr family, ArkUI_Int32 style) SetTextAreaPlaceholderFontEnum() argument
1175 auto style = static_cast<BorderStyle>(value); ConvertBorderStyle() local
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/
H A Dprompt_action.cpp325 auto style = static_cast<ShadowStyle>(num); in GetToastShadow() local
1109 auto style = static_cast<ShadowStyle>(num); in GetShadowProps() local
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp267 Style style; in DrawNormalLetter() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1082 setDateTimeFormat(int style, String dateTimeFormat) setDateTimeFormat() argument
1100 getDateTimeFormat(int style) getDateTimeFormat() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp818 DateFormat::EStyle style = (DateFormat::EStyle)i; addICUPatterns() local
1383 setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, UErrorCode& status) setDateTimeFormat() argument
1399 getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const getDateTimeFormat() argument
[all...]
H A Dsmpdtfmt.cpp3630 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LONG; in subParse() local
3644 UTimeZoneFormatStyle style = (count < 4) ? in subParse() local
3658 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() local
3671 UTimeZoneFormatStyle style; in subParse() local
3698 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZED_GMT; subParse() local
3711 UTimeZoneFormatStyle style; subParse() local
3741 UTimeZoneFormatStyle style; subParse() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp813 DateFormat::EStyle style = (DateFormat::EStyle)i; addICUPatterns() local
1375 setDateTimeFormat(UDateFormatStyle style, const UnicodeString& dtFormat, UErrorCode& status) setDateTimeFormat() argument
1391 getDateTimeFormat(UDateFormatStyle style, UErrorCode& status) const getDateTimeFormat() argument
[all...]
H A Dsmpdtfmt.cpp3581 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_SPECIFIC_SHORT : UTZFMT_STYLE_SPECIFIC_LONG; in subParse() local
3595 UTimeZoneFormatStyle style = (count < 4) ? in subParse() local
3609 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_GENERIC_SHORT : UTZFMT_STYLE_GENERIC_LONG; in subParse() local
3622 UTimeZoneFormatStyle style; in subParse() local
3649 UTimeZoneFormatStyle style = (count < 4) ? UTZFMT_STYLE_LOCALIZED_GMT_SHORT : UTZFMT_STYLE_LOCALIZED_GMT; subParse() local
3662 UTimeZoneFormatStyle style; subParse() local
3692 UTimeZoneFormatStyle style; subParse() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc374 Handle<String> StyleAsString(Isolate* isolate, Style style) { in StyleAsString() argument
968 Style style = StyleFromSkeleton(skeleton); in ResolvedOptions() local
1228 Style style = maybe_style.FromJust(); New() local
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp731 drawRect(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& rect, const GrStyle* style) drawRect() argument
1027 drawRRect(const GrClip* origClip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRRect& rrect, const GrStyle& style) drawRRect() argument
1328 drawRegion(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRegion& region, const GrStyle& style, const GrUserStencilSettings* ss) drawRegion() argument
1363 drawOval(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, const GrStyle& style) drawOval() argument
1427 drawArc(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle, bool useCenter, const GrStyle& style) drawArc() argument
1549 drawPath(const GrClip* clip, GrPaint&& paint, GrAA aa, const SkMatrix& viewMatrix, const SkPath& path, const GrStyle& style) drawPath() argument
[all...]

Completed in 84 milliseconds

1...<<21222324252627282930