Home
last modified time | relevance | path

Searched defs:InsetsF (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/geometry/
Dinsets_f.cc13 InsetsF::InsetsF() : InsetsBase<InsetsF, float>(0, 0, 0, 0) {} in InsetsF() function in gfx::InsetsF
15 InsetsF::InsetsF(float top, float left, float bottom, float right) in InsetsF() function in gfx::InsetsF
Dinsets.h36 operator InsetsF() const { in InsetsF() function
Drect_f.h18 class InsetsF; variable