Home
last modified time | relevance | path

Searched refs:cornerRadius (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2087 cJSON *cornerRadius = cJSON_GetObjectItemCaseSensitive(extraInfoParser.json, "drag_corner_radius"); in ParserExtraInfo() local
2088 if (cJSON_IsNumber(cornerRadius)) { in ParserExtraInfo()
2089 extraInfo.cornerRadius = static_cast<float>(cornerRadius->valuedouble); in ParserExtraInfo()
2221 FI_HILOGE("Invalid parameters, cornerRadius:%{public}f, dipScale:%{public}f", in SetCustomDragBlur()
2251 if ((extraInfo.cornerRadius < 0) || (filterInfo.dipScale < 0) || in SetComponentDragBlur()
2253 / filterInfo.dipScale) < extraInfo.cornerRadius)) { in SetComponentDragBlur()
2254 FI_HILOGE("Invalid parameters, cornerRadius:%{public}f, dipScale:%{public}f", in SetComponentDragBlur()
2255 extraInfo.cornerRadius, filterInfo.dipScale); in SetComponentDragBlur()
2258 filterNode->SetCornerRadius(extraInfo.cornerRadius * filterInf in SetComponentDragBlur()
[all...]
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h170 float cornerRadius { 0.0f };

Completed in 9 milliseconds