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:GetBoundaryPath
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H
A
D
region.cpp
51
bool Region::
GetBoundaryPath
(Path* path) const
in GetBoundaryPath()
function in OHOS::Rosen::Drawing::Region
53
return impl_->
GetBoundaryPath
(path);
in GetBoundaryPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_region_test.cpp
57
* @tc.desc: Test
GetBoundaryPath
65
ASSERT_FALSE(skiaRegion->
GetBoundaryPath
(&path));
in HWTEST_F()
66
ASSERT_FALSE(skiaRegion->
GetBoundaryPath
(nullptr));
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H
A
D
region.h
72
bool
GetBoundaryPath
(Path* path) const;
140
impl_->
GetBoundaryPath
(&path);
in Dump()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H
A
D
region_impl.h
36
virtual bool
GetBoundaryPath
(Path* path) const = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_region.h
40
bool
GetBoundaryPath
(Path* path) const override;
H
A
D
skia_region.cpp
57
bool SkiaRegion::
GetBoundaryPath
(Path* path) const
in GetBoundaryPath()
function in OHOS::Rosen::Drawing::SkiaRegion
64
LOGD("SkiaRegion::
GetBoundaryPath
, skiaPath is nullptr");
in GetBoundaryPath()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H
A
D
region_fuzzer.cpp
66
region.
GetBoundaryPath
(&path);
in RegionFuzzTest001()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H
A
D
rs_render_node_drawable.cpp
221
filterRegion.
GetBoundaryPath
(&filetrPath);
in TraverseSubTreeAndDrawFilterWithClip()
H
A
D
rs_display_render_node_drawable.cpp
338
region.
GetBoundaryPath
(&dirtyPath);
in ClipRegion()
343
region.
GetBoundaryPath
(&dirtyPath);
in ClipRegion()
Completed in 8 milliseconds