Searched refs:RasterSink (Results 1 – 3 of 3) sorted by relevance
185 class RasterSink : public Sink {187 explicit RasterSink(SkColorType);
480 RasterSink::RasterSink(SkColorType colorType) : fColorType(colorType) {} in RasterSink() function in DM::RasterSink482 Error RasterSink::draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const { in draw()
355 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()356 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()