Home
last modified time | relevance | path

Searched refs:RasterSink (Results 1 – 3 of 3) sorted by relevance

/external/skia/dm/
DDMSrcSink.h358 class RasterSink : public Sink {
360 explicit RasterSink(SkColorType, sk_sp<SkColorSpace> = nullptr);
DDM.cpp869 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
870 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
871 SINK("srgb", RasterSink, kN32_SkColorType, srgbColorSpace); in create_sink()
872 SINK("f16", RasterSink, kRGBA_F16_SkColorType, srgbLinearColorSpace); in create_sink()
DDMSrcSink.cpp1499 RasterSink::RasterSink(SkColorType colorType, sk_sp<SkColorSpace> colorSpace) in RasterSink() function in DM::RasterSink
1503 Error RasterSink::draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const { in draw()