Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkCanvasPriv.cpp44 lattice->fXDivs = buffer.skipT<int32_t>(lattice->fXCount); in ReadLattice()
46 lattice->fYDivs = buffer.skipT<int32_t>(lattice->fYCount); in ReadLattice()
51 lattice->fRectTypes = buffer.skipT<SkCanvas::Lattice::RectType>(flagCount); in ReadLattice()
52 lattice->fColors = buffer.skipT<SkColor>(flagCount); in ReadLattice()
54 lattice->fBounds = buffer.skipT<SkIRect>(); in ReadLattice()
H A DSkReadBuffer.h68 template <typename T> const T* skipT() { in skipT() function in SkReadBuffer
71 template <typename T> const T* skipT(size_t count) { in skipT() function in SkReadBuffer
H A DSkPicturePlayback.cpp214 const SkScalar* colMaj = reader->skipT<SkScalar>(16); in handleOp()
419 const SkRect* dst = reader->skipT<SkRect>(); in handleOp()
429 const SkRect* dst = reader->skipT<SkRect>(); in handleOp()
H A DSkReadBuffer.cpp137 const char* c_str = this->skipT<char>(*len+1); in readString()

Completed in 5 milliseconds