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

  /external/skia/src/gpu/
GrRect.h 50 fLeft = SkToS16(r.fLeft);
51 fTop = SkToS16(r.fTop);
52 fRight = SkToS16(r.fRight);
53 fBottom = SkToS16(r.fBottom);
  /external/skia/src/core/
SkAntiRun.h 131 runs[0] = SkToS16(x);
132 runs[x] = SkToS16(n - x);
150 runs[0] = SkToS16(x);
151 runs[x] = SkToS16(n - x);
176 runs[0] = SkToS16(x);
177 runs[x] = SkToS16(n - x);
SkAlphaRuns.cpp 19 fRuns[0] = SkToS16(width);
SkDebug.cpp 24 int16_t SkToS16(intmax_t x) {
SkFDot6.h 45 SkASSERT(SkToS16(x) == x);
SkBitmapScaler.cpp 185 fixedFilterValues[fixedI] = SkToS16(curFixed);
SkBlitter.cpp 453 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
SkScan_Antihair.cpp 81 runs[0] = SkToS16(n);
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 414 info->fAscent = SkToS16(dwfm.ascent);
415 info->fDescent = SkToS16(dwfm.descent);
416 info->fCapHeight = SkToS16(dwfm.capHeight);
SkFontHost_win.cpp 848 glyph->fWidth = SkToS16(fTM.tmMaxCharWidth);
850 glyph->fWidth = SkToS16(size.cx);
852 glyph->fHeight = SkToS16(size.cy);
854 glyph->fTop = SkToS16(-fTM.tmAscent);
857 glyph->fLeft = SkToS16(0);
909 glyph->fTop = SkToS16(-gm.gmptGlyphOrigin.y);
910 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
    [all...]
SkFontHost_FreeType.cpp     [all...]
SkScalerContext_win_dw.cpp 455 glyph->fLeft = SkToS16(bbox.left);
456 glyph->fTop = SkToS16(bbox.top);
SkFontHost_mac.cpp     [all...]
  /external/skia/include/core/
SkPoint.h 31 fX = SkToS16(x);
32 fY = SkToS16(y);
SkTypes.h 262 SK_API int16_t SkToS16(intmax_t);
272 #define SkToS16(x) ((int16_t)(x))
  /external/skia/src/utils/
SkInterpolator.cpp 29 fFrameCount = SkToS16(frameCount);
  /external/skia/tests/
MathTest.cpp 501 SkToS16(32768);
502 SkToS16(-32769);

Completed in 229 milliseconds