Searched refs:ViaPipe (Results 1 – 3 of 3) sorted by relevance
440 class ViaPipe : public Via {442 explicit ViaPipe(Sink* sink) : Via(sink) {} in ViaPipe() function
912 VIA("pipe", ViaPipe, wrapped); in create_via()
1729 Error ViaPipe::draw(const Src& src, SkBitmap* bitmap, SkWStream* stream, SkString* log) const { in draw()