Home
last modified time | relevance | path

Searched refs:height (Results 1 – 11 of 11) sorted by relevance

/hostap-latest/wpadebug/src/w1/fi/wpadebug/
DQrCodeDisplayActivity.java75 int height = result.getHeight(); in encodeAsBitmap() local
76 int[] pixels = new int[width * height]; in encodeAsBitmap()
77 for (int y = 0; y < height; y++) { in encodeAsBitmap()
84 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888); in encodeAsBitmap()
85 bitmap.setPixels(pixels, 0, width, 0, 0, width, height); in encodeAsBitmap()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Deventhistory.ui9 <height>285</height>
40 <height>20</height>
Dwpagui.ui9 <height>330</height>
169 <height>40</height>
203 <height>40</height>
230 <height>61</height>
264 <height>61</height>
385 <height>24</height>
Dscanresults.ui9 <height>244</height>
67 <height>20</height>
Duserdatarequest.ui12 <height>103</height>
63 <height>20</height>
Dnetworkconfig.ui9 <height>534</height>
387 <height>40</height>
/hostap-latest/wpa_supplicant/wpa_gui-qt4/icons/
DMakefile28 --export-height=$(word 2, $(subst x, , $(subst /, , $(@)))) \
/hostap-latest/wpa_supplicant/
Dhs20_supplicant.c41 u16 height; member
810 icon->id, icon->width, icon->height, icon->lang, in hs20_osu_fetch_done()
987 icon->height = WPA_GET_LE16(pos2); in hs20_osu_add_prov()
/hostap-latest/src/ap/
Dap_config.h650 u16 height; member
Dgas_serv.c724 wpabuf_put_le16(buf, icon->height); in anqp_add_icon()
/hostap-latest/hostapd/
Dconfig_file.c1857 icon->height = atoi(pos); in hs20_parse_icon()