Searched refs:ViaRemote (Results 1 – 3 of 3) sorted by relevance
/external/skia/dm/ |
D | DMSrcSink.h | 312 class ViaRemote : public Via { 314 ViaRemote(bool cache, Sink* sink) : Via(sink), fCache(cache) {} in ViaRemote() function
|
D | DM.cpp | 725 VIA("remote", ViaRemote, false, wrapped); in create_via() 726 VIA("remote_cache", ViaRemote, true, wrapped); in create_via()
|
D | DMSrcSink.cpp | 1161 Error ViaRemote::draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const { in draw()
|