Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dbutton.h102 ButtonImpl::ConvexObjectInfo coInfo[convex_object_count]; in draw() local
104 coInfo[i].begin = convex_objects_[i].begin(); in draw()
105 coInfo[i].end = convex_objects_[i].end(); in draw()
107 return ButtonImpl::draw(drawPixel, this->bounds_, &coInfo[0], &coInfo[convex_object_count]); in draw()