Lines Matching refs:SINK
696 #define SINK(t, sink, ...) if (config->getBackend().equals(t)) { return new sink(__VA_ARGS__); } in create_sink() macro
699 SINK("hwui", HWUISink); in create_sink()
703 SINK("565", RasterSink, kRGB_565_SkColorType); in create_sink()
704 SINK("8888", RasterSink, kN32_SkColorType); in create_sink()
705 SINK("pdf", PDFSink, "Pdfium"); in create_sink()
706 SINK("pdf_poppler", PDFSink, "Poppler"); in create_sink()
707 SINK("skp", SKPSink); in create_sink()
708 SINK("svg", SVGSink); in create_sink()
709 SINK("null", NullSink); in create_sink()
710 SINK("xps", XPSSink); in create_sink()
712 #undef SINK in create_sink()