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:PixelMap
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0904/
H
A
D
poc.cpp
21
class
PixelMap
;
79
typedef std::shared_ptr<Media::
PixelMap
> (*GetDisplaySnapshot)(void*,uint64_t);
in main()
88
void*
PixelMap
= nullptr;
in main()
local
89
PixelMap
= GetPixelMap(obj,displayId).get();
in main()
90
if (
PixelMap
== nullptr) {
in main()
93
printf("
PixelMap
: %p\n",
PixelMap
);
in main()
/test/testfwk/arkxtest/uitest/addon/
H
A
D
screen_copy.cpp
64
void UpdateFrameLocked(shared_ptr<
PixelMap
> frame, bool &changed, bool &muted);
65
shared_ptr<
PixelMap
> ScaleNewsetFrameLocked();
67
shared_ptr<
PixelMap
> lastFrame_ = nullptr;
68
shared_ptr<
PixelMap
> newestFrame_ = nullptr;
167
shared_ptr<
PixelMap
> frame = dm.GetScreenshot(displayId);
in PollAndNotifyFrames()
184
void ScreenCopy::UpdateFrameLocked(shared_ptr<
PixelMap
> frame, bool &changed, bool &screenOff)
in UpdateFrameLocked()
230
shared_ptr<
PixelMap
> ScreenCopy::ScaleNewsetFrameLocked()
in ScaleNewsetFrameLocked()
244
return Media::
PixelMap
::Create(*newestFrame_, rect, opt);
in ScaleNewsetFrameLocked()
/test/ostest/wukong/common/src/
H
A
D
wukong_util.cpp
50
bool g_isBwScreen(std::shared_ptr<Media::
PixelMap
> pixelMap)
in g_isBwScreen()
78
// get
PixelMap
from DisplayManager API
in TakeWuKongScreenCap()
80
std::shared_ptr<Media::
PixelMap
> pixelMap = displayMgr.GetScreenshot(displayMgr.GetDefaultDisplayId());
in TakeWuKongScreenCap()
Completed in 3 milliseconds