/foundation/ace/ace_engine/frameworks/core/components_v2/inspector/ |
D | textarea_composed_element.cpp | 104 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 …]
|
D | textinput_composed_element.cpp | 108 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 …]
|
D | select_composed_element.cpp | 277 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/ |
D | lnn_node_weight.c | 28 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/ |
D | index.css | 11 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/ |
D | index.css | 11 font-weight: 800; 17 font-weight: 600; 23 font-weight: 800;
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/ |
D | lnn_heartbeat_manager.c | 44 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 …]
|
D | lnn_heartbeat_strategy_virtual.c | 53 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/ |
D | lnn_heartbeat_manager.h | 36 int32_t (*onRecvHigherWeight)(const char *udidHash, int32_t weight, ConnectionAddrType type); 37 int32_t (*onUpdateDev)(DeviceInfo *device, int32_t weight, int32_t localMasterWeight);
|
D | lnn_heartbeat_strategy.h | 76 int32_t LnnNotifyMasterNodeChanged(const char *masterUdid, int32_t weight);
|
/foundation/distributedhardware/devicemanager/display/entry/src/main/js/default/pages/index/ |
D | index.css | 41 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/ |
D | rosen_render_svg_polygon.cpp | 96 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()
|
D | render_svg_polygon.h | 38 void SetWeight(float weight) in SetWeight() argument 40 weight_ = weight; in SetWeight()
|
D | render_svg_path.h | 35 void SetWeight(float weight) in SetWeight() argument 37 weight_ = weight; in SetWeight()
|
D | flutter_render_svg_polygon.cpp | 113 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()
|
D | rosen_render_svg_polygon.h | 45 …bool CreateSkPaths(const std::string& points1, const std::string& points2, double weight, SkPath* …
|
D | flutter_render_svg_polygon.h | 54 …bool CreateSkPaths(const std::string& points1, const std::string& points2, double weight, SkPath* …
|
/foundation/graphic/standard/rosen/modules/effect/effectChain/src/ |
D | vertical_blur_filter.cpp | 34 float* weight = (float*)value; in SetValue() local 36 weight_[i] = *(weight + i); in SetValue()
|
D | horizontal_blur_filter.cpp | 35 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/ |
D | index.css | 11 font-weight: 800; 42 font-weight: 500;
|
/foundation/ace/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
D | js_select.cpp | 185 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 …]
|
D | js_search.cpp | 358 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/ |
D | offscreen_canvas.h | 137 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/ |
D | index.css | 90 font-weight: bold; 107 font-weight: 600;
|
/foundation/ace/ace_engine/frameworks/core/components/common/properties/ |
D | paint_state.h | 216 void SetFontWeight(FontWeight weight) in SetFontWeight() argument 218 textStyle_.SetFontWeight(weight); in SetFontWeight()
|