HomeSort by relevance Sort by last modified time
    Searched defs:GrBatchTextStrike (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrBatchFontCache.cpp 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)
    [all...]
GrBatchFontCache.h 23 * The GrBatchTextStrike manages a pool of CPU backing memory for Glyph Masks. This backing memory
27 class GrBatchTextStrike : public SkNVRefCnt<GrBatchTextStrike> {
29 GrBatchTextStrike(GrBatchFontCache*, const GrFontDescKey* fontScalerKey);
30 ~GrBatchTextStrike();
55 static const GrFontDescKey& GetKey(const GrBatchTextStrike& ts) {
90 // Therefore, the caller must check GrBatchTextStrike::isAbandoned() if there are other
92 inline GrBatchTextStrike* getStrike(GrFontScaler* scaler) {
93 GrBatchTextStrike* strike = fCache.find(*(scaler->getKey()));
136 bool addToAtlas(GrBatchTextStrike* strike, GrBatchAtlas::AtlasID* id
    [all...]

Completed in 475 milliseconds