OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontInfo
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFFont.cpp
493
SkASSERT(relatedFont->
fFontInfo
.get());
494
fontInfo = relatedFont->
fFontInfo
;
556
fFontInfo
(fontInfo),
571
fFontInfo
= NULL;
591
insert("BaseFont", new SkPDFName(
fFontInfo
->fFontName))->unref();
599
new SkPDFFont(
fFontInfo
.get(), fTypeface.get(), 1, true, NULL));
607
if (
fFontInfo
.get() == NULL ||
608
fFontInfo
->fGlyphToUnicode.begin() == NULL) {
614
append_cmap_bfchar_sections(
fFontInfo
->fGlyphToUnicode, &cmap);
626
insert("BaseFont", new SkPDFName(
fFontInfo
->fFontName))->unref()
[
all
...]
/external/skia/include/pdf/
SkPDFFont.h
93
SkRefPtr<SkAdvancedTypefaceMetrics>
fFontInfo
;
134
* doesn't use any fields from SkAdvancedTypefaceMetrics (
fFontInfo
). Font
Completed in 485 milliseconds