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:GetBound
(Results
1 - 14
of
14
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H
A
D
rs_region_test.cpp
56
EXPECT_EQ(sub.
GetBound
(), res);
in HWTEST_F()
75
EXPECT_EQ(resOr.
GetBound
(), res);
in HWTEST_F()
94
EXPECT_EQ(resAnd.
GetBound
(), res);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H
A
D
imageinfo_fuzzer.cpp
53
imageInfo.
GetBound
();
in ImageInfoFuzzTest001()
101
imageInfo.
GetBound
();
in ImageInfoFuzzTest003()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H
A
D
image_info.h
149
RectI
GetBound
() const
in GetBound()
function in OHOS::Rosen::Drawing::ImageInfo
/foundation/window/window_manager/utils/include/
H
A
D
wm_occlusion_region.h
188
Rect
GetBound
() const
in GetBound()
function in OHOS::Rosen::WmOcclusion::Region
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H
A
D
ge_mesa_blur_shader_filter_test.cpp
58
src_ = image_->GetImageInfo().
GetBound
();
in SetUp()
H
A
D
ge_kawase_blur_shader_filter_test.cpp
60
src_ = image_->GetImageInfo().
GetBound
();
in SetUp()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_surface_test.cpp
341
rectI = imageInfo.
GetBound
();
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H
A
D
rs_kawase_blur.cpp
195
if (image->GetImageInfo().
GetBound
() != srcRect) {
in CheckInputImage()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H
A
D
rs_occlusion_region.h
287
Rect
GetBound
() const
in GetBound()
function in OHOS::Rosen::Occlusion::Region
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_vsync_rate_reduce_manager.cpp
309
Occlusion::Rect srcBound = region.
GetBound
();
in CalcMaxVisibleRect()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H
A
D
ge_kawase_blur_shader_filter.cpp
410
if (image->GetImageInfo().
GetBound
() != srcRect) {
in CheckInputImage()
H
A
D
ge_mesa_blur_shader_filter.cpp
656
if (image->GetImageInfo().
GetBound
() != srcRect) {
in CheckInputImage()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H
A
D
rs_display_render_node_test.cpp
494
EXPECT_TRUE(region.
GetBound
() == bottomSurface.second);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_display_render_node_drawable.cpp
226
auto bound = allDirtyRegion.
GetBound
();
in MergeDirtyHistory()
Completed in 18 milliseconds