OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vhea
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/ots/src/
vhea.cc
5
#include "
vhea
.h"
11
//
vhea
- Vertical Header Table
12
// http://www.microsoft.com/opentype/otspec/
vhea
.htm
18
OpenTypeVHEA *
vhea
= new OpenTypeVHEA;
local
19
file->
vhea
=
vhea
;
21
if (!table.ReadU32(&
vhea
->header.version)) {
24
if (
vhea
->header.version != 0x00010000 &&
25
vhea
->header.version != 0x00011000) {
29
if (!ParseMetricsHeader(file, &table, &
vhea
->header))
[
all
...]
vmtx.cc
9
#include "
vhea
.h"
21
if (!file->
vhea
|| !file->maxp) {
26
&file->
vhea
->header, &vmtx->metrics)) {
34
// vmtx should serialise when
vhea
and GSUB are preserved.
36
return file->vmtx != NULL && file->
vhea
!= NULL &&
ots.h
209
F(
vhea
,
VHEA
) \
/external/chromium_org/third_party/ots/test/
table_dependencies_test.cc
10
#include "
vhea
.h"
34
SET_TABLE(
vhea
,
VHEA
);
40
DROP_TABLE(
vhea
);
61
DROP_TABLE(
vhea
);
/external/sfntly/cpp/src/sfntly/
tag.h
73
static const int32_t
vhea
;
member in struct:sfntly::Tag
tag.cc
57
const int32_t Tag::
vhea
= TAG('v', 'h', 'e', 'a');
member in class:sfntly::Tag
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp
431
// Load
vhea
first. This table is required for fonts that support vertical flow.
433
const OpenType::VheaTable*
vhea
= OpenType::validateTable<OpenType::VheaTable>(buffer);
local
434
if (!
vhea
)
436
uint16_t countVmtxEntries =
vhea
->numOfLongVerMetrics;
463
LOG_ERROR("
vhea
exists but vmtx does not (or broken)");
/external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk
52
third_party/ots/src/
vhea
.cc \
ots.target.darwin-mips.mk
52
third_party/ots/src/
vhea
.cc \
ots.target.darwin-x86.mk
52
third_party/ots/src/
vhea
.cc \
ots.target.linux-arm.mk
52
third_party/ots/src/
vhea
.cc \
ots.target.linux-mips.mk
52
third_party/ots/src/
vhea
.cc \
ots.target.linux-x86.mk
52
third_party/ots/src/
vhea
.cc \
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 893 milliseconds