Home
last modified time | relevance | path

Searched refs:opacityMask (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp303 uint8_t opacityMask; in DrawLetter() local
308 opacityMask = 0x01; in DrawLetter()
312 opacityMask = 0x03; in DrawLetter()
316 opacityMask = 0x0F; in DrawLetter()
319 opacityMask = 0xFF; in DrawLetter()
322 opacityMask = 0xFF; in DrawLetter()
356 uint8_t validOpacity = tempFontByte & opacityMask; in DrawLetter()

Completed in 4 milliseconds