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:rectSize
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/search/
H
A
D
rosen_render_search.cpp
166
Size
rectSize
;
in Paint()
local
170
rectSize
= closeIconHotZoneRect_.GetSize();
in Paint()
173
rectSize
= searchTextRect_.GetSize() - Size(SEARCH_DIVIDER_WIDTH, 0.0) - Size(searchSpacing * 2.0, 0.0);
in Paint()
177
border.SetBorderRadius(Radius(
rectSize
.Height() / 2.0));
in Paint()
179
canvas->drawRRect(MakeRRect(rectOffset + offset,
rectSize
, border), paint);
in Paint()
183
canvas->DrawRoundRect(MakeRRect(rectOffset + offset,
rectSize
, border));
in Paint()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
image_utils.cpp
395
int64_t
rectSize
= static_cast<int64_t>(width) * height;
in CheckMulOverflow()
local
396
if ((
rectSize
/ width) != height) {
in CheckMulOverflow()
400
int64_t bufferSize =
rectSize
* bytesPerPixel;
in CheckMulOverflow()
401
if ((bufferSize / bytesPerPixel) !=
rectSize
) {
in CheckMulOverflow()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
frame_node_modifier.cpp
436
auto
rectSize
= renderContext->GetPaintRectWithoutTransform().GetSize();
in GetLayoutSize()
local
437
size[0] =
rectSize
.Width();
in GetLayoutSize()
438
size[1] =
rectSize
.Height();
in GetLayoutSize()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
328
int32_t
rectSize
= GetYSize(rect.width, rect.height);
in crop()
local
330
if (rect.top < 0 || rect.left < 0 ||
rectSize
> pixelSize || rect.width <= 1 || rect.height <= 1 ||
in crop()
Completed in 6 milliseconds