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:advanceWidthMax
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H
A
D
HorizontalMetricsTableBuilder.java
30
* Note that this class also computes the
advanceWidthMax
value, which goes into the
68
int
advanceWidthMax
= 0;
in build()
71
advanceWidthMax
= Math.max(advanceWidth,
advanceWidthMax
);
in build()
82
hheaBuilder.setAdvanceWidthMax(
advanceWidthMax
);
in build()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
HorizontalHeaderTable.java
42
advanceWidthMax
(10),
enum constant
79
public int
advanceWidthMax
() {
in advanceWidthMax()
method in HorizontalHeaderTable
80
return this.data.readUShort(Offset.
advanceWidthMax
.offset);
in advanceWidthMax()
179
public int
advanceWidthMax
() {
in advanceWidthMax()
method in HorizontalHeaderTable.Builder
180
return this.internalReadData().readUShort(Offset.
advanceWidthMax
.offset);
in advanceWidthMax()
184
this.internalWriteData().writeUShort(Offset.
advanceWidthMax
.offset, version);
in setAdvanceWidthMax()
/third_party/skia/src/sfnt/
H
A
D
SkOTTable_hhea.h
28
SK_OT_UFWORD
advanceWidthMax
;
member
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H
A
D
HheaTests.java
39
assertEquals(1234, hheaTable.
advanceWidthMax
());
in testAdvanceWidthMax()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sflint/
H
A
D
SFLint.java
169
int hheaMax = hhea.
advanceWidthMax
();
in lintAdvanceWidths()
170
if (maxAdvanceWidth != hhea.
advanceWidthMax
()) {
in lintAdvanceWidths()
171
reportProblem("
advanceWidthMax
mismatch, expected " + maxAdvanceWidth + " got " + hheaMax);
in lintAdvanceWidths()
/third_party/icu/icu4c/source/samples/layout/
H
A
D
sfnt.h
197
le_uint16
advanceWidthMax
;
member
/third_party/skia/third_party/externals/icu/source/samples/layout/
H
A
D
sfnt.h
197
le_uint16
advanceWidthMax
;
member
/third_party/icu/icu4c/source/test/perf/leperf/
H
A
D
FontObject.h
160
le_uint16
advanceWidthMax
;
member
H
A
D
sfnt.h
334
le_uint16
advanceWidthMax
;
member
/third_party/icu/icu4c/source/test/letest/
H
A
D
FontObject.h
156
le_uint16
advanceWidthMax
;
member
H
A
D
sfnt.h
330
le_uint16
advanceWidthMax
;
member
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
H
A
D
RenumberingSubsetTest.java
112
assertEquals(1229, hheaTable.
advanceWidthMax
());
in testHorizontalHeader()
Completed in 7 milliseconds