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:readFixed
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H
A
D
PostScriptTable.java
340
return this.data.
readFixed
(Offset.version.offset);
in version()
344
return this.data.
readFixed
(Offset.italicAngle.offset);
in italicAngle()
H
A
D
HorizontalHeaderTable.java
64
return this.data.
readFixed
(Offset.version.offset);
in tableVersion()
148
return this.internalReadData().
readFixed
(Offset.version.offset);
in tableVersion()
H
A
D
FontHeaderTable.java
99
return this.data.
readFixed
(Offset.tableVersion.offset);
in tableVersion()
108
return this.data.
readFixed
(Offset.fontRevision.offset);
in fontRevision()
H
A
D
MaximumProfileTable.java
67
return this.data.
readFixed
(Offset.version.offset);
in tableVersion()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H
A
D
FontInputStream.java
233
public int
readFixed
() throws IOException {
in readFixed()
method in FontInputStream
H
A
D
ReadableFontData.java
473
public int
readFixed
(int index) {
in readFixed()
method in ReadableFontData
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H
A
D
EbscTable.java
66
return this.data.
readFixed
(Offset.version.offset);
in version()
H
A
D
EbdtTable.java
53
return this.data.
readFixed
(Offset.version.offset);
in version()
H
A
D
EblcTable.java
151
return this.data.
readFixed
(Offset.version.offset);
in version()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H
A
D
FontFactory.java
270
long version = wfd.
readFixed
(Offset.Version.offset);
in loadCollectionForBuilding()
H
A
D
Font.java
942
this.sfntVersion = is.
readFixed
();
in readHeader()
981
this.sfntVersion = fd.
readFixed
(offset + Offset.sfntVersion.offset);
in readHeader()
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrVertexAttrib.cpp
126
inline void
readFixed
(tcu::Vec4& dst, const int size, const void* ptr)
in readFixed()
function
283
case VERTEXATTRIBTYPE_FIXED:
readFixed
(dst, size, ptr); break;
in readFloat()
Completed in 12 milliseconds