Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp472 has_colors = true; in DrawPatch()
484 bool has_colors = false; member
487 c->drawPatch(cubics, has_colors ? colors : nullptr, has_texs ? texs : nullptr, xfermode, in draw()
587 const SkRect* cull, const SkPaint* paint, bool has_colors) in DrawAtlas()
589 , has_colors(has_colors) { in DrawAtlas()
603 bool has_colors; member
607 auto colors = has_colors ? pod<SkColor>(this, count * (sizeof(SkRSXform) + sizeof(SkRect))) in draw()