OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontFactory
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/
font_factory.cc
25
FontFactory
::~
FontFactory
() {
28
CALLER_ATTACH
FontFactory
*
FontFactory
::GetInstance() {
29
FontFactoryPtr instance = new
FontFactory
();
33
void
FontFactory
::FingerprintFont(bool fingerprint) {
37
bool
FontFactory
::FingerprintFont() {
41
void
FontFactory
::LoadFonts(InputStream* is, FontArray* output) {
55
void
FontFactory
::LoadFonts(ByteVector* b, FontArray* output) {
69
void
FontFactory
::LoadFontsForBuilding(InputStream* is
[
all
...]
font_factory.h
28
class
FontFactory
: public RefCounted<
FontFactory
> {
30
virtual ~
FontFactory
();
33
static CALLER_ATTACH
FontFactory
* GetInstance();
113
FontFactory
();
136
typedef Ptr<
FontFactory
> FontFactoryPtr;
Completed in 45 milliseconds