Home
last modified time | relevance | path

Searched refs:loca_table (Results 1 – 7 of 7) sorted by relevance

/external/sfntly/cpp/src/sfntly/tools/subsetter/
Dglyph_table_subsetter.cc47 LocaTablePtr loca_table = down_cast<LocaTable*>(font->GetTable(Tag::loca)); in Subset() local
48 if (glyph_table == NULL || loca_table == NULL) { in Subset()
72 int old_offset = loca_table->GlyphOffset(*old_glyph_id); in Subset()
73 int old_length = loca_table->GlyphLength(*old_glyph_id); in Subset()
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc200 LocaTable* loca_table, in ResolveCompositeGlyphs() argument
204 if (glyph_table == NULL || loca_table == NULL || in ResolveCompositeGlyphs()
222 if (*i < 0 || *i >= loca_table->num_glyphs()) { in ResolveCompositeGlyphs()
227 int32_t length = loca_table->GlyphLength(*i); in ResolveCompositeGlyphs()
232 int32_t offset = loca_table->GlyphOffset(*i); in ResolveCompositeGlyphs()
265 LocaTable* loca_table, in SetupGlyfBuilders() argument
267 if (!font_builder || !glyph_table || !loca_table) { in SetupGlyfBuilders()
282 loca_list.resize(loca_table->num_glyphs()); in SetupGlyfBuilders()
290 int32_t length = loca_table->GlyphLength(*i); in SetupGlyfBuilders()
291 int32_t offset = loca_table->GlyphOffset(*i); in SetupGlyfBuilders()
[all …]
/external/sfntly/cpp/src/sample/subtly/
Dfont_assembler.cc158 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local
160 int32_t current_size = loca_table->header_length(); in AssembleGlyphAndLocaTables()
187 Ptr<LocaTable> loca_table = in AssembleGlyphAndLocaTables() local
190 int32_t length = loca_table->GlyphLength(resolved_glyph_id); in AssembleGlyphAndLocaTables()
191 int32_t offset = loca_table->GlyphOffset(resolved_glyph_id); in AssembleGlyphAndLocaTables()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh241 loca_table = hb_sanitize_context_t ().reference_table<loca> (face); in init()
244 num_glyphs = MAX (1u, loca_table.get_length () / (short_offset ? 2 : 4)) - 1; in init()
249 loca_table.destroy (); in fini()
366 const HBUINT16 *offsets = (const HBUINT16 *) loca_table->dataZ.arrayZ; in get_offsets()
372 const HBUINT32 *offsets = (const HBUINT32 *) loca_table->dataZ.arrayZ; in get_offsets()
465 hb_blob_ptr_t<loca> loca_table; member
/external/skia/third_party/sfntly/
DBUILD.gn74 "$_src/sfntly/table/truetype/loca_table.cc",
/external/sfntly/
DAndroid.bp52 "cpp/src/sfntly/table/truetype/loca_table.cc",
/external/skqp/third_party/sfntly/
DBUILD.gn67 "../externals/sfntly/cpp/src/sfntly/table/truetype/loca_table.cc",