Searched refs:error_bounds (Results 1 – 1 of 1) sorted by relevance
1156 Rect field_bounds, error_bounds; in FieldDelegateDraw() local1157 frame.HorizontalSplit(GetFieldHeight(), field_bounds, error_bounds); in FieldDelegateDraw()1159 SubPad error_surface = SubPad(surface, error_bounds); in FieldDelegateDraw()2252 Rect error_bounds, elements_bounds; in DrawContent() local2253 frame.HorizontalSplit(GetErrorHeight(), error_bounds, elements_bounds); in DrawContent()2254 SubPad error_surface = SubPad(pad, error_bounds); in DrawContent()