Home
last modified time | relevance | path

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

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