Searched refs:SkToUInt (Results 1 - 14 of 14) sorted by relevance

/external/skia/tests/
H A DPDFDeflateWStreamTest.cpp60 flateData.avail_in = SkToUInt(inputLength);
82 flateData.avail_in = SkToUInt(read);
/external/skqp/tests/
H A DPDFDeflateWStreamTest.cpp60 flateData.avail_in = SkToUInt(inputLength);
82 flateData.avail_in = SkToUInt(read);
/external/skia/src/core/
H A DSkRecorder.cpp140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count));
272 SkToUInt(byteLength),
H A DSkPath_serial.cpp187 this->addRRect(rrect, rrectDir, SkToUInt(start));
/external/skqp/src/core/
H A DSkRecorder.cpp140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count));
272 SkToUInt(byteLength),
H A DSkPath.cpp2174 this->addRRect(rrect, rrectDir, SkToUInt(start));
/external/skia/include/core/
H A DSkTypes.h198 #define SkToUInt(x) SkTo<unsigned>(x) macro
/external/skqp/include/core/
H A DSkTypes.h198 #define SkToUInt(x) SkTo<unsigned>(x) macro
/external/skia/tools/shape/
H A DSkShaper_harfbuzz.cpp41 blob.reset(hb_blob_create((char*)base, SkToUInt(size),
48 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size),
/external/skqp/tools/shape/
H A DSkShaper_harfbuzz.cpp39 blob.reset(hb_blob_create((char*)base, SkToUInt(size),
46 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size),
/external/skia/src/pipe/
H A DSkPipeCanvas.cpp709 extra = SkToUInt(size);
/external/skqp/src/pipe/
H A DSkPipeCanvas.cpp709 extra = SkToUInt(size);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp522 SkASSERT(glyphIndex < SkToUInt(numGlyphs));
/external/skqp/src/ports/
H A DSkFontHost_FreeType.cpp522 SkASSERT(glyphIndex < SkToUInt(numGlyphs));

Completed in 339 milliseconds