Lines Matching defs:style
41 const Style& style,
49 DrawCanvas::DoDrawShadow(gfxDstBuffer, param, paint, rect, invalidatedArea, style, isStroke);
54 InitRenderAndTransform(gfxDstBuffer, renderBuffer, rect, transform, style, paint);
94 const Style& style,
103 DrawCanvas::InitRenderAndTransform(gfxDstBuffer, renderBuffer, rect, transform, style, paint);
150 const Style& style,
153 int16_t realLeft = rect.GetLeft() + style.paddingLeft_ + style.borderWidth_;
154 int16_t realTop = rect.GetTop() + style.paddingTop_ + style.borderWidth_;