HomeSort by relevance Sort by last modified time
    Searched refs:FloatBoxExtent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxExtent.h 37 class FloatBoxExtent {
39 FloatBoxExtent()
47 FloatBoxExtent(float top, float right, float bottom, float left)
78 void unite(const FloatBoxExtent& other)
101 inline bool operator==(const FloatBoxExtent& a, const FloatBoxExtent& b)
109 inline bool operator!=(const FloatBoxExtent& a, const FloatBoxExtent& b)
114 inline void operator+=(FloatBoxExtent& a, const FloatBoxExtent& b
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.h 35 #include "platform/geometry/FloatBoxExtent.h"
67 FloatBoxExtent glyphBoundingBox() const { return m_glyphBoundingBox; }
160 FloatBoxExtent m_glyphBoundingBox;

Completed in 164 milliseconds