Home | History | Annotate | Download | only in gpu

Lines Matching defs:GrBatchTextStrike

76     SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fCache);
87 SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fCache);
113 SkTDynamicHash<GrBatchTextStrike, GrFontDescKey>::Iter iter(&fontCache->fCache);
115 GrBatchTextStrike* strike = &*iter;
157 GrBatchTextStrike::GrBatchTextStrike(GrBatchFontCache* cache, const GrFontDescKey* key)
166 GrBatchTextStrike::~GrBatchTextStrike() {
174 GrGlyph* GrBatchTextStrike::generateGlyph(GrGlyph::PackedID packed,
194 void GrBatchTextStrike::removeID(GrBatchAtlas::AtlasID id) {
206 bool GrBatchTextStrike::addGlyphToAtlas(GrBatchTarget* batchTarget, GrGlyph* glyph,