OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontAssembler
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/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
() { }
subsetter.cc
60
Ptr<
FontAssembler
> font_assembler = new
FontAssembler
(font_info,
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() {
merger.cc
53
Ptr<
FontAssembler
> font_assembler = new
FontAssembler
(merged_info);
/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
() { }
subsetter.cc
60
Ptr<
FontAssembler
> font_assembler = new
FontAssembler
(font_info,
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() {
merger.cc
53
Ptr<
FontAssembler
> font_assembler = new
FontAssembler
(merged_info);
Completed in 91 milliseconds