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:fHinting
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkFont_serial.cpp
46
SkASSERT((font.
fHinting
& ~kMask_For_Hinting) == 0);
in Flatten()
51
packed |= font.
fHinting
<< kShift_For_Hinting;
in Flatten()
114
font->
fHinting
= SkToU8(hinting);
in Unflatten()
H
A
D
SkFont.cpp
40
,
fHinting
(static_cast<unsigned>(kDefault_Hinting))
in SkFont()
56
fHinting
== b.
fHinting
;
in operator ==()
66
SkDebugf("hinting %d\n", (unsigned)
fHinting
);
in dump()
98
fHinting
= SkToU8(h);
in setHinting()
/third_party/skia/modules/sksg/include/
H
A
D
SkSGText.h
41
SG_ATTRIBUTE(Hinting , SkFontHinting ,
fHinting
)
66
SkFontHinting
fHinting
= SkFontHinting::kNormal;
member in sksg::final
/third_party/skia/tools/viewer/
H
A
D
Viewer.h
58
fHinting
||
in overridesSomething()
73
bool
fHinting
= false;
member
H
A
D
Viewer.cpp
572
if (!fFontOverrides.
fHinting
) {
in fPerspectiveMode()
573
fFontOverrides.
fHinting
= true;
in fPerspectiveMode()
588
fFontOverrides.
fHinting
= false;
in fPerspectiveMode()
1013
if (fFontOverrides.
fHinting
) {
in updateTitle()
1375
if (fFontOverrides->
fHinting
) {
in filterFont()
2223
if (fFontOverrides.
fHinting
) {
in drawImGui()
2230
fFontOverrides.
fHinting
= false;
in drawImGui()
2234
fFontOverrides.
fHinting
= true;
in drawImGui()
/third_party/skia/include/core/
H
A
D
SkFont.h
184
SkFontHinting getHinting() const { return (SkFontHinting)
fHinting
; }
in getHinting()
524
uint8_t
fHinting
;
member in SkFont
/third_party/skia/modules/sksg/src/
H
A
D
SkSGText.cpp
54
font.setHinting(
fHinting
);
in onRevalidate()
Completed in 7 milliseconds