Changeset 420
- Timestamp:
- 07/29/08 12:19:56 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Skeletons/Graphics/GraphicsContext.t
r419 r420 442 442 443 443 444 445 /** 446 * clip description 447 * @param[in] : description 448 * @param[out] : description 449 * @code 450 * @endcode 451 */ 452 void clip(const FloatRect&); 453 444 454 /** 445 455 * addRoundedRectClip description … … 449 459 * @endcode 450 460 */ 461 451 462 void addRoundedRectClip(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight); 452 463 453 464 /** 454 * clip description465 * addInnerRoundedRectClip description 455 466 * @param[in] : description 456 467 * @param[out] : description … … 458 469 * @endcode 459 470 */ 460 void clip(const FloatRect&); 461 * @endcode 462 */ 471 463 472 void addInnerRoundedRectClip(const IntRect&, int thickness); 464 473
