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:GetDensity
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_canvas_path.cpp
36
double density =
GetDensity
();
in JsPath2DSetTransform()
48
double density =
GetDensity
();
in JsPath2DMoveTo()
60
double density =
GetDensity
();
in JsPath2DLineTo()
78
double density =
GetDensity
();
in JsPath2DArc()
94
double density =
GetDensity
();
in JsPath2DArcTo()
108
double density =
GetDensity
();
in JsPath2DQuadraticCurveTo()
125
double density =
GetDensity
();
in JsPath2DBezierCurveTo()
148
double density =
GetDensity
();
in JsPath2DEllipse()
164
double density =
GetDensity
();
in JsPath2DRect()
H
A
D
js_canvas_renderer.cpp
155
double density =
GetDensity
();
in JsCreateLinearGradient()
176
double density =
GetDensity
();
in JsCreateRadialGradient()
201
double density =
GetDensity
();
in JsCreateConicGradient()
216
double density =
GetDensity
();
in JsFillText()
239
double density =
GetDensity
();
in JsStrokeText()
266
double density =
GetDensity
(true);
in SetDensity()
321
double density =
GetDensity
();
in JsGetLineDash()
534
double density =
GetDensity
();
in ExtractInfoToImage()
619
double density =
GetDensity
();
in JsCreateImageData()
715
double density =
GetDensity
();
in ParseImageData()
[all...]
H
A
D
js_matrix2d.cpp
140
double density =
GetDensity
();
in JsSetTranslateX()
154
double density =
GetDensity
();
in JsSetTranslateY()
191
double density =
GetDensity
();
in JsGetTranslateX()
201
double density =
GetDensity
();
in JsGetTranslateY()
251
double density =
GetDensity
();
in JsRotate()
271
double density =
GetDensity
();
in JsTranslate()
H
A
D
js_canvas_pattern.h
65
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::JSCanvasPattern
H
A
D
js_offscreen_canvas.cpp
152
double density = workCanvas->
GetDensity
();
in Constructor()
240
double density =
GetDensity
();
in OnGetWidth()
250
double density =
GetDensity
();
in OnGetHeight()
273
double density =
GetDensity
();
in OnSetWidth()
305
double density =
GetDensity
();
in OnSetHeight()
H
A
D
js_drawing_rendering_context.h
74
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::JSDrawingRenderingContext
H
A
D
js_canvas_path.h
58
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::JSCanvasPath
H
A
D
js_canvas_pattern.cpp
63
double density =
GetDensity
();
in JSSetTransform()
H
A
D
js_canvas_image_data.h
109
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::JSCanvasImageData
H
A
D
js_matrix2d.h
106
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::final
H
A
D
js_drawing_rendering_context.cpp
101
double density = context->
GetDensity
();
in SetRSCanvasCallback()
H
A
D
js_path2d.cpp
90
double density =
GetDensity
();
in JsPath2DAddPath()
H
A
D
js_canvas_image_data.cpp
79
double density =
GetDensity
();
in GetImageDataSize()
H
A
D
js_render_image.h
109
double
GetDensity
()
in GetDensity()
function in OHOS::Ace::Framework::JSRenderImage
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
util_modifier.cpp
21
ArkUI_Float32
GetDensity
(int deviceId)
in GetDensity()
function
52
GetDensity
,
in GetUtilsModifier()
62
GetDensity
,
in GetCJUIUtilsModifier()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H
A
D
grid_system_manager.h
73
double
GetDensity
() const
in GetDensity()
function in OHOS::Ace::final
75
return ScreenSystemManager::GetInstance().
GetDensity
();
in GetDensity()
H
A
D
screen_system_manager.h
93
double
GetDensity
() const
in GetDensity()
function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H
A
D
render_plugin.cpp
52
pluginContext->SetRootSize(context->
GetDensity
(), drawSize_.Width(), drawSize_.Height());
in PerformLayout()
H
A
D
rosen_render_plugin.cpp
63
auto density = context->
GetDensity
();
in NotifyPaintFinish()
H
A
D
plugin_sub_container.cpp
183
density_ = outSidePipelineContext_.Upgrade()->
GetDensity
();
in RunDecompressedPlugin()
246
density_ = outSidePipelineContext_.Upgrade()->
GetDensity
();
in RunPlugin()
/foundation/arkui/ace_engine/frameworks/base/utils/
H
A
D
resource_configuration.h
63
double
GetDensity
() const
in GetDensity()
function in OHOS::Ace::ResourceConfiguration
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
pixel_map_impl.h
32
int32_t
GetDensity
();
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
resource_convertor.cpp
84
newResCfg->SetScreenDensity(config.
GetDensity
());
in ConvertConfigToGlobal()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H
A
D
window_node.cpp
150
double density = (context != nullptr) ? context->
GetDensity
() : DEFAULT_HOT_DENSITY;
in ConvertHotRect()
/foundation/window/window_manager/window_scene/session/screen/include/
H
A
D
screen_property.h
69
float
GetDensity
();
Completed in 11 milliseconds
1
2
3