Searched refs:error_bounds (Results 1 – 1 of 1) sorted by relevance
1155 Rect field_bounds, error_bounds; in FieldDelegateDraw() local1156 frame.HorizontalSplit(GetFieldHeight(), field_bounds, error_bounds); in FieldDelegateDraw()1158 Surface error_surface = surface.SubSurface(error_bounds); in FieldDelegateDraw()2640 Rect error_bounds, elements_bounds; in DrawContent() local2641 frame.HorizontalSplit(GetErrorHeight(), error_bounds, elements_bounds); in DrawContent()2642 Surface error_surface = pad.SubSurface(error_bounds); in DrawContent()