Searched refs:RasterSink (Results 1 – 3 of 3) sorted by relevance
250 class RasterSink : public Sink {252 explicit RasterSink(SkColorType);
1036 RasterSink::RasterSink(SkColorType colorType) : fColorType(colorType) {} in RasterSink() function in DM::RasterSink1038 Error RasterSink::draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const { in draw()
703 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()704 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()