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

  /external/chromium_org/third_party/skia/include/core/
SkScalar.h 97 #define SkScalarTruncToInt(x) static_cast<int>(x)
214 #define SkScalarTruncToInt(x) (((x) < 0) ? SkScalarCeilToInt(x) : SkScalarFloorToInt(x))
  /external/skia/include/core/
SkScalar.h 97 #define SkScalarTruncToInt(x) static_cast<int>(x)
214 #define SkScalarTruncToInt(x) (((x) < 0) ? SkScalarCeilToInt(x) : SkScalarFloorToInt(x))
  /external/chromium_org/third_party/skia/src/effects/
SkDisplacementMapEffect.cpp 69 const int srcX = x + SkScalarTruncToInt(displX);
70 const int srcY = y + SkScalarTruncToInt(displY);
  /external/skia/src/effects/
SkDisplacementMapEffect.cpp 69 const int srcX = x + SkScalarTruncToInt(displX);
70 const int srcY = y + SkScalarTruncToInt(displY);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 704 lf.lfHeight = -SkScalarTruncToInt(textSize);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 704 lf.lfHeight = -SkScalarTruncToInt(textSize);
    [all...]

Completed in 134 milliseconds