Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dweatherinfo.qml183 property real iconWidth: iconRow.width / 4 - 10
188 width: iconRow.iconWidth
200 width: iconRow.iconWidth
212 width: iconRow.iconWidth
224 width: iconRow.iconWidth
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp37 auto iconWidth = right - left; in getIconQuad() local
51 …offsetX = layout.get<IconTextFit>() == IconTextFitType::Height ? (textWidth - iconWidth) * 0.5 : 0; in getIconQuad()
52 …onTextFitType::Width || layout.get<IconTextFit>() == IconTextFitType::Both ? textWidth : iconWidth; in getIconQuad()
/OK3568_Linux_fs/external/recovery/
H A Dui.c103 int iconWidth = gr_get_width(icon); in draw_background_locked() local
105 int iconX = (gr_fb_width() - iconWidth) / 2; in draw_background_locked()
107 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c165 int iconWidth = gr_get_width(icon); in draw_background_locked() local
167 int iconX = (gr_fb_width() - iconWidth) / 2; in draw_background_locked()
169 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()