Home | History | Annotate | Download | only in android

Lines Matching refs:SkIntToScalar

120     bounds.set(SkIntToScalar(x+1), SkIntToScalar(y+1), SkIntToScalar(x + width-1), SkIntToScalar(y + height-1));
126 bounds.set(SkIntToScalar(x), SkIntToScalar(y), SkIntToScalar(x + width), SkIntToScalar(y + height));
132 bounds.fLeft += SkIntToScalar(width - RenderSkinCombo::extraWidth());
133 bounds.fRight -= SkIntToScalar(style->borderRightWidth());
134 bounds.fTop += SkIntToScalar(style->borderTopWidth());
135 bounds.fBottom -= SkIntToScalar(style->borderBottomWidth());