Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 56) sorted by relevance

123

/foundation/ace/ace_engine/frameworks/core/components_v2/inspector/
Dtextarea_composed_element.cpp104 auto weight = placeHoldStyle.GetFontWeight(); in GetPlaceholderFont() local
105 if (weight == FontWeight::W100) { in GetPlaceholderFont()
107 } else if (weight == FontWeight::W200) { in GetPlaceholderFont()
109 } else if (weight == FontWeight::W300) { in GetPlaceholderFont()
111 } else if (weight == FontWeight::W400) { in GetPlaceholderFont()
113 } else if (weight == FontWeight::W500) { in GetPlaceholderFont()
115 } else if (weight == FontWeight::W600) { in GetPlaceholderFont()
117 } else if (weight == FontWeight::W700) { in GetPlaceholderFont()
119 } else if (weight == FontWeight::W800) { in GetPlaceholderFont()
121 } else if (weight == FontWeight::W900) { in GetPlaceholderFont()
[all …]
Dtextinput_composed_element.cpp108 auto weight = placeHoldStyle.GetFontWeight(); in GetPlaceholderFont() local
109 if (weight == FontWeight::W100) { in GetPlaceholderFont()
111 } else if (weight == FontWeight::W200) { in GetPlaceholderFont()
113 } else if (weight == FontWeight::W300) { in GetPlaceholderFont()
115 } else if (weight == FontWeight::W400) { in GetPlaceholderFont()
117 } else if (weight == FontWeight::W500) { in GetPlaceholderFont()
119 } else if (weight == FontWeight::W600) { in GetPlaceholderFont()
121 } else if (weight == FontWeight::W700) { in GetPlaceholderFont()
123 } else if (weight == FontWeight::W800) { in GetPlaceholderFont()
125 } else if (weight == FontWeight::W900) { in GetPlaceholderFont()
[all …]
Dselect_composed_element.cpp277 auto weight = textStyle.GetFontWeight(); in GetTextStyle() local
278 if (weight == FontWeight::W100) { in GetTextStyle()
280 } else if (weight == FontWeight::W200) { in GetTextStyle()
282 } else if (weight == FontWeight::W300) { in GetTextStyle()
284 } else if (weight == FontWeight::W400) { in GetTextStyle()
286 } else if (weight == FontWeight::W500) { in GetTextStyle()
288 } else if (weight == FontWeight::W600) { in GetTextStyle()
290 } else if (weight == FontWeight::W700) { in GetTextStyle()
292 } else if (weight == FontWeight::W800) { in GetTextStyle()
294 } else if (weight == FontWeight::W900) { in GetTextStyle()
[all …]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
Dlnn_node_weight.c28 static int32_t weight; in LnnGetLocalWeight() local
33 return weight; in LnnGetLocalWeight()
39 weight = (int32_t)((randVal * MAX_WEIGHT_VALUE) / UINT8_MAX); in LnnGetLocalWeight()
41 return weight; in LnnGetLocalWeight()
/foundation/distributedhardware/devicemanager/ext/pin_auth/input_pin_dialog/dialog_ui/js/pages/index/
Dindex.css11 font-weight: 800;
17 font-weight: 600;
23 font-weight: 500;
30 font-weight: 800;
/foundation/distributedhardware/devicemanager/ext/pin_auth/show_pin_dialog/dialog_ui/js/pages/index/
Dindex.css11 font-weight: 800;
17 font-weight: 600;
23 font-weight: 800;
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
Dlnn_heartbeat_manager.c44 int32_t weight; member
58 static int32_t HbMgrRecvHigherWeight(const char *udidHash, int32_t weight, ConnectionAddrType type);
59 static int32_t HbMgrUpdateDevInfo(DeviceInfo *device, int32_t weight, int32_t localMasterWeight);
79 static int32_t FirstSetUpdateReqTime(DeviceInfo *device, int32_t weight, int32_t localMasterWeight,… in FirstSetUpdateReqTime() argument
101 item->weight = weight; in FirstSetUpdateReqTime()
109 static int32_t SetUpdateReqTime(DeviceInfo *device, int32_t weight, int32_t localMasterWeight, uint… in SetUpdateReqTime() argument
122 item->weight = weight; in SetUpdateReqTime()
134 if (FirstSetUpdateReqTime(device, weight, localMasterWeight, updateTime) != SOFTBUS_OK) { in SetUpdateReqTime()
259 static int32_t HbMgrUpdateDevInfo(DeviceInfo *device, int32_t weight, int32_t localMasterWeight) in HbMgrUpdateDevInfo() argument
273 if (SetUpdateReqTime(device, weight, localMasterWeight, nowTime) != SOFTBUS_OK) { in HbMgrUpdateDevInfo()
[all …]
Dlnn_heartbeat_strategy_virtual.c53 int32_t LnnNotifyMasterNodeChanged(const char *masterUdid, int32_t weight) in LnnNotifyMasterNodeChanged() argument
56 (void)weight; in LnnNotifyMasterNodeChanged()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
Dlnn_heartbeat_manager.h36 int32_t (*onRecvHigherWeight)(const char *udidHash, int32_t weight, ConnectionAddrType type);
37 int32_t (*onUpdateDev)(DeviceInfo *device, int32_t weight, int32_t localMasterWeight);
Dlnn_heartbeat_strategy.h76 int32_t LnnNotifyMasterNodeChanged(const char *masterUdid, int32_t weight);
/foundation/distributedhardware/devicemanager/display/entry/src/main/js/default/pages/index/
Dindex.css41 font-weight: 800;
79 font-weight: bolder;
88 font-weight: 800;
100 font-weight: 800;
105 font-weight: bolder;
125 font-weight: 600;
130 font-weight: 800;
/foundation/ace/ace_engine/frameworks/core/components/svg/
Drosen_render_svg_polygon.cpp96 const std::string& points1, const std::string& points2, double weight, SkPath* out) in CreateSkPaths() argument
122 begin.interpolate(end, weight, out); in CreateSkPaths()
160 float weight = 1.0f; in GetPath() local
167 weight = weight_ - firstPart; in GetPath()
171 …(!CreateSkPaths(pointsVector_[currValue].c_str(), pointsVector_[nextValue].c_str(), weight, out)) { in GetPath()
Drender_svg_polygon.h38 void SetWeight(float weight) in SetWeight() argument
40 weight_ = weight; in SetWeight()
Drender_svg_path.h35 void SetWeight(float weight) in SetWeight() argument
37 weight_ = weight; in SetWeight()
Dflutter_render_svg_polygon.cpp113 const std::string& points2, double weight, SkPath* out) in CreateSkPaths() argument
139 begin.interpolate(end, weight, out); in CreateSkPaths()
181 float weight = 1.0f; in GetPath() local
188 weight = weight_ - firstPart; in GetPath()
192 …(!CreateSkPaths(pointsVector_[currValue].c_str(), pointsVector_[nextValue].c_str(), weight, out)) { in GetPath()
Drosen_render_svg_polygon.h45 …bool CreateSkPaths(const std::string& points1, const std::string& points2, double weight, SkPath* …
Dflutter_render_svg_polygon.h54 …bool CreateSkPaths(const std::string& points1, const std::string& points2, double weight, SkPath* …
/foundation/graphic/standard/rosen/modules/effect/effectChain/src/
Dvertical_blur_filter.cpp34 float* weight = (float*)value; in SetValue() local
36 weight_[i] = *(weight + i); in SetValue()
Dhorizontal_blur_filter.cpp35 float* weight = (float*)value; in SetValue() local
37 weight_[i] = *(weight + i); in SetValue()
/foundation/distributedhardware/devicemanager/common/include/show_confirm_dialog/dialog_ui/js/pages/index/
Dindex.css11 font-weight: 800;
42 font-weight: 500;
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_select.cpp185 std::string weight; in Font() local
189 weight = std::to_string(fontWeight->ToNumber<int32_t>()); in Font()
191 ParseJsString(fontWeight, weight); in Font()
193 textStyle.SetFontWeight(ConvertStrToFontWeight(weight)); in Font()
295 std::string weight; in SelectedOptionFont() local
299 weight = std::to_string(fontWeight->ToNumber<int32_t>()); in SelectedOptionFont()
301 ParseJsString(fontWeight, weight); in SelectedOptionFont()
303 textStyle.SetFontWeight(ConvertStrToFontWeight(weight)); in SelectedOptionFont()
414 std::string weight; in OptionFont() local
418 weight = std::to_string(fontWeight->ToNumber<int32_t>()); in OptionFont()
[all …]
Djs_search.cpp358 auto weight = param->GetProperty("weight"); in SetPlaceholderFont() local
359 if (!weight->IsNull() && weight->IsNumber()) { in SetPlaceholderFont()
360 FontWeight weightVal = static_cast<FontWeight>(weight->ToNumber<int32_t>()); in SetPlaceholderFont()
398 auto weight = param->GetProperty("weight"); in SetTextFont() local
399 if (!weight->IsNull() && weight->IsNumber()) { in SetTextFont()
400 FontWeight weightVal = static_cast<FontWeight>(weight->ToNumber<int32_t>()); in SetTextFont()
/foundation/ace/ace_engine/frameworks/core/components/custom_paint/
Doffscreen_canvas.h137 void SetFontWeight(FontWeight weight) in SetFontWeight() argument
139 fillState_.SetFontWeight(weight); in SetFontWeight()
140 strokeState_.SetFontWeight(weight); in SetFontWeight()
/foundation/distributedschedule/dmsfwk/services/dtbschedmgr/test/jsDmsDemo/dmsDemo/entry/src/main/js/RemoteAbility/pages/index/
Dindex.css90 font-weight: bold;
107 font-weight: 600;
/foundation/ace/ace_engine/frameworks/core/components/common/properties/
Dpaint_state.h216 void SetFontWeight(FontWeight weight) in SetFontWeight() argument
218 textStyle_.SetFontWeight(weight); in SetFontWeight()

123