Searched defs:checkInt (Results 1 – 3 of 3) sorted by relevance
451 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
304 int32_t checkInt(int min, int) { return min; } in checkInt() function
54 function checkInt(value, min, max, buf, offset, byteLength) { function