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

  /external/skia/include/core/
SkScalar.h 124 #define SkScalarFloorToInt(x) sk_float_floor2int(x)
238 #define SkScalarFloorToInt(x) SkFixedFloorToInt(x)
287 #define SkScalarFloor(x) SkScalarFloorToInt(x)
  /external/skia/samplecode/
SampleApp.cpp     [all...]

Completed in 63 milliseconds