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

  /external/skia/gpu/include/
GrRect.h 36 fLeft = SkToS16(r.fLeft);
37 fTop = SkToS16(r.fTop);
38 fRight = SkToS16(r.fRight);
39 fBottom = SkToS16(r.fBottom);
  /external/skia/src/core/
SkAntiRun.h 55 runs[0] = SkToS16(x);
56 runs[x] = SkToS16(n - x);
SkAlphaRuns.cpp 27 fRuns[0] = SkToS16(width);
50 runs[0] = SkToS16(x);
51 runs[x] = SkToS16(n - x);
69 runs[0] = SkToS16(x);
70 runs[x] = SkToS16(n - x);
SkDebug.cpp 34 int16_t SkToS16(long x)
SkBlitter.cpp 391 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
SkScan_Antihair.cpp 89 runs[0] = SkToS16(n);
  /external/skia/include/core/
SkFDot6.h 29 SkASSERT(SkToS16(x) == x);
SkTypes.h 157 SK_API int16_t SkToS16(long);
164 #define SkToS16(x) ((int16_t)(x))
  /external/skia/src/ports/
SkFontHost_win.cpp 421 glyph->fTop = SkToS16(gm.gmptGlyphOrigin.y - gm.gmBlackBoxY);
422 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
816 info->fAscent = SkToS16(otm.otmTextMetrics.tmAscent);
817 info->fDescent = SkToS16(-otm.otmTextMetrics.tmDescent);
    [all...]
SkFontHost_FreeType.cpp 942 glyph->fTop = -SkToS16(bbox.yMax >> 6);
943 glyph->fLeft = SkToS16(bbox.xMin >> 6);
    [all...]
  /external/skia/tests/
MathTest.cpp 305 SkToS16(32768);
306 SkToS16(-32769);
  /external/skia/src/utils/
SkInterpolator.cpp 36 fFrameCount = SkToS16(frameCount);

Completed in 34 milliseconds