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:IRect
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H
A
D
gfx_engines.cpp
65
static void Convert2IRect(const Rect& rect,
IRect
& iRect)
in Convert2IRect()
126
IRect
rect = {};
in GfxFillArea()
155
IRect
srcIRect = {};
in GfxBlit()
157
IRect
dstIRect = {x, y, srcRect.GetWidth(), srcRect.GetHeight()};
in GfxBlit()
H
A
D
hi_fbdev.cpp
126
IRect
rect = {0, 0, g_layerInfo.width, g_layerInfo.height};
in SetLayerDirtyRegion()
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H
A
D
font_defs.h
54
struct
IRect
{
struct
62
IRect
rect;
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H
A
D
hdi_device_impl.cpp
277
std::vector<
IRect
> hdiDamageRect;
in SetScreenClientDamage()
279
IRect
tempDamageRect = {
in SetScreenClientDamage()
447
IRect
hdiLayerRect = {
in SetLayerSize()
467
std::vector<
IRect
> hdiVisibleRects;
in SetLayerVisibleRegion()
469
IRect
tempVisibleRect = {
in SetLayerVisibleRegion()
484
std::vector<
IRect
> hdiDirtyRegions;
in SetLayerDirtyRegion()
486
IRect
hdiDirtyRect = {
in SetLayerDirtyRegion()
527
IRect
hdiCropRect = {
in SetLayerCrop()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H
A
D
player_video_sink.cpp
154
IRect
attr;
in CreateAndConfigLayer()
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_device.cpp
536
static void GetSurfaceRect(Surface *surface,
IRect
*attr)
in GetSurfaceRect()
Completed in 7 milliseconds