Searched refs:region (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/libuemf/ |
H A D | uwmf_print.h | 34 void region_print(const char *region);
|
H A D | uwmf_print.c | 191 \param region U_REGION object 194 const char *region 197 printf("Type:%d ", *(uint16_t *)(region + offsetof(U_REGION,Type ))); 198 printf("Size:%d ", *( int16_t *)(region + offsetof(U_REGION,Size ))); 199 printf("sCount:%d ",*( int16_t *)(region + offsetof(U_REGION,sCount))); 200 printf("sMax:%d ", *( int16_t *)(region + offsetof(U_REGION,sMax ))); 201 memcpy(&rect16, (region + offsetof(U_REGION,sRect )), sizeof(U_RECT16)); 1321 const char *region; /* Note, because of possible struct alignment issue have to use char * to reference the data */ local 1322 int size = U_WMRCREATEBRUSHINDIRECT_get(contents, ®ion); 1325 printf(" Region: "); region_print(region); print [all...] |
H A D | uwmf.c | 1011 \param sCount number of scan objects in region (docs say scanlines, but then no way to add sizes) 1018 int16_t sCount, //!< number of scan objects in region (docs say scanlines, but then no way to add sizes) 1023 U_REGION *region=NULL; local 1032 region = malloc(U_SIZE_REGION + scansize); 1033 if(region){ 1034 region->ignore1 = 0; 1035 region->Type = 0x0006; 1036 region->ignore2 = 0; 1037 region->Size = Size; 1038 region 4420 U_WMRCREATEREGION_set(const U_REGION *region) argument [all...] |
H A D | uwmf.h | 856 int16_t sCount; //!< number of scanlines in region 1522 uint16_t Region; //!< Index of region to fill in object table 1533 uint16_t Region; //!< Index of region to frame in object table 1548 invert region 1554 uint16_t index; //!< (usually) index of region/object in object table 1556 U_WMRPAINTREGION, //!< WMF manual 2.3.3.11, paint region 1557 U_WMRSELECTCLIPREGION, //!< WMF manual 2.3.4.9, select as clip region 2034 U_REGION region; //!< Region Object member in struct:__anon397 2401 char *U_WMRCREATEREGION_set(const U_REGION *region);
|
H A D | uwmf_endian.c | 1463 region_swap(record + offsetof(U_WMRCREATEREGION,region), torev);
|
/inkscape/src/ |
H A D | sp-flowtext.cpp | 116 SPObject *region = NULL; local 138 region = o; 143 if (region) { 144 if (flags || (region->mflags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_CHILD_MODIFIED_FLAG))) { 145 region->emitModified(flags); // pass down to the region only 388 SPFlowregion *region = dynamic_cast<SPFlowregion *>(child); local 389 if (region) { 390 std::vector<Shape*> const &computed = region->computed; 573 SPObject *region local 687 SPObject *region = NULL; local [all...] |
H A D | selection-chemistry.cpp | 1622 // apply the inverse of the region's transform to the <use> so that the flow remains 1624 for ( SPObject *region = item->firstChild() ; region ; region = region->getNext() ) { 1625 if (dynamic_cast<SPFlowregion *>(region) || dynamic_cast<SPFlowregionExclude *>(region)) { 1626 for ( SPObject *item = region->firstChild() ; item ; item = item->getNext() ) {
|
/inkscape/share/extensions/ |
H A D | text_merge.py | 170 self.region=inkex.etree.SubElement(self.textRoot,inkex.addNS('flowRegion','svg'),{inkex.addNS('space','xml'):'preserve'}) 171 self.rect=inkex.etree.SubElement(self.region,inkex.addNS('rect','svg'),{inkex.addNS('space','xml'):'preserve'})
|
/inkscape/src/2geom/ |
H A D | d2-sbasis.cpp | 318 std::vector<Interval> level_set( D2<SBasis> const &f, Rect region){ argument 319 std::vector<Rect> regions( 1, region ); 323 Rect region(p, p); 324 region.expandBy( tol ); 325 return level_set( f, region );
|
H A D | d2.h | 546 std::vector<Interval> level_set( D2<SBasis> const &f, Rect region);
|
/inkscape/src/display/ |
H A D | sp-canvas.cpp | 25 #include <cairomm/region.h> 978 // Reset the clean region 1173 // Clip the clean region to the new allocation 1793 // Blit from the backing store, without regard for the clean region. 1826 gdk_cairo_region (cr, event->region); 2006 // Adjust the clean region
|
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 445 gdk_cairo_region (cr, event->region);
|
H A D | gimpcolorwheel.c | 1292 gdk_cairo_region (cr, event->region);
|
/inkscape/src/widgets/ |
H A D | ruler.cpp | 695 gdk_cairo_region (cr, event->region);
|
Completed in 105 milliseconds