Searched refs:kUndefinedAscent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp238 const int kUndefinedAscent = std::numeric_limits<int>::min(); member in namespace:WebCore::__anon10280
241 // kUndefinedAscent is returned, instead.
249 return gotMetrics ? tm.tmAscent : kUndefinedAscent;
268 , ascent(kUndefinedAscent)
422 // GetAscent may return kUndefinedAscent, but we still want to
432 if (kUndefinedAscent == derived->ascent)
441 return *ascent != kUndefinedAscent && *spaceGlyph != kUnsupportedGlyph;

Completed in 44 milliseconds