Home | History | Annotate | Download | only in pdf

Lines Matching refs:fBitSet

644 SkPDFGlyphSet::SkPDFGlyphSet() : fBitSet(SK_MaxU16 + 1) {
649 fBitSet.setBit(glyphIDs[i], true);
654 return fBitSet.isBitSet(glyphID);
658 fBitSet.orBits(usage.fBitSet);
662 fBitSet.exportTo(glyphIDs);