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

  /external/skia/bench/
InterpBench.cpp 144 tmp = SkDoubleToFixed(ffx); dst[i + 0] = TILE(tmp, count); ffx += ddx;
145 tmp = SkDoubleToFixed(ffx); dst[i + 1] = TILE(tmp, count); ffx += ddx;
146 tmp = SkDoubleToFixed(ffx); dst[i + 2] = TILE(tmp, count); ffx += ddx;
147 tmp = SkDoubleToFixed(ffx); dst[i + 3] = TILE(tmp, count); ffx += ddx;
  /external/chromium_org/third_party/skia/include/core/
SkFixed.h 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1))
SkScalar.h 204 #define SkDoubleToScalar(n) SkDoubleToFixed(n)
  /external/chromium_org/ui/gfx/
color_utils.cc 139 light = SkDoubleToFixed(lightness) >> 8;
  /external/skia/include/core/
SkFixed.h 56 #define SkDoubleToFixed(x) ((SkFixed)((x) * SK_Fixed1))
SkScalar.h 204 #define SkDoubleToScalar(n) SkDoubleToFixed(n)

Completed in 273 milliseconds