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:SerifStyle
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/ports/
H
A
D
SkTypeface_win_dw.cpp
567
using
SerifStyle
= SkPanose::Data::TextAndDisplay::
SerifStyle
;
568
SerifStyle
serifStyle = os2Table->version.v0.panose.data.textAndDisplay.bSerifStyle;
570
if (
SerifStyle
::Cove == serifStyle ||
571
SerifStyle
::ObtuseCove == serifStyle ||
572
SerifStyle
::SquareCove == serifStyle ||
573
SerifStyle
::ObtuseSquareCove == serifStyle ||
574
SerifStyle
::Square == serifStyle ||
575
SerifStyle
::Thin == serifStyle ||
576
SerifStyle
[all...]
H
A
D
SkFontHost_FreeType.cpp
486
uint8_t serif_style = pcltTable->
SerifStyle
& 0x3F;
in onGetAdvancedMetrics()
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
tttables.h
492
FT_Byte
SerifStyle
;
member
/third_party/skia/src/sfnt/
H
A
D
SkPanose.h
28
enum class
SerifStyle
: SK_OT_BYTE {
class
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttload.c
1389
FT_FRAME_BYTE (
SerifStyle
),
in FT_LOCAL_DEF()
Completed in 8 milliseconds