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

  /external/skia/include/core/
SkFixed.h 100 #define SkFixedRoundToInt(x) (((x) + SK_FixedHalf) >> 16)
111 #define SkFixedRound(x) SkFixedRoundToInt(x)
SkScalar.h 240 #define SkScalarRoundToInt(x) SkFixedRoundToInt(x)
  /external/skia/src/core/
SkScan_Path.cpp 134 int x = SkFixedRoundToInt(currE->fX);
259 int L = SkFixedRoundToInt(left);
260 int R = SkFixedRoundToInt(rite);
270 int L = SkFixedRoundToInt(left);
271 int R = SkFixedRoundToInt(rite);
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 97 milliseconds