Lines Matching refs:SkRecords
1360 // This is like SkRecords::Draw, in that it plays back SkRecords ops into a Canvas.
1361 // Unlike SkRecords::Draw, it builds a single-op sub-picture out of each Draw-type op.
1370 // By default SkRecords::Draw() uses the canvas' matrix as its initial matrix,
1372 SkRecords::Draw d(canvas, nullptr, fDrawables.begin(), fDrawables.count(), &SkMatrix::I());
1378 SK_WHEN(T::kTags & SkRecords::kDraw_Tag, void) operator()(const T& op) {
1387 skstd::enable_if_t<!(T::kTags & SkRecords::kDraw_Tag), void> operator()(const T& op) {