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:usWeightClass
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
OS2Table.java
43
usWeightClass
(4),
enum constant
140
public int
usWeightClass
() {
in usWeightClass()
method in OS2Table
141
return this.data.readUShort(Offset.
usWeightClass
.offset);
in usWeightClass()
784
public int
usWeightClass
() {
in usWeightClass()
method in OS2Table.Builder
785
return this.internalReadData().readUShort(Offset.
usWeightClass
.offset);
in usWeightClass()
789
this.internalWriteData().writeUShort(Offset.
usWeightClass
.offset, weight);
in setUsWeightClass()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-os2-table.hh
118
bool has_data () const { return
usWeightClass
|| usWidthClass || usFirstCharIndex || usLastCharIndex; }
in has_data()
263
HBUINT16
usWeightClass
;
member
H
A
D
hb-style.cc
121
? face->table.OS2->
usWeightClass
in hb_style_get_value()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_OS_2_VA.h
39
}
usWeightClass
;
variable
H
A
D
SkOTTable_OS_2_V0.h
38
}
usWeightClass
;
variable
H
A
D
SkOTTable_OS_2_V3.h
36
}
usWeightClass
;
variable
H
A
D
SkOTTable_OS_2_V2.h
36
}
usWeightClass
;
variable
H
A
D
SkOTTable_OS_2_V1.h
36
}
usWeightClass
;
variable
H
A
D
SkOTTable_OS_2_V4.h
36
}
usWeightClass
;
variable
/third_party/skia/third_party/externals/freetype/include/freetype/
H
A
D
tttables.h
379
FT_UShort
usWeightClass
;
member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H
A
D
SFLint.java
219
int weightClass = os2.
usWeightClass
();
in lintOS2Misc()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H
A
D
EOTWriter.java
89
index += writableFontData.writeULongLE(index, os2Table.
usWeightClass
()); // Weight
in convert()
/third_party/skia/tests/
H
A
D
TypefaceTest.cpp
54
os2Table->
usWeightClass
.value = SkEndian_SwapBE16(weight);
in TypefaceStyle_test()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttload.c
1151
FT_FRAME_USHORT(
usWeightClass
),
in FT_LOCAL_DEF()
/third_party/skia/src/utils/mac/
H
A
D
SkCTFont.cpp
354
os2Table->
usWeightClass
.value = SkEndian_SwapBE16(i * 100);
in SkCTFontGetDataFontWeightMapping()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
1870
weight = os2->
usWeightClass
;
Completed in 15 milliseconds