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

1 2

  /external/chromium_org/third_party/skia/include/gpu/
GrRect.h 23 fLeft = SkToS16(r.fLeft);
24 fTop = SkToS16(r.fTop);
25 fRight = SkToS16(r.fRight);
26 fBottom = SkToS16(r.fBottom);
  /external/skia/include/gpu/
GrRect.h 23 fLeft = SkToS16(r.fLeft);
24 fTop = SkToS16(r.fTop);
25 fRight = SkToS16(r.fRight);
26 fBottom = SkToS16(r.fBottom);
  /external/chromium_org/third_party/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 24 int16_t SkToS16(intmax_t x) {
SkFDot6.h 23 SkASSERT(SkToS16(x) == x);
SkBlitter.cpp 434 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
SkScan_Antihair.cpp 81 runs[0] = SkToS16(n);
  /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 24 int16_t SkToS16(intmax_t x) {
SkFDot6.h 23 SkASSERT(SkToS16(x) == x);
SkBlitter.cpp 434 ((int16_t*)runs)[index] = SkToS16(left - prevRite);
SkScan_Antihair.cpp 81 runs[0] = SkToS16(n);
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 189 SK_API int16_t SkToS16(intmax_t);
196 #define SkToS16(x) ((int16_t)(x))
  /external/skia/include/core/
SkTypes.h 189 SK_API int16_t SkToS16(intmax_t);
196 #define SkToS16(x) ((int16_t)(x))
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 860 glyph->fWidth = SkToS16(fTM.tmMaxCharWidth);
862 glyph->fWidth = SkToS16(size.cx);
864 glyph->fHeight = SkToS16(size.cy);
866 glyph->fTop = SkToS16(-fTM.tmAscent);
867 glyph->fLeft = SkToS16(0);
903 glyph->fTop = SkToS16(-gm.gmptGlyphOrigin.y);
904 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
    [all...]
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win_dw.cpp 858 glyph->fLeft = SkToS16(bbox.left);
859 glyph->fTop = SkToS16(bbox.top);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 860 glyph->fWidth = SkToS16(fTM.tmMaxCharWidth);
862 glyph->fWidth = SkToS16(size.cx);
864 glyph->fHeight = SkToS16(size.cy);
866 glyph->fTop = SkToS16(-fTM.tmAscent);
867 glyph->fLeft = SkToS16(0);
903 glyph->fTop = SkToS16(-gm.gmptGlyphOrigin.y);
904 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x);
    [all...]
SkFontHost_FreeType.cpp     [all...]
SkFontHost_win_dw.cpp 858 glyph->fLeft = SkToS16(bbox.left);
859 glyph->fTop = SkToS16(bbox.top);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp 29 fFrameCount = SkToS16(frameCount);
  /external/skia/src/utils/
SkInterpolator.cpp 29 fFrameCount = SkToS16(frameCount);
  /external/skia/tests/
MathTest.cpp 445 SkToS16(32768);
446 SkToS16(-32769);

Completed in 4902 milliseconds

1 2