Home | History | Annotate | Download | only in menu

Lines Matching refs:rcItem

215       FillRect(dc, &draw_item_struct->rcItem, hbr);
219 RECT rect = draw_item_struct->rcItem;
269 draw_item_struct->rcItem.left + kItemLeftMargin,
270 draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom -
271 draw_item_struct->rcItem.top - skia_icon->height()) / 2, NULL);
286 draw_item_struct->rcItem.bottom - draw_item_struct->rcItem.top;
306 draw_item_struct->rcItem.left + kItemLeftMargin,
307 draw_item_struct->rcItem.top + (draw_item_struct->rcItem.bottom -
308 draw_item_struct->rcItem.top - config.check_height) / 2, NULL);
313 draw_item_struct->rcItem.top +=
314 (draw_item_struct->rcItem.bottom - draw_item_struct->rcItem.top) / 3;
315 DrawEdge(dc, &draw_item_struct->rcItem, EDGE_ETCHED, BF_TOP);