Home
last modified time | relevance | path

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

/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/gpu/
DGrVertexBuffer.h23 builder[0] = SkToUInt(size); in ComputeScratchKey()
DGrIndexBuffer.h24 builder[0] = SkToUInt(size); in ComputeScratchKey()
DGrResourceProvider.cpp103 size = SkTMax(MIN_SIZE, GrNextPow2(SkToUInt(size))); in createIndexBuffer()
132 size = SkTMax(MIN_SIZE, GrNextPow2(SkToUInt(size))); in createVertexBuffer()
/external/skia/src/core/
DSkDebug.cpp49 unsigned SkToUInt(uintmax_t x) { in SkToUInt() function
DSkRecorder.cpp140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
265 SkToUInt(byteLength), in onDrawPosTextH()
/external/skia/include/core/
DSkTypes.h267 SK_API unsigned SkToUInt(uintmax_t);
277 #define SkToUInt(x) ((unsigned)(x)) macro