Lines Matching defs:region

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;
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->sCount = sCount;
1039 region->sMax = sMax;
1040 region->sRect = sRect;
1041 memcpy(&region->aScans,aScans,scansize);
1043 return(region);
1658 /* does the record create an object: brush, font, palette, pen, or region ?
2668 \param rect Exclude rect from clipping region.
2683 \param rect Clipping region is intersection of existing clipping region with rect.
2860 \param offset U_POINT16 x,y offset to apply to the clipping region.
3085 \param Region Index of region to frame in object table
3097 \param Region Index of region to invert.
3106 \param Region Index of region to paint with the current Brush.
3115 \param Region Index of region to become clipping region..
4418 \param region Parameters of the region object to create.
4420 char *U_WMRCREATEREGION_set(const U_REGION *region){
4423 irecsize = U_SIZE_METARECORD + region->Size;
4428 memcpy(record+off,region,region->Size);
5180 \param rect Exclude rect from clipping region.
5193 \param rect Clipping region is intersection of existing clipping region with rect.
5649 \param Region Index of region to frame in object table
5668 \param Region Index of region to invert.
5681 \param Region Index of region to paint with the current Brush.
5694 \param Region Index of region to become clipping region..