Searched refs:hatch (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-hatch.cpp3 * SVG <hatch> implementation
30 #include "sp-hatch.h"
31 #include "sp-hatch-path.h"
79 doc->addResource("hatch", this);
86 document->removeResource("hatch", this);
234 bool SPHatch::_hasHatchPatchChildren(SPHatch const *hatch) argument
237 for (SPObject const *child = hatch->firstChild(); child && !matched; child = child->getNext() ) {
347 SPHatch *hatch = dynamic_cast<SPHatch *>(ref); local
348 if (hatch) {
363 if (hatch) {
[all...]
H A Dsp-hatch.h3 * SVG <hatch> implementation
120 static bool _hasHatchPatchChildren(SPHatch const* hatch);
128 * Gets called when the hatch is reattached to another <hatch>
133 * Gets called when the referenced <hatch> is changed
/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp42 #include "sp-hatch.h"
1133 SPHatch const *hatch = dynamic_cast<SPHatch const *>(paintserver); local
1134 g_assert( hatch );
1136 g_assert(hatch->pitch() > 0);
1143 SPHatch *evil = const_cast<SPHatch *>(hatch);
1146 SPHatch::RenderInfo render_info = hatch->calculateRenderInfo(dkey);
1161 //The rendering of hatch overflow is implemented by repeated drawing
1162 //of hatch paths over one strip. Within each iteration paths are moved by pitch value.
1168 if (hatch->style->overflow.computed == SP_CSS_OVERFLOW_VISIBLE) {
1169 Geom::Interval bounds = hatch
[all...]
/inkscape/src/libuemf/
H A Duwmf_print.c52 uint16_t hatch; local
69 memcpy(&hatch, b.Data, 2);
70 printf("Hatch:0x%4.4X ", hatch);

Completed in 78 milliseconds