Searched refs:pod (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 68 static const D* pod(const T* op, size_t offset = 0) { in pod() function 270 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw() 375 auto xdivs = pod<int>(this, 0), ydivs = pod<int>(this, xs * sizeof(int)); in draw() 376 auto colors = (0 == fs) ? nullptr : pod<SkColor>(this, (xs + ys) * sizeof(int)); in draw() 378 (0 == fs) ? nullptr : pod<SkCanvas::Lattice::RectType>( in draw() 431 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw() 466 auto xforms = pod<SkRSXform>(this, 0); in draw() 467 auto texs = pod<SkRect>(this, count * sizeof(SkRSXform)); in draw() 468 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw() 587 void* DisplayListData::push(size_t pod, Args&&... args) { in push() argument [all …]
|