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:GfxEngines
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/
H
A
D
gfx_engines.h
26
class
GfxEngines
{
class
28
static
GfxEngines
* GetInstance();
44
GfxEngines
() : gfxFuncs_(nullptr) {}
in GfxEngines()
function in OHOS::GfxEngines
45
virtual ~
GfxEngines
() {}
in ~GfxEngines()
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H
A
D
gfx_engines.cpp
73
GfxEngines
*
GfxEngines
::GetInstance()
in GetInstance()
75
static
GfxEngines
instance;
in GetInstance()
79
bool
GfxEngines
::InitDriver()
in InitDriver()
99
void
GfxEngines
::CloseDriver()
in CloseDriver()
114
bool
GfxEngines
::GfxFillArea(const LiteSurfaceData& dstSurfaceData,
in GfxFillArea()
138
bool
GfxEngines
::GfxBlit(const LiteSurfaceData& srcSurfaceData,
in GfxBlit()
/foundation/window/window_manager_lite/services/wms/
H
A
D
wms.cpp
40
OHOS::
GfxEngines
::GetInstance()->InitDriver();
in main()
H
A
D
lite_win.cpp
246
if (
GfxEngines
::GetInstance()->GfxBlit(srcData, srcRect, *layerData, dx, dy)) {
in Flush()
/foundation/arkui/ui_lite/frameworks/engines/gfx/hi3516/
H
A
D
hi3516_engine.cpp
42
if (
GfxEngines
::GetInstance()->GfxFillArea(data, fillArea, color, opacity)) {
in Fill()
/foundation/arkui/ui_lite/frameworks/common/
H
A
D
graphic_startup.cpp
152
GfxEngines
::GetInstance()->InitDriver();
in Init()
Completed in 2 milliseconds