Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordingCanvas.cpp294 bool has_paint = false; // TODO: why is a default paint not the same? member
723 constexpr bool has_paint = std::experimental::is_detected_v<has_paint_helper, T>; variable