Home
last modified time | relevance | path

Searched refs:TrackLayerDevice (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h107 class SkTextBlobCacheDiffCanvas::TrackLayerDevice : public SkNoPixelsDevice {
109 TrackLayerDevice(const SkIRect& bounds, const SkSurfaceProps& props, SkStrikeServer* server,
DSkRemoteGlyphCache.cpp197 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()
DSkRemoteGlyphCache.h80 class TrackLayerDevice;
DSkGlyphRunPainter.cpp920 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/
DSkRemoteGlyphCache.cpp372 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()
DSkRemoteGlyphCache.h68 class TrackLayerDevice;