OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontGlyphUsage
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFDevice.h
189
return *(
fFontGlyphUsage
.get());
233
SkAutoTDelete<SkPDFGlyphSetMap>
fFontGlyphUsage
;
SkPDFDevice.cpp
712
,
fFontGlyphUsage
(new SkPDFGlyphSetMap)
741
if (
fFontGlyphUsage
.get() == nullptr) {
742
fFontGlyphUsage
.reset(new SkPDFGlyphSetMap);
756
fFontGlyphUsage
->reset();
[
all
...]
Completed in 3925 milliseconds