OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphUsage
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFFont.h
121
const SkBitSet&
glyphUsage
() const { return fGlyphUsage; }
SkPDFFont.cpp
306
const SkBitSet&
glyphUsage
,
312
if (!
glyphUsage
.has(0)) {
315
glyphUsage
.exportTo(&subset);
383
std::move(fontAsset), this->
glyphUsage
(),
438
glyphCache.get(), &this->
glyphUsage
(), SkToS16(emSize), &defaultWidth);
458
&this->
glyphUsage
(),
716
add_type3_font_info(canon, this, this->typeface(), this->
glyphUsage
(),
Completed in 189 milliseconds