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

  /external/libmojo/ui/gfx/geometry/
safe_integer_conversions.h 50 inline bool IsExpressibleAsInt(float value) {
rect_f.cc 222 return IsExpressibleAsInt(x()) && IsExpressibleAsInt(y()) &&
223 IsExpressibleAsInt(width()) && IsExpressibleAsInt(height()) &&
224 IsExpressibleAsInt(right()) && IsExpressibleAsInt(bottom());

Completed in 318 milliseconds