OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPDFFont
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h
22
class
SkPDFFont
;
40
FontGlyphSetPair(
SkPDFFont
* font, SkPDFGlyphSet* glyphSet);
42
SkPDFFont
* fFont;
63
void noteGlyphUsage(
SkPDFFont
* font, const uint16_t* glyphIDs,
67
SkPDFGlyphSet* getGlyphSetForFont(
SkPDFFont
* font);
73
/** \class
SkPDFFont
80
class
SkPDFFont
: public SkPDFDict {
81
SK_DECLARE_INST_COUNT(
SkPDFFont
)
83
virtual ~
SkPDFFont
();
124
static
SkPDFFont
* GetFontResource(SkTypeface* typeface
[
all
...]
/external/skia/src/pdf/
SkPDFFont.h
22
class
SkPDFFont
;
40
FontGlyphSetPair(
SkPDFFont
* font, SkPDFGlyphSet* glyphSet);
42
SkPDFFont
* fFont;
63
void noteGlyphUsage(
SkPDFFont
* font, const uint16_t* glyphIDs,
67
SkPDFGlyphSet* getGlyphSetForFont(
SkPDFFont
* font);
73
/** \class
SkPDFFont
80
class
SkPDFFont
: public SkPDFDict {
81
SK_DECLARE_INST_COUNT(
SkPDFFont
)
83
virtual ~
SkPDFFont
();
124
static
SkPDFFont
* GetFontResource(SkTypeface* typeface
[
all
...]
Completed in 28 milliseconds