OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGlyphUsage
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFFont.h
75
fGlyphUsage
.set(glyph);
121
const SkBitSet& glyphUsage() const { return
fGlyphUsage
; }
128
SkBitSet
fGlyphUsage
;
SkPDFFont.cpp
237
,
fGlyphUsage
(info.fLastGlyphID + 1) // TODO(halcanary): Adjust mapping?
729
fGlyphUsage
.~SkBitSet();
730
new (&
fGlyphUsage
) SkBitSet(0);
Completed in 44 milliseconds