OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:loca_table
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
20
#include "sfntly/table/truetype/
loca_table
.h"
47
LocaTablePtr
loca_table
= down_cast<LocaTable*>(font->GetTable(Tag::loca));
local
48
if (glyph_table == NULL ||
loca_table
== NULL) {
72
int old_offset =
loca_table
->GlyphOffset(*old_glyph_id);
73
int old_length =
loca_table
->GlyphLength(*old_glyph_id);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc
20
#include "sfntly/table/truetype/
loca_table
.h"
47
LocaTablePtr
loca_table
= down_cast<LocaTable*>(font->GetTable(Tag::loca));
local
48
if (glyph_table == NULL ||
loca_table
== NULL) {
72
int old_offset =
loca_table
->GlyphOffset(*old_glyph_id);
73
int old_length =
loca_table
->GlyphLength(*old_glyph_id);
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
font_assembler.cc
28
#include "sfntly/table/truetype/
loca_table
.h"
158
Ptr<LocaTable>
loca_table
=
local
160
int32_t current_size =
loca_table
->header_length();
187
Ptr<LocaTable>
loca_table
=
local
190
int32_t length =
loca_table
->GlyphLength(resolved_glyph_id);
191
int32_t offset =
loca_table
->GlyphOffset(resolved_glyph_id);
/external/sfntly/cpp/src/sample/subtly/
font_assembler.cc
28
#include "sfntly/table/truetype/
loca_table
.h"
158
Ptr<LocaTable>
loca_table
=
local
160
int32_t current_size =
loca_table
->header_length();
187
Ptr<LocaTable>
loca_table
=
local
190
int32_t length =
loca_table
->GlyphLength(resolved_glyph_id);
191
int32_t offset =
loca_table
->GlyphOffset(resolved_glyph_id);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
161
LocaTable*
loca_table
,
165
if (glyph_table == NULL ||
loca_table
== NULL ||
183
if (*i < 0 || *i >=
loca_table
->num_glyphs()) {
188
int32_t length =
loca_table
->GlyphLength(*i);
193
int32_t offset =
loca_table
->GlyphOffset(*i);
226
LocaTable*
loca_table
,
228
if (!font_builder || !glyph_table || !
loca_table
) {
243
loca_list.resize(
loca_table
->num_glyphs());
251
int32_t length =
loca_table
->GlyphLength(*i);
252
int32_t offset =
loca_table
->GlyphOffset(*i)
648
LocaTablePtr
loca_table
= down_cast<LocaTable*>(font_->GetTable(Tag::loca));
local
[
all
...]
/external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc
161
LocaTable*
loca_table
,
165
if (glyph_table == NULL ||
loca_table
== NULL ||
183
if (*i < 0 || *i >=
loca_table
->num_glyphs()) {
188
int32_t length =
loca_table
->GlyphLength(*i);
193
int32_t offset =
loca_table
->GlyphOffset(*i);
226
LocaTable*
loca_table
,
228
if (!font_builder || !glyph_table || !
loca_table
) {
243
loca_list.resize(
loca_table
->num_glyphs());
251
int32_t length =
loca_table
->GlyphLength(*i);
252
int32_t offset =
loca_table
->GlyphOffset(*i)
648
LocaTablePtr
loca_table
= down_cast<LocaTable*>(font_->GetTable(Tag::loca));
local
[
all
...]
/external/chromium_org/third_party/ots/src/
woff2.cc
684
const Table*
loca_table
= FindTable(tables, TAG('l', 'o', 'c', 'a'));
local
685
if (glyf_table == NULL ||
loca_table
== NULL) {
692
if (static_cast<uint64_t>(
loca_table
->dst_offset) +
loca_table
->dst_length >
698
dst +
loca_table
->dst_offset,
loca_table
->dst_length);
[
all
...]
/external/chromium_org/third_party/sfntly/
sfntly.target.darwin-arm.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
sfntly.target.darwin-mips.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
sfntly.target.darwin-x86.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
sfntly.target.linux-arm.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
sfntly.target.linux-mips.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
sfntly.target.linux-x86.mk
74
third_party/sfntly/cpp/src/sfntly/table/truetype/
loca_table
.cc \
/external/sfntly/
Android.mk
66
cpp/src/sfntly/table/truetype/
loca_table
.cc \
Completed in 100 milliseconds