Home
last modified time | relevance | path

Searched refs:SetLoca (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.h51 void SetLoca(BitmapLocaList* loca_list);
Debdt_table.cc118 void EbdtTable::Builder::SetLoca(BitmapLocaList* loca_list) { in SetLoca() function in sfntly::EbdtTable::Builder
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.h118 virtual void SetLoca(const IntegerList& loca);
Dglyph_table.cc72 void GlyphTable::Builder::SetLoca(const IntegerList& loca) { in SetLoca() function in sfntly::GlyphTable::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc411 ebdt->SetLoca(&loca_list); in InitializeBitmapBuilder()