Lines Matching defs:width
34 /** Initializes bounds at (0, 0), the origin, with zero width and height.
63 kEmpty_Type, //!< zero width or height
64 kRect_Type, //!< non-zero width and height, and zeroed radii
65 kOval_Type, //!< non-zero width and height filled with radii
66 kSimple_Type, //!< non-zero width and height with equal radii
67 kNinePatch_Type, //!< non-zero width and height with axis-aligned radii
68 kComplex_Type, //!< non-zero width and height with arbitrary radii
91 SkScalar width() const { return fRect.width(); }
111 /** Sets bounds to zero width and height at (0, 0), the origin. Sets
117 If set bounds has width and height, and sets type to kRect_Type;
133 /** Initializes bounds at (0, 0), the origin, with zero width and height.
151 /** Sets bounds to oval, x-axis radii to half oval.width(), and all y-axis radii
167 Otherwise, if xRad is at least half rect.width() and yRad is at least half
182 /** Sets bounds to oval, x-axis radii to half oval.width(), and all y-axis radii
193 Otherwise, if xRad is at least half rect.width() and yRad is at least half
211 Otherwise, if leftRad and rightRad are equal and at least half rect.width(), and
232 Otherwise, if all x-axis radii are equal and at least half rect.width(), and
254 /** Returns bounds. Bounds may have zero width or zero height. Bounds right is
269 /** Returns bounds. Bounds may have zero width or zero height. Bounds right is
309 If dx exceeds half dst bounds width, dst bounds left and right are set to
328 If dx exceeds half bounds width, bounds left and right are set to
346 If dx exceeds half dst bounds width, dst bounds left and right are set to
365 If dx exceeds half bounds width, bounds left and right are set to