OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FontGlyphSetPair
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.h
39
struct
FontGlyphSetPair
{
40
FontGlyphSetPair
(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
52
const
FontGlyphSetPair
* next() const;
56
const SkTDArray<
FontGlyphSetPair
>* fMap;
69
SkTDArray<
FontGlyphSetPair
> fMap;
/external/skia/src/pdf/
SkPDFFont.h
39
struct
FontGlyphSetPair
{
40
FontGlyphSetPair
(SkPDFFont* font, SkPDFGlyphSet* glyphSet);
52
const
FontGlyphSetPair
* next() const;
56
const SkTDArray<
FontGlyphSetPair
>* fMap;
69
SkTDArray<
FontGlyphSetPair
> fMap;
Completed in 106 milliseconds