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:paintState_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H
A
D
canvas_renderer.cpp
120
paintState_
.SetTextAlign(align);
in SetTextAlign()
204
renderingContext2DModel_->SetFillText(
paintState_
, textInfo);
in FillText()
213
renderingContext2DModel_->SetStrokeText(
paintState_
, textInfo);
in StrokeText()
218
paintState_
.SetTextStyle(style_);
in MeasureText()
222
TextMetrics textMetrics = renderingContext2DModel_->GetMeasureTextMetrics(
paintState_
, text);
in MeasureText()
H
A
D
canvas_renderer.h
112
PaintState
paintState_
;
member in OHOS::Ace::Framework::NativeCanvasRenderer
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H
A
D
js_canvas_renderer.cpp
115
paintState_
= PaintState(TextAlign::START, TextDirection::INHERIT, DEFAULT_FONT_SIZE);
in JSCanvasRenderer()
231
renderingContext2DModel_->SetFillText(
paintState_
, textInfo);
in JsFillText()
255
renderingContext2DModel_->SetStrokeText(
paintState_
, textInfo);
in JsStrokeText()
285
paintState_
.SetFontWeight(weight);
in JsSetFont()
290
paintState_
.SetFontStyle(fontStyle);
in JsSetFont()
294
paintState_
.SetFontFamilies(families);
in JsSetFont()
304
paintState_
.SetFontSize(size);
in JsSetFont()
1282
paintState_
= savePaintState_.back();
in JsRestore()
1291
savePaintState_.push_back(
paintState_
);
in JsSave()
1451
paintState_
in JsSetTextAlign()
[all...]
H
A
D
js_canvas_renderer.h
212
PaintState
paintState_
;
member in OHOS::Ace::Framework::JSCanvasRenderer
Completed in 5 milliseconds