Searched refs:fPainter (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 982 : fPainter{painter} { in ScopedBuffers() 984 if (fPainter->fMaxRunSize < size) { 985 fPainter->fMaxRunSize = size; 987 fPainter->fPositions.reset(size); 988 fPainter->fPackedGlyphIDs.reset(size); 989 fPainter->fGlyphPos.reset(size); 994 fPainter->fPaths.clear(); in ~ScopedBuffers() 995 fPainter->fARGBGlyphsIDs.clear(); in ~ScopedBuffers() 996 fPainter->fARGBPositions.clear(); in ~ScopedBuffers() 998 if (fPainter->fMaxRunSize > 200) { in ~ScopedBuffers() [all …]
|
D | SkOverdrawCanvas.cpp | 51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {} 64 fPainter.drawForBitmapDevice(glyphRunList, fOverdrawCanvas->getTotalMatrix(), this); in drawGlyphRunList() 69 SkGlyphRunListPainter fPainter; member in __anon26f484d40111::TextDevice
|
D | SkGlyphRunPainter.h | 83 SkGlyphRunListPainter* fPainter; member
|
D | SkRemoteGlyphCache.cpp | 327 , fPainter{props, kUnknown_SkColorType, imageInfo().colorSpace(), fStrikeServer} { in TrackLayerDevice() 343 fPainter.processGlyphRunList(glyphRunList, in drawGlyphRunList() 355 SkGlyphRunListPainter fPainter; member in SkTextBlobCacheDiffCanvas::TrackLayerDevice
|
/third_party/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 388 : fPainter{painter} { in ScopedBuffers() 389 fPainter->fDrawable.ensureSize(size); 393 fPainter->fDrawable.reset(); in ~ScopedBuffers() 394 fPainter->fRejects.reset(); in ~ScopedBuffers()
|
D | SkOverdrawCanvas.cpp | 51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {} 69 fPainter.drawForBitmapDevice(glyphRunList, paint, fOverdrawCanvas->getTotalMatrix(), this); in onDrawGlyphRunList() 74 SkGlyphRunListPainter fPainter; member in __anon57d9fbff0111::TextDevice
|
D | SkGlyphRunPainter.h | 107 SkGlyphRunListPainter* fPainter; member
|
D | SkRemoteGlyphCache.cpp | 791 , fPainter{props, kUnknown_SkColorType, imageInfo().colorSpace(), fStrikeServerImpl} { in GlyphTrackingDevice() 814 fPainter.processGlyphRun(glyphRun, in onDrawGlyphRunList() 827 SkGlyphRunListPainter fPainter; member in GlyphTrackingDevice
|