Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAAClip.cpp2135 static U8CPU bit2byte(int bitInAByte) { in bit2byte() argument
2136 SkASSERT(bitInAByte <= 0xFF); in bit2byte()
2139 return -bitInAByte >> 8; in bit2byte()