Searched refs:DimensionT (Results 1 – 5 of 5) sorted by relevance
26 using DimensionT = double; // unit is vp variable30 static constexpr DimensionT MIN_ICON_SIZE = 12.0;31 static constexpr DimensionT MIN_PADDING_SIZE = 0.0;41 DimensionT top = DEFAULT_DIMENSION;42 DimensionT right = DEFAULT_DIMENSION;43 DimensionT bottom = DEFAULT_DIMENSION;44 DimensionT left = DEFAULT_DIMENSION;111 DimensionT x_ = 0.0;112 DimensionT y_ = 0.0;113 DimensionT width_ = 0.0;[all …]
102 DimensionT fontSize_ = DEFAULT_DIMENSION;103 DimensionT iconSize_ = DEFAULT_DIMENSION;105 DimensionT textIconSpace_ = DEFAULT_DIMENSION;113 DimensionT borderWidth_ = DEFAULT_DIMENSION;118 DimensionT topClip_;119 DimensionT bottomClip_;120 DimensionT leftClip_;121 DimensionT rightClip_;139 bool ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& res);
40 clickInfo.point.touchX = generator.GetData<DimensionT>(); in ReportSecurityComponentClickEventFuzzTest()41 clickInfo.point.touchY = generator.GetData<DimensionT>(); in ReportSecurityComponentClickEventFuzzTest()
148 DimensionT minFontSize; in CheckSecCompBaseButton()
66 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& re… in ParseDimension()