Home | History | Annotate | Download | only in gfx

Lines Matching defs:InsetsF

11 template class InsetsBase<InsetsF, float>;
13 InsetsF::InsetsF() : InsetsBase<InsetsF, float>(0, 0, 0, 0) {}
15 InsetsF::InsetsF(float top, float left, float bottom, float right)
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
18 InsetsF::~InsetsF() {}
20 std::string InsetsF::ToString() const {