Home
last modified time | relevance | path

Searched refs:style (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/menuconfig/
H A Dusr_config.py25 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 Dhi_gv_resm.h64 /* 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 Dhi_gv_multiedit.h53 \param[in] style The info of multiedit when created.
61 HI_S32 HI_GV_MULTIEDIT_Init(HIGV_HANDLE editHandle, const HigvMultiEditStyle *style);
H A Dhi_gv_widget.h113 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 Dhi_gv_clock.h58 HI_S32 HI_GV_Clock_Init(HIGV_HANDLE clockHandle, const HIGV_CLOCK_STYLE_S *style);
H A Dhi_gv_charts.h129 HI_S32 HI_GV_CHARTS_Init(HIGV_HANDLE handle, const HIGV_CHARTS_STYLE *style, const HIGV_CHARTS_BAR_S *barAttr,
H A Dhi_gv_scrollgrid.h88 * 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