Home
last modified time | relevance | path

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

/third_party/flutter/skia/dm/
DDM.cpp963 SINK("g8", RasterSink, kGray_8_SkColorType); in create_sink()
964 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
965 SINK("4444", RasterSink, kARGB_4444_SkColorType); in create_sink()
966 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
967 SINK("rgba", RasterSink, kRGBA_8888_SkColorType); in create_sink()
968 SINK("bgra", RasterSink, kBGRA_8888_SkColorType); in create_sink()
969 SINK("rgbx", RasterSink, kRGB_888x_SkColorType); in create_sink()
970 SINK("1010102", RasterSink, kRGBA_1010102_SkColorType); in create_sink()
971 SINK("101010x", RasterSink, kRGB_101010x_SkColorType); in create_sink()
989 SINK( "f16", RasterSink, kRGBA_F16_SkColorType, srgbLinear); in create_sink()
[all …]
DDMSrcSink.h434 class RasterSink : public Sink {
436 explicit RasterSink(SkColorType, sk_sp<SkColorSpace> = nullptr);
447 class ThreadedSink : public RasterSink {
DDMSrcSink.cpp1690 RasterSink::RasterSink(SkColorType colorType, sk_sp<SkColorSpace> colorSpace) in RasterSink() function in DM::RasterSink
1694 Error RasterSink::draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const { in draw()
/third_party/skia/dm/
DDM.cpp979 SINK("g8", RasterSink, kGray_8_SkColorType); in create_sink()
980 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
981 SINK("4444", RasterSink, kARGB_4444_SkColorType); in create_sink()
982 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
983 SINK("rgba", RasterSink, kRGBA_8888_SkColorType); in create_sink()
984 SINK("bgra", RasterSink, kBGRA_8888_SkColorType); in create_sink()
985 SINK("rgbx", RasterSink, kRGB_888x_SkColorType); in create_sink()
986 SINK("1010102", RasterSink, kRGBA_1010102_SkColorType); in create_sink()
987 SINK("101010x", RasterSink, kRGB_101010x_SkColorType); in create_sink()
988 SINK("bgra1010102", RasterSink, kBGRA_1010102_SkColorType); in create_sink()
[all …]
DDMSrcSink.h540 class RasterSink : public Sink {
542 explicit RasterSink(SkColorType);
DDMSrcSink.cpp2104 RasterSink::RasterSink(SkColorType colorType) in RasterSink() function in DM::RasterSink
2107 Result RasterSink::draw(const Src& src, SkBitmap* dst, SkWStream*, SkString*) const { in draw()