Searched defs:region (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/2geom/
H A Dd2-sbasis.cpp318 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 );
/inkscape/src/
H A Dsp-flowtext.cpp116 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...]
/inkscape/src/libuemf/
H A Duwmf_print.c191 \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, &region);
1325 printf(" Region: "); region_print(region); print
[all...]
H A Duwmf.c1011 \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 Duwmf.h856 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);

Completed in 225 milliseconds