Lines Matching defs:height
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
98 SkScalar height() const { return fRect.height(); }
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.
152 to half oval.height(). If oval bounds is empty, sets to kEmpty_Type.
168 rect.height(), sets to kOval_Type.
183 to half oval.height(). If oval bounds is empty, sets to kEmpty_Type.
194 rect.height(), sets to kOval_Type.
212 topRad and bottomRad are equal at least half rect.height(), sets to kOval_Type.
233 all y-axis radii are equal at least half rect.height(), sets to kOval_Type.
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
310 bounds x-axis center. If dy exceeds half dst bounds height, dst bounds top and
329 bounds x-axis center. If dy exceeds half bounds height, bounds top and
347 bounds x-axis center. If dy exceeds half dst bounds height, dst bounds top and
366 bounds x-axis center. If dy exceeds half bounds height, bounds top and