OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontRecords
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFCanon.cpp
17
for (int i = 0; i <
fFontRecords
.count(); ++i) {
18
fFontRecords
[i].fFont->unref();
20
fFontRecords
.reset();
61
for (int i = 0; i <
fFontRecords
.count(); ++i) {
63
fFontRecords
[i].fFont,
fFontRecords
[i].fFontID,
64
fFontRecords
[i].fGlyphID, fontID, glyphID);
66
return
fFontRecords
[i].fFont;
68
relatedFont =
fFontRecords
[i].fFont;
76
SkPDFCanon::FontRec* rec =
fFontRecords
.push()
[
all
...]
SkPDFCanon.h
92
SkTDArray<FontRec>
fFontRecords
;
Completed in 37 milliseconds