Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fontHandle
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H
A
D
hi_gv_resm.h
285
* param[out]
fontHandle
Font handle.
292
HI_S32 HI_GV_Font_Create(const HIGV_FONT_S *fontInfo, HIGV_HANDLE *
fontHandle
);
297
* param[in]
fontHandle
303
HI_S32 HI_GV_Font_CreateByHandle(const HIGV_FONT_S *fontInfo, HIGV_HANDLE
fontHandle
);
307
* param[in]
fontHandle
Font handle.
312
HI_S32 HI_GV_Font_Destroy(HIGV_HANDLE
fontHandle
);
316
* param[in]
fontHandle
Font handle.
320
HI_S32 HI_GV_Font_SetSystemDefault(HIGV_HANDLE
fontHandle
);
324
* param[out]
fontHandle
Font handle.
329
HI_S32 HI_GV_Font_GetSystemDefault(HIGV_HANDLE *
fontHandle
);
[all...]
H
A
D
hi_gv_lan.h
90
* param[in]
fontHandle
101
HI_S32 HI_GV_Lan_Register(const HI_CHAR *resFile, HIGV_HANDLE
fontHandle
, const HI_CHAR *langId);
125
* param[in]
fontHandle
Font handle.
130
HI_S32 HI_GV_Lan_FontRegister(const HI_CHAR *langId, HIGV_HANDLE
fontHandle
);
H
A
D
hi_gv_graphiccontext.h
237
* param[in]
fontHandle
Font handle.
241
HI_S32 HI_GV_GraphicContext_SetFont(HIGV_HANDLE contextHandle, HIGV_HANDLE
fontHandle
);
H
A
D
hi_gv_widget.h
827
* param[out]
fontHandle
Pointer of font.
832
HI_S32 HI_GV_Widget_GetFont(HIGV_HANDLE widgetHandle, HIGV_HANDLE *
fontHandle
);
922
* param[in]
fontHandle
The font of widget.
926
HI_S32 HI_GV_Widget_SetFont(HIGV_HANDLE widgetHandle, HIGV_HANDLE
fontHandle
);
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/
H
A
D
app.c
45
static HI_S32 WidgetAppCreateSysFont(HIGV_HANDLE*
fontHandle
)
in WidgetAppCreateSysFont()
argument
75
*
fontHandle
= fontHandleTmp;
in WidgetAppCreateSysFont()
Completed in 5 milliseconds