Home
last modified time | relevance | path

Searched defs:BitmapTextBlob (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrAtlasTextContext.h69 struct BitmapTextBlob : public SkRefCnt { struct
95 struct Run {
154 struct BigGlyph {
164 struct Key {
183 struct StrokeInfo {
189 enum TextType {
216 BitmapTextBlob() in BitmapTextBlob() argument
221 ~BitmapTextBlob() override { in ~BitmapTextBlob() argument
227 static const Key& GetKey(const BitmapTextBlob& blob) { in GetKey() argument
236 BitmapTextBlob* blob = reinterpret_cast<BitmapTextBlob*>(p); in delete() argument
[all …]
DGrTextBlobCache.h17 typedef GrAtlasTextContext::BitmapTextBlob BitmapTextBlob; typedef