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

  /external/chromium_org/ui/gfx/geometry/
rect_f.cc 23 return IsExpressibleAsInt(x()) && IsExpressibleAsInt(y()) &&
24 IsExpressibleAsInt(width()) && IsExpressibleAsInt(height()) &&
25 IsExpressibleAsInt(right()) && IsExpressibleAsInt(bottom());
safe_integer_conversions.h 42 inline bool IsExpressibleAsInt(float value) {

Completed in 39 milliseconds