OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkPdfType0Font
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.cpp
271
SkPdfType0Font
* SkPdfFont::fontFromType0FontDictionary(SkPdfNativeDoc* doc,
277
return new
SkPdfType0Font
(doc, dict);
427
SkPdfType0Font
::
SkPdfType0Font
(SkPdfNativeDoc* doc, SkPdfType0FontDictionary* dict) {
SkPdfFont.h
23
class
SkPdfType0Font
;
236
static
SkPdfType0Font
* fontFromType0FontDictionary(SkPdfNativeDoc* doc,
285
class
SkPdfType0Font
: public SkPdfFont {
287
SkPdfType0Font
(SkPdfNativeDoc* doc, SkPdfType0FontDictionary* dict);
Completed in 143 milliseconds