Home | History | Annotate | Download | only in text

Lines Matching defs:GrBatchTextStrike

72     SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fCache);
84 SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fCache);
100 SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fontCache->fCache);
102 GrBatchTextStrike* strike = &*iter;
156 GrBatchTextStrike::GrBatchTextStrike(GrBatchFontCache* cache, const GrFontDescKey* key)
165 GrBatchTextStrike::~GrBatchTextStrike() {
173 GrGlyph* GrBatchTextStrike::generateGlyph(const SkGlyph& skGlyph, GrGlyph::PackedID packed,
193 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) {
205 bool GrBatchTextStrike::addGlyphToAtlas(GrDrawBatch::Target* target,