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:SetDensity
(Results
1 - 25
of
47
) sorted by relevance
1
2
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_rendering_context_base.h
32
virtual void
SetDensity
() = 0;
H
A
D
js_drawing_rendering_context.h
51
void
SetDensity
() override {}
H
A
D
js_canvas.cpp
59
jsContext->
SetDensity
();
in Create()
H
A
D
js_canvas_renderer.h
53
void
SetDensity
() override;
H
A
D
js_offscreen_rendering_context.cpp
185
jsRenderContext->
SetDensity
();
in Constructor()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
viewport_config_test.cpp
55
* @tc.desc: Verify SetSize, SetPosition,
SetDensity
and SetOrientation api for ViewportConfig
69
viewConfig.
SetDensity
(1.0f);
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
viewport_config.h
63
void
SetDensity
(float density)
in SetDensity()
function in OHOS::Ace::ViewportConfig
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
plugin_sub_container.cpp
209
frontend_->
SetDensity
(density_);
in RunDecompressedPlugin()
271
frontend_->
SetDensity
(density_);
in RunPlugin()
307
resConfig.
SetDensity
(density_);
in SetPluginComponentTheme()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
58
void
SetDensity
(const double& density)
in SetDensity()
function in OHOS::Ace::ResourceConfiguration
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.h
116
void
SetDensity
(double density)
in SetDensity()
function in OHOS::OHOS::Ace::Window
/foundation/window/window_manager/previewer/src/
H
A
D
window_scene.cpp
60
config.
SetDensity
(windowModel.density);
in Init()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H
A
D
offscreen_canvas_pattern.h
118
void
SetDensity
(double density);
H
A
D
offscreen_canvas_pattern.cpp
445
void OffscreenCanvasPattern::
SetDensity
(double density)
in SetDensity()
function in OHOS::Ace::NG::OffscreenCanvasPattern
447
offscreenPaintMethod_->
SetDensity
(density);
in SetDensity()
H
A
D
canvas_rendering_context_2d_model_ng.h
110
void
SetDensity
(double density) override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.h
107
void
SetDensity
(double density) override;
H
A
D
offscreen_canvas_rendering_context_2d_model_ng.cpp
534
void OffscreenCanvasRenderingContext2DModelNG::
SetDensity
(double density)
in SetDensity()
function in OHOS::Ace::NG::OffscreenCanvasRenderingContext2DModelNG
537
pattern_->
SetDensity
(density);
in SetDensity()
H
A
D
canvas_pattern.h
179
void
SetDensity
(double density);
H
A
D
rendering_context_2d_model.h
112
virtual void
SetDensity
(double density) {};
in SetDensity()
function in OHOS::Ace::RenderingContext2DModel
/foundation/window/window_manager/wm/src/
H
A
D
screen_scene.cpp
109
config.
SetDensity
(density_);
in UpdateViewportConfig()
H
A
D
root_scene.cpp
118
config.
SetDensity
(density_);
in UpdateViewportConfig()
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
sub_container.cpp
237
resConfig.
SetDensity
(density_);
in RunCard()
297
frontend_->
SetDensity
(density_);
in RunCard()
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H
A
D
sendable_pixel_map_napi.h
104
static napi_value
SetDensity
(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend.h
144
void
SetDensity
(double density)
in SetDensity()
function in OHOS::Ace::CardFrontend
H
A
D
card_frontend.cpp
177
parseJsCard_->
SetDensity
(density_);
in ParsePage()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.h
185
void
SetDensity
(double density)
in SetDensity()
function in OHOS::Ace::PluginFrontend
Completed in 13 milliseconds
1
2