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

  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.h 22 #define SkFractionalIntToFixed(x) SkFixed48ToFixed(x)
28 #define SkFractionalIntToFixed(x) (x)
  /external/skia/src/core/
SkBitmapProcState.h 24 #define SkFractionalIntToFixed(x) SkFixed48ToFixed(x)
30 #define SkFractionalIntToFixed(x) (x)

Completed in 133 milliseconds