Home
last modified time | relevance | path

Searched defs:loca (Results 1 – 12 of 12) 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.cc390 ConstructIndexFormat4(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat4()
428 ConstructIndexFormat5(IndexSubTable::Builder* b, const BitmapGlyphInfoMap& loca, in ConstructIndexFormat5()
478 const BitmapGlyphInfoMap& loca, in SubsetIndexSubTable()
725 LocaTable* loca) { in Subset()
/external/valgrind/memcheck/tests/
Dinlinfo.c25 static int loca = 0; in fun_a() local
/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()