------------------------------------------------------------------------------
| 1673 | |
| 1674 | //------------------------------------------------------------------------------ |
| 1675 | void vtkPDFContextDevice2D::ApplyBrushState() |
| 1676 | { |
| 1677 | this->ApplyFillColor(this->Brush->GetColorObject().GetData(), 4); |
| 1678 | |
| 1679 | if (this->Brush->GetTexture()) |
| 1680 | { |
| 1681 | this->BeginClipPathForTexture(); |
| 1682 | } |
| 1683 | } |
| 1684 | |
| 1685 | //------------------------------------------------------------------------------ |
| 1686 | void vtkPDFContextDevice2D::ApplyTextPropertyState() |
no test coverage detected