Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dweatherinfo.qml184 property real iconHeight: iconRow.height
189 height: iconRow.iconHeight
201 height: iconRow.iconHeight
213 height: iconRow.iconHeight
225 height: iconRow.iconHeight
/OK3568_Linux_fs/external/recovery/
H A Dui.c104 int iconHeight = gr_get_height(icon); in draw_background_locked() local
106 int iconY = (gr_fb_height() - iconHeight) / 2; in draw_background_locked()
107 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
117 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]); in draw_progress_locked() local
122 int dy = (3 * gr_fb_height() + iconHeight - 2 * height) / 4; in draw_progress_locked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dquads.cpp38 auto iconHeight = bottom - top; in getIconQuad() local
50 …ffsetY = layout.get<IconTextFit>() == IconTextFitType::Width ? (textHeight - iconHeight) * 0.5 : 0; in getIconQuad()
53 …extFitType::Height || layout.get<IconTextFit>() == IconTextFitType::Both ? textHeight : iconHeight; in getIconQuad()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dui.c166 int iconHeight = gr_get_height(icon); in draw_background_locked() local
168 int iconY = (gr_fb_height() - iconHeight) / 2; in draw_background_locked()
169 gr_blit(icon, 0, 0, iconWidth, iconHeight, iconX, iconY); in draw_background_locked()
179 int iconHeight = gr_get_height(gBackgroundIcon[BACKGROUND_ICON_INSTALLING]); in draw_progress_locked() local
184 int dy = (3*gr_fb_height() + iconHeight - 2*height)/4; in draw_progress_locked()