Home
last modified time | relevance | path

Searched refs:SkToUInt (Results 1 – 6 of 6) sorted by relevance

/external/skia/tools/
DSkShaper_harfbuzz.cpp26 blob.reset(hb_blob_create((char*)base, SkToUInt(size), in stream_to_blob()
33 blob.reset(hb_blob_create((char*)ptr, SkToUInt(size), in stream_to_blob()
/external/skia/tests/
DPDFDeflateWStreamTest.cpp60 flateData.avail_in = SkToUInt(inputLength); in stream_inflate()
82 flateData.avail_in = SkToUInt(read); in stream_inflate()
/external/skia/src/core/
DSkRecorder.cpp139 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
270 SkToUInt(byteLength), in onDrawPosTextH()
/external/skia/include/core/
DSkTypes.h222 #define SkToUInt(x) SkTo<unsigned>(x) macro
/external/skia/src/pipe/
DSkPipeCanvas.cpp720 extra = SkToUInt(size); in onDrawRegion()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp534 SkASSERT(glyphIndex < SkToUInt(numGlyphs)); in populate_glyph_to_unicode()