Home
last modified time | relevance | path

Searched defs:loca (Results 1 – 13 of 13) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format3.cc33 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
41 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
64 int32_t IndexSubTableFormat3::Loca(int32_t loca) { in Loca()
82 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
90 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
Dindex_sub_table_format1.cc43 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
51 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
64 int32_t IndexSubTableFormat1::Loca(int32_t loca) { in Loca()
81 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
90 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
Dindex_sub_table_format4.cc33 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
48 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
120 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
133 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
Dindex_sub_table_format2.cc46 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
79 int32_t loca = CheckGlyphRange(glyph_id); in GlyphStartOffset() local
87 int32_t loca = CheckGlyphRange(glyph_id); in GlyphLength() local
Dindex_sub_table.cc31 int32_t loca = CheckGlyphRange(glyph_id); in GlyphInfo() local
Dindex_sub_table_format5.cc39 int32_t loca = ReadFontData()->SearchUShort( in GlyphStartOffset() local
/external/sfntly/cpp/src/test/
Dverify_loca.cc41 LocaTablePtr loca = down_cast<LocaTable*>(table); in VerifyLOCA() local
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc436 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4()
474 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5()
524 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable()
787 LocaTable* loca) { in Subset()
/external/sfntly/cpp/src/sfntly/
Dtag.cc38 const int32_t Tag::loca = TAG('l', 'o', 'c', 'a'); member in sfntly::Tag
Dtag.h46 static const int32_t loca; member
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc72 void GlyphTable::Builder::SetLoca(const std::vector<int32_t>& loca) { in SetLoca()
161 const std::vector<int32_t>& loca) { in Initialize()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh50 struct loca struct
54 static constexpr hb_tag_t tableTag = HB_OT_TAG_loca;
56 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
64 dataZ; /* Location data. */
/external/mesa3d/src/imgui/
Dimstb_truetype.h722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member