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_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_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_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/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh44 struct loca struct
48 enum { tableTag = HB_OT_TAG_loca };
50 bool sanitize (hb_sanitize_context_t *c HB_UNUSED) const in sanitize()
57 UnsizedArrayOf<HBUINT8> dataZ; /* Location data. */
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc429 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4()
467 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5()
517 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable()
782 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 IntegerList& loca) { in SetLoca()
161 const IntegerList& loca) { in Initialize()
/external/u-boot/drivers/video/
Dstb_truetype.h642 int loca,head,glyf,hhea,hmtx,kern; // table locations as offset from start of .ttf member