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

1 2 3

  /external/chromium_org/third_party/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 13 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
14 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
  /external/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 13 fClearFlags = SkToU16(clearFlags & SkPaint::kAllFlags);
14 fSetFlags = SkToU16(setFlags & SkPaint::kAllFlags);
  /external/chromium_org/third_party/skia/src/utils/
SkUnitMappers.cpp 30 return SkToU16(x);
57 return SkToU16(x);
  /external/skia/src/utils/
SkUnitMappers.cpp 30 return SkToU16(x);
57 return SkToU16(x);
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
SkTime.cpp 25 t->fYear = SkToU16(syst.wYear);
57 t->fYear = SkToU16(syst.tm_year);
SkTypedArray.cpp 65 fReserve = fCount = SkToU16(count);
148 fReserve = SkToU16((U16CPU)size);
150 fCount = SkToU16(fCount + extra);
SkTDArray_Experimental.h 59 fCount = SkToU16(fCount - count);
85 fCount = SkToU16(count);
  /external/skia/src/animator/
SkBoundable.h 25 void clearBounds() { fBounds.fLeft = (int16_t) SkToU16(0x8000); }; // mark bounds as unset
SkTime.cpp 25 t->fYear = SkToU16(syst.wYear);
57 t->fYear = SkToU16(syst.tm_year);
SkTypedArray.cpp 65 fReserve = fCount = SkToU16(count);
148 fReserve = SkToU16((U16CPU)size);
150 fCount = SkToU16(fCount + extra);
SkTDArray_Experimental.h 59 fCount = SkToU16(fCount - count);
85 fCount = SkToU16(count);
  /external/chromium_org/third_party/skia/src/core/
SkColorTable.cpp 25 fCount = SkToU16(count);
39 fCount = SkToU16(count);
56 fCount = SkToU16(count);
SkDebug.cpp 29 uint16_t SkToU16(uintmax_t x) {
SkUtils.cpp 357 // dst[0] = SkToU16(0xD800 | ((uni - 0x10000) >> 10));
358 // dst[0] = SkToU16(0xD800 | ((uni >> 10) - 64));
359 dst[0] = SkToU16((0xD800 - 64) + (uni >> 10));
360 dst[1] = SkToU16(0xDC00 | (uni & 0x3FF));
365 dst[0] = SkToU16(uni);
SkScalerContext.cpp 270 return SkToU16(glyphID);
333 glyph->fWidth = SkToU16(mask.fBounds.width());
334 glyph->fHeight = SkToU16(mask.fBounds.height());
348 glyph->fWidth = SkToU16(ir.width());
349 glyph->fHeight = SkToU16(ir.height());
390 glyph->fWidth = SkToU16(dst.fBounds.width());
391 glyph->fHeight = SkToU16(dst.fBounds.height());
  /external/skia/src/core/
SkColorTable.cpp 25 fCount = SkToU16(count);
39 fCount = SkToU16(count);
56 fCount = SkToU16(count);
SkDebug.cpp 29 uint16_t SkToU16(uintmax_t x) {
SkUtils.cpp 357 // dst[0] = SkToU16(0xD800 | ((uni - 0x10000) >> 10));
358 // dst[0] = SkToU16(0xD800 | ((uni >> 10) - 64));
359 dst[0] = SkToU16((0xD800 - 64) + (uni >> 10));
360 dst[1] = SkToU16(0xDC00 | (uni & 0x3FF));
365 dst[0] = SkToU16(uni);
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 34 fMax = SkToU16(max);
54 fValue = SkToU16(value);
SkEventSink.cpp 118 fExtra16 = SkToU16(count);
199 list->fExtra16 = SkToU16(count - 1);
  /external/skia/src/views/
SkProgressView.cpp 34 fMax = SkToU16(max);
54 fValue = SkToU16(value);
SkEventSink.cpp 118 fExtra16 = SkToU16(count);
199 list->fExtra16 = SkToU16(count - 1);
  /external/chromium_org/third_party/skia/src/ports/
SkHarfBuzzFont.cpp 63 glyphs16[i] = SkToU16(glyphs[i]);
95 uint16_t glyph16 = SkToU16(glyph);
120 uint16_t glyph16 = SkToU16(glyph);
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 63 glyphs16[i] = SkToU16(glyphs[i]);
95 uint16_t glyph16 = SkToU16(glyph);
120 uint16_t glyph16 = SkToU16(glyph);

Completed in 170 milliseconds

1 2 3