Searched refs:TrackLayerDevice (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkRemoteGlyphCacheImpl.h | 107 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice { 109 TrackLayerDevice(const SkIRect& bounds, const SkSurfaceProps& props, SkStrikeServer* server,
|
D | SkRemoteGlyphCache.cpp | 197 SkTextBlobCacheDiffCanvas::TrackLayerDevice::TrackLayerDevice( in TrackLayerDevice() function in SkTextBlobCacheDiffCanvas::TrackLayerDevice 207 SkBaseDevice* SkTextBlobCacheDiffCanvas::TrackLayerDevice::onCreateDevice( in onCreateDevice() 210 return new TrackLayerDevice(this->getGlobalBounds(), surfaceProps, fStrikeServer, fSettings); in onCreateDevice() 213 void SkTextBlobCacheDiffCanvas::TrackLayerDevice::drawGlyphRunList( in drawGlyphRunList() 228 : SkNoDrawCanvas{sk_make_sp<TrackLayerDevice>(SkIRect::MakeWH(width, height), props, in SkTextBlobCacheDiffCanvas() 234 : SkNoDrawCanvas{sk_make_sp<TrackLayerDevice>( in SkTextBlobCacheDiffCanvas()
|
D | SkRemoteGlyphCache.h | 80 class TrackLayerDevice;
|
D | SkGlyphRunPainter.cpp | 920 void SkTextBlobCacheDiffCanvas::TrackLayerDevice::processGlyphRun( in processGlyphRun() 939 void SkTextBlobCacheDiffCanvas::TrackLayerDevice::processGlyphRunForMask( in processGlyphRunForMask() 1010 void SkTextBlobCacheDiffCanvas::TrackLayerDevice::processGlyphRunForPaths( in processGlyphRunForPaths() 1041 bool SkTextBlobCacheDiffCanvas::TrackLayerDevice::maybeProcessGlyphRunForDFT( in maybeProcessGlyphRunForDFT()
|
/external/skia/src/core/ |
D | SkRemoteGlyphCache.cpp | 372 class SkTextBlobCacheDiffCanvas::TrackLayerDevice final : public SkNoPixelsDevice { class in SkTextBlobCacheDiffCanvas 374 TrackLayerDevice( in TrackLayerDevice() function in SkTextBlobCacheDiffCanvas::TrackLayerDevice 386 return new TrackLayerDevice(this->getGlobalBounds(), surfaceProps, fStrikeServer, in onCreateDevice() 431 : SkNoDrawCanvas{sk_make_sp<TrackLayerDevice>(SkIRect::MakeWH(width, height), in SkTextBlobCacheDiffCanvas() 446 ((TrackLayerDevice*)this->getTopDevice())->strikeServer()->fCapture.get(); in ~SkTextBlobCacheDiffCanvas()
|
D | SkRemoteGlyphCache.h | 68 class TrackLayerDevice;
|