Searched refs:delay_copy (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkRecorder.cpp | 83 static Reference<T> delay_copy(const T& x) { return Reference<T>(x); } in delay_copy() function 130 APPEND(DrawPaint, delay_copy(paint)); in onDrawPaint() 137 APPEND(DrawPoints, delay_copy(paint), mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints() 141 APPEND(DrawRect, delay_copy(paint), rect); in onDrawRect() 145 APPEND(DrawOval, delay_copy(paint), oval); in onDrawOval() 149 APPEND(DrawRRect, delay_copy(paint), rrect); in onDrawRRect() 153 APPEND(DrawDRRect, delay_copy(paint), outer, inner); in onDrawDRRect() 165 APPEND(DrawPath, delay_copy(paint), delay_copy(path)); in onDrawPath() 172 APPEND(DrawBitmap, this->copy(paint), delay_copy(bitmap), left, top); in onDrawBitmap() 182 this->copy(paint), delay_copy(bitmap), this->copy(src), dst); in onDrawBitmapRect() [all …]
|