Home | History | Annotate | Download | only in debugger

Lines Matching full:fwidth

312     canvas->translate(size.fWidth/2.0f, size.fHeight/2.0f);
314 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.width()),
317 canvas->scale(SkDoubleToScalar((kInsetFrac*size.fWidth)/bounds.height()),
345 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width();