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

  /external/skia/include/private/
SkFixed.h 142 #define SkFixed3232ToInt(x) ((int)((x) >> 32))
  /external/skia/src/core/
SkBitmapProcState.h 26 #define SkFractionalIntToInt(x) SkFixed3232ToInt(x)

Completed in 46 milliseconds