Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp353 uint8_t tempFontByte = (*fontMap++) >> offsetInFont; in DrawLetter() local
356 uint8_t validOpacity = tempFontByte & opacityMask; in DrawLetter()
366 tempFontByte = tempFontByte >> fontWeight; in DrawLetter()
371 tempFontByte = *(fontMap++); in DrawLetter()

Completed in 5 milliseconds