OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SerializeFont
(Results
1 - 3
of
3
) sorted by null
/external/sfntly/cpp/src/sample/subtly/
utils.cc
61
bool
SerializeFont
(const char* font_path, Font* font) {
66
return
SerializeFont
(font_path, font_factory, font);
69
bool
SerializeFont
(const char* font_path, FontFactory* factory, Font* font) {
74
factory->
SerializeFont
(font, &output_stream);
/external/sfntly/cpp/src/test/
test_font_utils.cc
36
void
SerializeFont
(const char* font_path, FontFactory* factory, Font* font) {
41
factory->
SerializeFont
(font, &output_stream);
/external/sfntly/cpp/src/sfntly/
font_factory.cc
98
void FontFactory::
SerializeFont
(Font* font, OutputStream* os) {
Completed in 3302 milliseconds