Searched refs:delay_copy (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkRecorder.cpp68 // with delay_copy(), forcing the argument to be passed by const&.
83 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); } function
130 APPEND(DrawPaint, delay_copy(paint));
137 APPEND(DrawPoints, delay_copy(paint), mode, SkToUInt(count), this->copy(pts, count));
141 APPEND(DrawRect, delay_copy(paint), rect);
145 APPEND(DrawOval, delay_copy(paint), oval);
149 APPEND(DrawRRect, delay_copy(paint), rrect);
153 APPEND(DrawDRRect, delay_copy(paint), outer, inner);
165 APPEND(DrawPath, delay_copy(paint), delay_copy(pat
[all...]

Completed in 75 milliseconds