Home | History | Annotate | Download | only in dm

Lines Matching refs:Via

1076 DEFINE_bool(check, true, "If true, have most Via- modes fail if they affect the output.");
1086 // If we can draw into this Sink via some pipeline, we should be able to draw directly.
1113 ViaMatrix::ViaMatrix(SkMatrix matrix, Sink* sink) : Via(sink), fMatrix(matrix) {}
1126 ViaUpright::ViaUpright(SkMatrix matrix, Sink* sink) : Via(sink), fMatrix(matrix) {}
1200 : Via(sink)