Searched defs:isPos32Bits (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkBitmap.cpp25 static bool isPos32Bits(const Sk64& value) { function
49 if (!isPos32Bits(size)) {
217 return isPos32Bits(rowBytes) ? rowBytes.get32() : 0;
228 return isPos32Bits(size) ? size.get32() : 0;

Completed in 39 milliseconds