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:originalDataSize
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/src/sfnt/
H
A
D
SkOTUtils.cpp
94
//
originalDataSize
is the size of the original data without the name table.
in RenameFont()
95
size_t
originalDataSize
= fontData->getLength() - oldNameTablePhysicalSize;
in RenameFont()
local
96
size_t newDataSize =
originalDataSize
+ nameTablePhysicalSize;
in RenameFont()
107
if (fontData->read(data + oldNameTableOffset,
originalDataSize
- oldNameTableOffset) <
originalDataSize
- oldNameTableOffset) {
in RenameFont()
129
nameTableEntry->offset = SkEndian_SwapBE32(SkToU32(
originalDataSize
));
in RenameFont()
132
SkOTTableName* nameTable = reinterpret_cast<SkOTTableName*>(data +
originalDataSize
);
in RenameFont()
138
SkOTTableName::Record* nameRecord = reinterpret_cast<SkOTTableName::Record*>(data +
originalDataSize
+ sizeof(SkOTTableName));
in RenameFont()
151
SK_OT_USHORT* nameString = reinterpret_cast<SK_OT_USHORT*>(data +
originalDataSize
+ stringOffset);
in RenameFont()
156
unsigned char* logical = data +
originalDataSize
in RenameFont()
[all...]
Completed in 2 milliseconds