OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Panose
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/test/
verify_os2.cc
80
ByteVector
panose
;
local
81
os2->
Panose
(&
panose
);
82
EXPECT_EQ(
panose
.size(), sizeof(OS2_PANOSE));
83
for (size_t i = 0; i <
panose
.size(); ++i) {
84
EXPECT_EQ(
panose
[i], OS2_PANOSE[i]);
/external/sfntly/cpp/src/sfntly/table/core/
os2_table.h
360
void
Panose
(ByteVector* value);
361
void SetPanose(ByteVector*
panose
);
432
void
Panose
(ByteVector* value);
477
kPanoseLength = 10, // Length of
panose
bytes.
os2_table.cc
167
void OS2Table::
Panose
(ByteVector* value) {
416
void OS2Table::Builder::
Panose
(ByteVector* value) {
426
void OS2Table::Builder::SetPanose(ByteVector*
panose
) {
427
assert(
panose
);
428
if (
panose
->size() != Offset::kPanoseLength) {
430
throw IllegalArgumentException("
Panose
bytes must be exactly 10 in length");
434
InternalWriteData()->WriteBytes(Offset::kPanose,
panose
);
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 100 milliseconds