Searched refs:AppendDouble (Results 1 – 15 of 15) sorted by relevance
556 res->AppendDouble(pt.x()); in AsValue()557 res->AppendDouble(pt.y()); in AsValue()563 res->AppendDouble(q.p1().x()); in AsValue()564 res->AppendDouble(q.p1().y()); in AsValue()565 res->AppendDouble(q.p2().x()); in AsValue()566 res->AppendDouble(q.p2().y()); in AsValue()567 res->AppendDouble(q.p3().x()); in AsValue()568 res->AppendDouble(q.p3().y()); in AsValue()569 res->AppendDouble(q.p4().x()); in AsValue()570 res->AppendDouble(q.p4().y()); in AsValue()[all …]
145 list->AppendDouble(vertex_opacity_[0]); in LayerTreeAsJson()146 list->AppendDouble(vertex_opacity_[1]); in LayerTreeAsJson()147 list->AppendDouble(vertex_opacity_[2]); in LayerTreeAsJson()148 list->AppendDouble(vertex_opacity_[3]); in LayerTreeAsJson()
601 list->AppendDouble(position_.x()); in LayerTreeAsJson()602 list->AppendDouble(position_.y()); in LayerTreeAsJson()610 list->AppendDouble(transform[i]); in LayerTreeAsJson()
95 vertex_opacity_value->AppendDouble(vertex_opacity[i]); in ExtendValue()
39 writer.AppendDouble(kDoubleValue); in TEST()246 sub_writer.AppendDouble(kDoubleValue); in TEST()371 entry_writer.AppendDouble(keys[i]); in TEST()
232 writer->AppendDouble(double_value); in AppendBasicTypeValueData()
281 void AppendDouble(double value);
55 writer.AppendDouble(8.0); in TEST()
504 void MessageWriter::AppendDouble(double value) { in AppendDouble() function in dbus::MessageWriter
245 matrix->AppendDouble(matrix_[i]); in AsValue()
378 list_value.AppendDouble(1); in TEST_F()
444 void AppendDouble(double in_value);
1035 void ListValue::AppendDouble(double in_value) { in AppendDouble() function in base::ListValue
109 writer.AppendDouble(percent); in SetScreenBrightnessPercent()
333 timestamps->AppendDouble(base::Time::FromInternalValue(*it).ToJsTime()); in ToValue()