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:isCustomTypeface
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H
A
D
text_blob.h
89
explicit Context(std::shared_ptr<Typeface> typeface, bool
isCustomTypeface
) noexcept
90
: typeface_(typeface), isCustomTypeface_(
isCustomTypeface
) {}
in isCustomTypeface_()
107
void SetIsCustomTypeface(bool
isCustomTypeface
)
in SetIsCustomTypeface()
argument
109
isCustomTypeface_ =
isCustomTypeface
;
in SetIsCustomTypeface()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H
A
D
skia_typeface_test.cpp
387
bool
isCustomTypeface
= true;
in HWTEST_F()
local
389
TextBlob::Context customContext { typeface,
isCustomTypeface
};
in HWTEST_F()
404
bool
isCustomTypeface
= true;
in HWTEST_F()
local
405
TextBlob::Context customContext { nullptr,
isCustomTypeface
};
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/
H
A
D
text_blob_fuzzer.cpp
142
bool
isCustomTypeface
= GetObject<bool>();
in TextBlobFuzzTest004()
local
143
TextBlob::Context context = TextBlob::Context(typeface,
isCustomTypeface
);
in TextBlobFuzzTest004()
146
context.SetIsCustomTypeface(
isCustomTypeface
);
in TextBlobFuzzTest004()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H
A
D
skia_typeface.cpp
136
cloned->setIsCustomTypeface(skTypeface_->
isCustomTypeface
());
in MakeClone()
147
return skTypeface_->
isCustomTypeface
();
in IsCustomTypeface()
259
if (textblobCtx != nullptr && typeface->
isCustomTypeface
()) {
in SerializeTypeface()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H
A
D
recording_canvas.h
133
void SetIsCustomTypeface(bool
isCustomTypeface
);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H
A
D
recording_canvas.cpp
700
void RecordingCanvas::SetIsCustomTypeface(bool
isCustomTypeface
)
in SetIsCustomTypeface()
argument
702
isCustomTypeface_ =
isCustomTypeface
;
in SetIsCustomTypeface()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_node.h
390
void SetIsCustomTypeface(bool
isCustomTypeface
);
H
A
D
rs_node.cpp
2283
void RSNode::SetIsCustomTypeface(bool
isCustomTypeface
)
in SetIsCustomTypeface()
argument
2285
isCustomTypeface_ =
isCustomTypeface
;
in SetIsCustomTypeface()
Completed in 11 milliseconds