Searched refs:pod (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | RecordingCanvas.cpp | 65 static const D* pod(const T* op, size_t offset = 0) { in pod() function 278 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw() 392 auto xdivs = pod<int>(this, 0), ydivs = pod<int>(this, xs * sizeof(int)); in draw() 393 auto colors = (0 == fs) ? nullptr : pod<SkColor>(this, (xs + ys) * sizeof(int)); in draw() 395 (0 == fs) ? nullptr : pod<SkCanvas::Lattice::RectType>( in draw() 446 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw() 458 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint); in draw() 480 auto xforms = pod<SkRSXform>(this, 0); in draw() 481 auto texs = pod<SkRect>(this, count * sizeof(SkRSXform)); in draw() 482 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw() [all …]
|