Searched refs:has_paint (Results 1 – 2 of 2) sorted by relevance
281 if (paint) { this->paint = *paint; has_paint = true; } in DrawPicture()286 bool has_paint = false; // TODO: why is a default paint not the same? member288 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr); in draw()
275 if (paint) { this->paint = *paint; has_paint = true; } in DrawPicture()280 bool has_paint = false; // TODO: why is a default paint not the same? member282 c->drawPicture(picture.get(), &matrix, has_paint ? &paint : nullptr); in draw()