Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp187 bufInfo.stride = BIT_TO_BYTE(bufInfo.width * DrawUtils::GetPxSizeByColorMode(bufInfo.mode)); in GetCacheBuffer()
202 word = BIT_TO_BYTE(word * DrawUtils::GetPxSizeByColorMode(bufInfo.mode)); in RearrangeBitmap()
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.h32 const int BIT_TO_BYTE = 8; member
H A Dbitmap_helpers.cpp95 imageInfo.channels = bpp / BIT_TO_BYTE; in ReadBmp()
/foundation/arkui/ui_lite/interfaces/kits/font/
H A Dui_font_header.h24 #define BIT_TO_BYTE(x) (((x) + 0x7) >> 3) macro

Completed in 3 milliseconds