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:SetCanvas
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_extend_image_view.h
34
void
SetCanvas
(UIView* view);
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_extend_image_view.cpp
40
void UIExtendImageView::
SetCanvas
(UIView* view)
in SetCanvas()
function in OHOS::UIExtendImageView
H
A
D
ui_canvas.cpp
694
imageView->
SetCanvas
(this);
in DrawImage()
722
imageView->
SetCanvas
(this);
in DrawImage()
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H
A
D
texgine_canvas.h
93
void
SetCanvas
(RSCanvas *canvas);
H
A
D
texgine_canvas.cpp
194
void TexgineCanvas::
SetCanvas
(RSCanvas *canvas)
in SetCanvas()
function in OHOS::Rosen::TextEngine::TexgineCanvas
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H
A
D
test_base.h
33
void
SetCanvas
(TestDisplayCanvas* canvas);
H
A
D
test_base.cpp
26
void TestBase::
SetCanvas
(TestDisplayCanvas* canvas)
in SetCanvas()
function in OHOS::Rosen::TestBase
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_divided_ui_capture.h
62
void
SetCanvas
(std::shared_ptr<ExtendRecordingCanvas> canvas);
H
A
D
rs_divided_ui_capture.cpp
108
void RSDividedUICapture::RSDividedUICaptureVisitor::
SetCanvas
(std::shared_ptr<ExtendRecordingCanvas> canvas)
in SetCanvas()
function in OHOS::Rosen::RSDividedUICapture::RSDividedUICaptureVisitor
111
ROSEN_LOGE("RSDividedUICaptureVisitor::
SetCanvas
: canvas == nullptr");
in SetCanvas()
122
ROSEN_LOGE("RSDividedUICaptureVisitor::
SetCanvas
: canvas == nullptr");
in SetPaintFilterCanvas()
133
visitor->
SetCanvas
(canvas);
in PostTaskToRTRecord()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H
A
D
rs_divided_ui_capture_test.cpp
161
* @tc.name:
SetCanvas
162
* @tc.desc: test results of
SetCanvas
166
HWTEST_F(RSDividedUICaptureTest,
SetCanvas
, TestSize.Level1)
in HWTEST_F()
173
rsDividedUICaptureVisitor.
SetCanvas
(canvas);
in HWTEST_F()
179
rsDividedUICaptureVisitor.
SetCanvas
(canvas);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_ui_capture.h
61
void
SetCanvas
(std::shared_ptr<ExtendRecordingCanvas> canvas);
H
A
D
rs_uni_ui_capture.cpp
221
visitor->
SetCanvas
(canvas);
in PostTaskToRSRecord()
232
RS_LOGE("RSUniUICaptureVisitor::
SetCanvas
: canvas == nullptr");
in SetPaintFilterCanvas()
240
void RSUniUICapture::RSUniUICaptureVisitor::
SetCanvas
(std::shared_ptr<ExtendRecordingCanvas> canvas)
in SetCanvas()
function in OHOS::Rosen::RSUniUICapture::RSUniUICaptureVisitor
243
RS_LOGE("RSUniUICaptureVisitor::
SetCanvas
: canvas == nullptr");
in SetCanvas()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/
H
A
D
drawing_demo.cpp
234
testCase->
SetCanvas
((TestDisplayCanvas*)(canvas));
in TestFunction()
315
testCase->
SetCanvas
((TestDisplayCanvas*)(canvas));
in TestPerformance()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_ui_capture_test.cpp
77
rsUniUICaptureVisitor.
SetCanvas
(canvas);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H
A
D
rs_uni_ui_capture_ext_test.cpp
176
rsUniUICaptureVisitor.
SetCanvas
(canvas);
in HWTEST_F()
Completed in 11 milliseconds