Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DWidthCache.h41 struct WidthCacheEntry { struct
42 WidthCacheEntry() in WidthCacheEntry() function
46 bool isValid() const { return !std::isnan(width); } in isValid()
47 float width;
48 IntRectExtent glyphBounds;