Searched refs:style (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/menuconfig/ |
H A D | usr_config.py | 25 def mconf_set_env(style, conf, header):
29 os.environ["MENUCONFIG_STYLE"] = style
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_resm.h | 64 /* The style structure */ 244 * brief Generate style. 245 * param[in] style Generate the information of the skin. 253 HI_S32 HI_GV_Res_CreateStyle(const HIGV_STYLE_S *style, HIGV_HANDLE *styleHandle); 257 * param[in] style Style pointer. 263 HI_S32 HI_GV_Res_CreateStyleByHandle(const HIGV_STYLE_S *style, HIGV_HANDLE styleHandle); 266 * brief Destroy style. 343 * brief Destroy all style. 345 * Release the resource of style and don't rlease the picture resource. 430 * brief Query the font style whic [all...] |
H A D | hi_gv_multiedit.h | 53 \param[in] style The info of multiedit when created. 61 HI_S32 HI_GV_MULTIEDIT_Init(HIGV_HANDLE editHandle, const HigvMultiEditStyle *style);
|
H A D | hi_gv_widget.h | 113 HI_U32 style; member 199 /* Window style */ 200 /* Default style, it is used 2bytes */ 223 /* The extend style of widget which only support 8 */ 225 #define HIGV_STYLE_DEFINE(WidgetType, style) ((((HI_U32)(WidgetType)) << (24)) | ((1) << ((16) + \ 226 (HI_U32)((style) & (0x7))))) 228 /* Common style mask of widget */ 698 HI_U32 style; /* Widget style */ member 730 /* Top style o [all...] |
H A D | hi_gv_clock.h | 58 HI_S32 HI_GV_Clock_Init(HIGV_HANDLE clockHandle, const HIGV_CLOCK_STYLE_S *style);
|
H A D | hi_gv_charts.h | 129 HI_S32 HI_GV_CHARTS_Init(HIGV_HANDLE handle, const HIGV_CHARTS_STYLE *style, const HIGV_CHARTS_BAR_S *barAttr,
|
H A D | hi_gv_scrollgrid.h | 88 * param[in] style Scrollgrid handle. 96 HI_S32 HI_GV_ScrollGrid_Init(HIGV_HANDLE scrollGridPara, const HIGV_SCROLLGRID_STYLE_S *style,
|
Completed in 4 milliseconds