Searched refs:content_bounds (Results 1 – 1 of 1) sorted by relevance
1136 Rect content_bounds = surface.GetFrame(); in DrawField() local1137 content_bounds.Inset(1, 1); in DrawField()1138 Surface content_surface = surface.SubSurface(content_bounds); in DrawField()1567 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw() local1568 content_bounds.Inset(1, 1); in FieldDelegateDraw()1569 Surface content_surface = surface.SubSurface(content_bounds); in FieldDelegateDraw()1824 Rect content_bounds = surface.GetFrame(); in FieldDelegateDraw() local1825 content_bounds.Inset(1, 1); in FieldDelegateDraw()1827 content_bounds.HorizontalSplit(content_bounds.size.height - 1, in FieldDelegateDraw()2673 Rect content_bounds = window.GetFrame(); in WindowDelegateDraw() local[all …]