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