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:setEmbolden
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/gm/
H
A
D
typeface.cpp
287
font.
setEmbolden
(fakeBold);
in draw_typeface_rendering_gm()
423
font.
setEmbolden
(true);
in DEF_SIMPLE_GM()
427
font.
setEmbolden
(false);
in DEF_SIMPLE_GM()
H
A
D
postercircle.cpp
51
font.
setEmbolden
(true);
H
A
D
coloremoji.cpp
102
font.
setEmbolden
(fakeBold);
H
A
D
dstreadshuffle.cpp
104
font.
setEmbolden
(true);
in drawShape()
H
A
D
aaxfermodes.cpp
192
titleFont.
setEmbolden
(true);
H
A
D
pictureimagegenerator.cpp
52
font.
setEmbolden
(true);
in draw_vector_logo()
H
A
D
strokefill.cpp
250
f.
setEmbolden
(true);
in show_bold()
/third_party/skia/tests/
H
A
D
FontTest.cpp
63
font->
setEmbolden
( SkToBool(flags & kEmbolden));
in apply_flags()
H
A
D
TextBlobTest.cpp
182
font.
setEmbolden
(true);
in TestPaintProps()
/third_party/skia/include/core/
H
A
D
SkFont.h
159
void
setEmbolden
(bool embolden);
/third_party/skia/src/core/
H
A
D
SkFont.cpp
87
void SkFont::
setEmbolden
(bool predicate) {
in setEmbolden()
function in SkFont
/third_party/skia/fuzz/
H
A
D
FuzzDrawFunctions.cpp
135
font.
setEmbolden
(b);
in fuzz_drawText()
H
A
D
FuzzCanvas.cpp
868
font.
setEmbolden
( make_fuzz_t<bool>(fuzz));
/third_party/skia/modules/canvaskit/
H
A
D
externs.js
365
setEmbolden
: function() {},
H
A
D
canvaskit_bindings.cpp
1299
.function("
setEmbolden
", &SkFont::
setEmbolden
)
in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/canvaskit/npm_build/
H
A
D
textapi_utils.js
480
f.
setEmbolden
(s.bold);
/third_party/skia/demos.skia.org/demos/textedit/
H
A
D
textapi_utils.js
463
f.
setEmbolden
(s.bold);
/third_party/skia/modules/skparagraph/src/
H
A
D
OneLineShaper.cpp
716
font.
setEmbolden
(fakeBold);
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
1394
font->writable()->
setEmbolden
(fFont->isEmbolden());
in filterFont()
2262
&SkFont::isEmbolden, &SkFont::
setEmbolden
);
in drawImGui()
/third_party/skia/src/pdf/
H
A
D
SkPDFDevice.cpp
780
transparentFont.
setEmbolden
(false); // Stop Recursion
in drawGlyphRunAsPath()
Completed in 24 milliseconds