Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkLiteDL.cpp281 if (paint) { this->paint = *paint; has_paint = true; } in DrawPicture()
286 bool has_paint = false; // TODO: why is a default paint not the same? member
288 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr); in draw()
/external/skqp/src/core/
DSkLiteDL.cpp275 if (paint) { this->paint = *paint; has_paint = true; } in DrawPicture()
280 bool has_paint = false; // TODO: why is a default paint not the same? member
282 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr); in draw()