Lines Matching refs:screenWidth
64 uint32_t ScreenListener::ByteCalculate(std::uint32_t screenWidth)
66 if (screenWidth % BYTE_ALIGNMENT == 0) {
67 return screenWidth;
69 uint32_t alignedInt = (screenWidth + BYTE_ALIGNMENT_CALCULATION) / BYTE_ALIGNMENT * BYTE_ALIGNMENT;
90 uint32_t screenWidth = screen->GetWidth();
91 screenWidth = ByteCalculate(screenWidth);
96 attrJson[KEY_SCREEN_WIDTH] = screenWidth;
158 uint32_t screenWidth = screen->GetWidth();
162 screenWidth = screenListener_->ByteCalculate(screenWidth);
167 attrJson[KEY_SCREEN_WIDTH] = screenWidth;