Home | History | Annotate | Download | only in pdf

Lines Matching refs:fBitSet

593 SkPDFGlyphSet::SkPDFGlyphSet() : fBitSet(SK_MaxU16 + 1) {
598 fBitSet.setBit(glyphIDs[i], true);
603 return fBitSet.isBitSet(glyphID);
607 fBitSet.orBits(usage.fBitSet);
611 fBitSet.exportTo(glyphIDs);