HomeSort by relevance Sort by last modified time
    Searched defs:FontAssembler (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sample/subtly/
font_assembler.h 36 class FontAssembler : public sfntly::RefCounted<FontAssembler> {
41 FontAssembler(FontInfo* font_info, sfntly::IntegerSet* table_blacklist);
42 explicit FontAssembler(FontInfo* font_info);
43 ~FontAssembler() { }
font_assembler.cc 38 FontAssembler::FontAssembler(FontInfo* font_info,
45 FontAssembler::FontAssembler(FontInfo* font_info)
51 void FontAssembler::Initialize() {
56 CALLER_ATTACH Font* FontAssembler::Assemble() {
75 bool FontAssembler::AssembleCMapTable() {
143 bool FontAssembler::AssembleGlyphAndLocaTables() {

Completed in 179 milliseconds