Lines Matching defs:value
123 void Style::SetStyle(uint8_t key, int64_t value)
127 bgColor_.full = value;
130 bgOpa_ = value;
133 borderRadius_ = value;
136 borderColor_.full = value;
139 borderOpa_ = value;
142 borderWidth_ = value;
145 paddingLeft_ = value;
148 paddingRight_ = value;
151 paddingTop_ = value;
154 paddingBottom_ = value;
157 marginLeft_ = value;
160 marginRight_ = value;
163 marginTop_ = value;
166 marginBottom_ = value;
169 imageOpa_ = value;
172 textColor_.full = value;
175 font_ = value;
178 lineSpace_ = value;
181 letterSpace_ = value;
184 if (value < 0) {
185 value = 0;
187 lineHeight_ = value;
190 textOpa_ = value;
193 lineColor_.full = value;
196 lineWidth_ = value;
199 lineOpa_ = value;
202 lineCap_ = value;
293 pickerHighlightStyle_.SetStyle(STYLE_TEXT_FONT, 18); // 18: font value