Searched refs:skipT (Results 1 – 2 of 2) sorted by relevance
63 return &reader->skipT<SkRect>(); in get_rect_ptr()146 const SkRect& rect = reader->skipT<SkRect>(); in handleOp()200 const SkPoint& loc = reader->skipT<SkPoint>(); in handleOp()207 const SkRect& dst = reader->skipT<SkRect>(); // required in handleOp()224 const SkIRect& src = reader->skipT<SkIRect>(); in handleOp()225 const SkRect& dst = reader->skipT<SkRect>(); in handleOp()259 const SkPoint& loc = reader->skipT<SkPoint>(); in handleOp()265 const SkIRect& center = reader->skipT<SkIRect>(); in handleOp()266 const SkRect& dst = reader->skipT<SkRect>(); in handleOp()274 const SkRect& dst = reader->skipT<SkRect>(); // required in handleOp()[all …]
91 template <typename T> const T& skipT() { in skipT() function