OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vdmx
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/ots/src/
vdmx.cc
5
#include "
vdmx
.h"
7
//
VDMX
- Vertical Device Metrics
8
// http://www.microsoft.com/opentype/otspec/
vdmx
.htm
11
do { delete file->
vdmx
; file->
vdmx
= 0; } while (0)
17
file->
vdmx
= new OpenTypeVDMX;
18
OpenTypeVDMX * const
vdmx
= file->
vdmx
;
local
20
if (!table.ReadU16(&
vdmx
->version) ||
21
!table.ReadU16(&
vdmx
->num_recs) |
129
OpenTypeVDMX * const
vdmx
= file->
vdmx
;
local
[
all
...]
ots.h
207
F(
vdmx
,
VDMX
) \
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
VDMXParser.h
38
const uint8_t*
vdmx
, size_t vdmxLength,
VDMXParser.cpp
99
//
VDMX
parsing code.
101
//
VDMX
tables are found in some TrueType/OpenType fonts and contain
109
// Parse a TrueType
VDMX
table.
112
//
vdmx
: the table bytes
113
// vdmxLength: length of @
vdmx
, in bytes
119
// See http://www.microsoft.com/opentype/otspec/
vdmx
.htm
121
const uint8_t*
vdmx
, size_t vdmxLength,
124
Buffer buf(
vdmx
, vdmxLength);
/external/chromium_org/third_party/ots/
ots.target.darwin-arm.mk
51
third_party/ots/src/
vdmx
.cc \
ots.target.darwin-mips.mk
51
third_party/ots/src/
vdmx
.cc \
ots.target.darwin-x86.mk
51
third_party/ots/src/
vdmx
.cc \
ots.target.linux-arm.mk
51
third_party/ots/src/
vdmx
.cc \
ots.target.linux-mips.mk
51
third_party/ots/src/
vdmx
.cc \
ots.target.linux-x86.mk
51
third_party/ots/src/
vdmx
.cc \
Completed in 971 milliseconds