Home
last modified time | relevance | path

Searched refs:pod (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp64 static const D* pod(const T* op, size_t offset = 0) { in pod() function
265 c->drawAnnotation(rect, pod<char>(this), value.get()); in draw()
374 auto xdivs = pod<int>(this, 0), ydivs = pod<int>(this, xs * sizeof(int)); in draw()
375 auto colors = (0 == fs) ? nullptr : pod<SkColor>(this, (xs + ys) * sizeof(int)); in draw()
377 (0 == fs) ? nullptr : pod<SkCanvas::Lattice::RectType>( in draw()
428 c->drawPoints(mode, count, pod<SkPoint>(this), paint); in draw()
440 c->drawVertices(vertices, pod<SkVertices::Bone>(this), boneCount, mode, paint); in draw()
462 auto xforms = pod<SkRSXform>(this, 0); in draw()
463 auto texs = pod<SkRect>(this, count * sizeof(SkRSXform)); in draw()
464 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw()
[all …]