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

  /external/skia/include/core/
SkFloatingPoint.h 82 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
86 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro
  /external/skia/legacy/include/core/
SkFloatingPoint.h 83 #define sk_float_round2int(x) SkFloatToIntRound(x) macro
87 #define sk_float_round2int(x) (int)sk_float_floor((x) + 0.5f) macro

Completed in 41 milliseconds