Lines Matching defs:corner
694 if(gradc=='H'){ // UR corner
699 else { // LL corner
1002 tmp -= d->ulCornerOutX; //The EMF boundary rectangle can be anywhere, place its upper left corner in the Inkscape upper left corner
1012 tmp -= d->ulCornerOutY; //The EMF boundary rectangle can be anywhere, place its upper left corner in the Inkscape upper left corner
1637 tsp.boff = 0.0; /* offset to baseline from LL corner of bounding rectangle, changes with fs and taln*/
1847 // Upper left corner, from header rclBounds, in device units, usually both 0, but not always
2629 U_SIZEL corner = pEmr->szlCorner;
2632 double cnx = corner.cx/2;
2633 double cny = corner.cy/2;
3425 the general case for the triangle fill, with a different color in each corner of the triangle,
3427 is implemented, and the triangle fill just paints with the color of the first corner.