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

  /external/skia/include/gpu/
GrRect.h 29 fLeft = SkToS16(r.fLeft);
30 fTop = SkToS16(r.fTop);
31 fRight = SkToS16(r.fRight);
32 fBottom = SkToS16(r.fBottom);
  /external/skia/legacy/src/core/
SkAntiRun.h 77 runs[0] = SkToS16(x);
78 runs[x] = SkToS16(n - x);
SkAlphaRuns.cpp 19 fRuns[0] = SkToS16(width);
42 runs[0] = SkToS16(x);
43 runs[x] = SkToS16(n - x);
61 runs[0] = SkToS16(x);
62 runs[x] = SkToS16(n - x);
SkDebug.cpp 26 int16_t SkToS16(long x)