Lines Matching refs:contentRect
318 Rect contentRect;
320 contentRect.SetX(GetRect().GetX() + style->paddingLeft_ + style->borderWidth_);
321 contentRect.SetY(GetRect().GetY() + style->paddingTop_ + style->borderWidth_);
322 contentRect.SetWidth(GetWidth());
323 contentRect.SetHeight(GetHeight());
324 return contentRect;
329 Rect contentRect;
331 contentRect.SetX(GetOrigRect().GetX() + style->paddingLeft_ + style->borderWidth_);
332 contentRect.SetY(GetOrigRect().GetY() + style->paddingTop_ + style->borderWidth_);
333 contentRect.SetWidth(GetWidth());
334 contentRect.SetHeight(GetHeight());
335 return contentRect;