Home
last modified time | relevance | path

Searched refs:ViaRemote (Results 1 – 3 of 3) sorted by relevance

/external/skia/dm/
DDMSrcSink.h312 class ViaRemote : public Via {
314 ViaRemote(bool cache, Sink* sink) : Via(sink), fCache(cache) {} in ViaRemote() function
DDM.cpp725 VIA("remote", ViaRemote, false, wrapped); in create_via()
726 VIA("remote_cache", ViaRemote, true, wrapped); in create_via()
DDMSrcSink.cpp1161 Error ViaRemote::draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const { in draw()