Home
last modified time | relevance | path

Searched refs:fPainter (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp982 : 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 …]
DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
64 fPainter.drawForBitmapDevice(glyphRunList, fOverdrawCanvas->getTotalMatrix(), this); in drawGlyphRunList()
69 SkGlyphRunListPainter fPainter; member in __anon26f484d40111::TextDevice
DSkGlyphRunPainter.h83 SkGlyphRunListPainter* fPainter; member
DSkRemoteGlyphCache.cpp327 , 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/
DSkGlyphRunPainter.cpp388 : fPainter{painter} { in ScopedBuffers()
389 fPainter->fDrawable.ensureSize(size);
393 fPainter->fDrawable.reset(); in ~ScopedBuffers()
394 fPainter->fRejects.reset(); in ~ScopedBuffers()
DSkOverdrawCanvas.cpp51 fPainter{props, kN32_SkColorType, nullptr, SkStrikeCache::GlobalStrikeCache()} {}
69 fPainter.drawForBitmapDevice(glyphRunList, paint, fOverdrawCanvas->getTotalMatrix(), this); in onDrawGlyphRunList()
74 SkGlyphRunListPainter fPainter; member in __anon57d9fbff0111::TextDevice
DSkGlyphRunPainter.h107 SkGlyphRunListPainter* fPainter; member
DSkRemoteGlyphCache.cpp791 , fPainter{props, kUnknown_SkColorType, imageInfo().colorSpace(), fStrikeServerImpl} { in GlyphTrackingDevice()
814 fPainter.processGlyphRun(glyphRun, in onDrawGlyphRunList()
827 SkGlyphRunListPainter fPainter; member in GlyphTrackingDevice