Lines Matching full:fixed
81 const SkScalar fixed = SkIntToScalar(bm.width() - center.width());
84 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
85 { fixed * 4 / 5, fixed * 4 }, // shrink in X
86 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
87 { fixed * 4, fixed * 4 }
101 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed,