HomeSort by relevance Sort by last modified time
    Searched refs:delay_copy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRecorder.cpp 30 // with delay_copy(), forcing the argument to be passed by const&.
45 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); } function
89 APPEND(DrawPaint, delay_copy(paint));
96 APPEND(DrawPoints, delay_copy(paint), mode, count, this->copy(pts, count));
100 APPEND(DrawRect, delay_copy(paint), rect);
104 APPEND(DrawOval, delay_copy(paint), oval);
108 APPEND(DrawRRect, delay_copy(paint), rrect);
112 APPEND(DrawDRRect, delay_copy(paint), outer, inner);
116 APPEND(DrawPath, delay_copy(paint), delay_copy(path))
    [all...]
  /external/skia/src/core/
SkRecorder.cpp 30 // with delay_copy(), forcing the argument to be passed by const&.
45 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); } function
89 APPEND(DrawPaint, delay_copy(paint));
96 APPEND(DrawPoints, delay_copy(paint), mode, count, this->copy(pts, count));
100 APPEND(DrawRect, delay_copy(paint), rect);
104 APPEND(DrawOval, delay_copy(paint), oval);
108 APPEND(DrawRRect, delay_copy(paint), rrect);
112 APPEND(DrawDRRect, delay_copy(paint), outer, inner);
116 APPEND(DrawPath, delay_copy(paint), delay_copy(path))
    [all...]

Completed in 460 milliseconds