HomeSort by relevance Sort by last modified time
    Searched refs:SkToS16 (Results 1 - 12 of 12) 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/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)
SkBlitter.cpp 426 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
SkScan_Antihair.cpp 81 runs[0] = SkToS16(n);
  /external/skia/include/core/
SkFDot6.h 22 SkASSERT(SkToS16(x) == x);
SkTypes.h 166 SK_API int16_t SkToS16(long);
173 #define SkToS16(x) ((int16_t)(x))
  /external/skia/tests/
MathTest.cpp 361 SkToS16(32768);
362 SkToS16(-32769);
  /external/skia/src/ports/
SkFontHost_win.cpp 610 glyph->fTop = SkToS16(gm.gmptGlyphOrigin.y - gm.gmBlackBoxY);
611 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
    [all...]
SkFontHost_FreeType.cpp     [all...]
  /external/skia/src/utils/
SkInterpolator.cpp 29 fFrameCount = SkToS16(frameCount);

Completed in 366 milliseconds