Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPaintPriv.cpp117 static void ASSERT_FITS_IN(uint32_t value, int bitCount) { in ASSERT_FITS_IN() function
124 #define ASSERT_FITS_IN(value, bitcount) macro
140 ASSERT_FITS_IN(v, bits); in shift_bits()