Searched refs:SkToUInt (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/ |
D | SkShaper_harfbuzz.cpp | 26 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/ |
D | PDFDeflateWStreamTest.cpp | 60 flateData.avail_in = SkToUInt(inputLength); in stream_inflate() 82 flateData.avail_in = SkToUInt(read); in stream_inflate()
|
/external/skia/src/core/ |
D | SkRecorder.cpp | 139 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints() 270 SkToUInt(byteLength), in onDrawPosTextH()
|
/external/skia/include/core/ |
D | SkTypes.h | 222 #define SkToUInt(x) SkTo<unsigned>(x) macro
|
/external/skia/src/pipe/ |
D | SkPipeCanvas.cpp | 720 extra = SkToUInt(size); in onDrawRegion()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 534 SkASSERT(glyphIndex < SkToUInt(numGlyphs)); in populate_glyph_to_unicode()
|