Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp401 has_colors = true; in DrawPatch()
413 bool has_colors = false; member
416 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, xfermode, in draw()
446 const SkPaint* paint, bool has_colors) in DrawAtlas()
447 : atlas(sk_ref_sp(atlas)), count(count), xfermode(xfermode), has_colors(has_colors) { in DrawAtlas()
460 bool has_colors; member
464 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw()