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:IsContains
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_utils_lite/test/
H
A
D
rect_unit_test.cpp
488
* @tc.desc: Verify
IsContains
function, equal.
502
EXPECT_EQ(rect1->
IsContains
(pt1), true);
in HWTEST_F()
503
EXPECT_EQ(rect1->
IsContains
(pt2), false);
in HWTEST_F()
510
* @tc.desc: Verify
IsContains
function, equal.
528
EXPECT_EQ(rect1->
IsContains
(pt1), true);
in HWTEST_F()
529
EXPECT_EQ(rect1->
IsContains
(pt2), false);
in HWTEST_F()
571
* @tc.desc: Verify
IsContains
function, equal.
588
EXPECT_EQ(rect2->
IsContains
(*rect1), false);
in HWTEST_F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H
A
D
rect.h
374
bool
IsContains
(const Vector2<T>& point) const
in IsContains()
function in OHOS::CommonRect
393
bool
IsContains
(const Point& point) const
in IsContains()
function in OHOS::CommonRect
450
bool
IsContains
(const CommonRect<T>& other) const
in IsContains()
function in OHOS::CommonRect
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_view_group.cpp
182
if (!rect.
IsContains
(point)) {
in GetTargetView()
198
if (rect.
IsContains
(point)) {
in GetTargetView()
221
if (!rect.
IsContains
(point)) {
in GetTargetView()
243
if (rect.
IsContains
(pointTran)) {
in GetTargetView()
H
A
D
root_view.cpp
94
if (originRect.
IsContains
(leftoverRect)) {
in DivideInvalidateRect()
235
if (curRect.
IsContains
(rect)) {
in AddRenderedRects()
240
if (rect.
IsContains
(curRect)) {
in AddRenderedRects()
406
if (iter->data_.
IsContains
(rect)) {
in OptimizeAddRect()
765
if (currentView->GetOrigRect().
IsContains
(rect) && currentView->IsVisible()) {
in Render()
H
A
D
ui_button.cpp
281
if (rect.
IsContains
(invalidatedArea)) {
in OnPreDraw()
H
A
D
ui_view.cpp
100
if (rect.
IsContains
(invalidatedArea)) {
in OnPreDraw()
724
if (visible_ && touchable_ && rect.
IsContains
(point)) {
in GetTargetView()
741
if (visible_ && rect.
IsContains
(point)) {
in GetTargetView()
H
A
D
ui_dialog.cpp
63
!dialog_->dialogLayer_->GetRect().
IsContains
(event.GetCurrentPos())) {
H
A
D
ui_image_view.cpp
417
if (GetRect().
IsContains
(invalidatedArea)) {
in OnPreDraw()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H
A
D
camera_output_capability.h
147
bool
IsContains
(const VideoProfile& videoProfile);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H
A
D
camera_output_capability.cpp
105
bool VideoProfile::
IsContains
(const VideoProfile& videoProfile)
in IsContains()
function in OHOS::CameraStandard::VideoProfile
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
video_session.cpp
256
[&videoProfile](auto& profile) { return profile.
IsContains
(videoProfile); });
/foundation/window/window_manager_lite/services/wms/
H
A
D
lite_wm.cpp
643
if (win->data_->isShow_ && win->data_->GetConfig().rect.
IsContains
(p)) {
in FindTargetWindow()
Completed in 11 milliseconds