Searched refs:gTextBlobCache (Results 1 – 1 of 1) sorted by relevance
75 static InlineTextBoxBlobCacheMap* gTextBlobCache; variable85 if (gTextBlobCache) in destroy()86 gTextBlobCache->remove(this); in destroy()93 if (gTextBlobCache) in markDirty()94 gTextBlobCache->remove(this); in markDirty()533 if (!gTextBlobCache) in paint()534 gTextBlobCache = new InlineTextBoxBlobCacheMap; in paint()535 cachedTextBlob = &gTextBlobCache->add(this, nullptr).storedValue->value; in paint()