Lines Matching defs:left
750 rclBox.left = rclBox16.left;
762 \brief A U_RECT16 may have its values swapped, L<->R and T<->B, this extracts the leftmost as left, and so forth.
764 \param left the leftmost of rc.left and rc.right
766 \param right the rightmost of rc.left and rc.right
769 void U_sanerect16(U_RECT16 rc, double *left, double *top, double *right, double *bottom){
770 if(rc.left < rc.right) { *left = rc.left; *right = rc.right; }
771 else { *left = rc.right; *right = rc.left; }
922 \param ul upper left corner of rectangle
930 rect.left = ul.x;
987 \param ScanLines Array of 16 bit left/right pairs, array has 2*count entries
993 uint16_t *ScanLines //!< Array of 16 bit left/right pairs, array has 2*count entries
2458 ((U_WMRPLACEABLE *) record)->Dst.left = 0;
2676 U_U16(rect.left)
2691 U_U16(rect.left)
2712 U_U16(rect.left)
2727 U_U16(rect.left)
2765 U_U16(rect.left)
2780 U_U16(rect.left)
2799 U_U16(rect.left)
3162 U_U16(rect.left)
3210 memcpy(record+off,&rect.left, 2); off+=2;
5186 return(U_WMRCORE_4U16_get(contents, (U_SIZE_WMREXCLUDECLIPRECT), U_P16(rect->bottom), U_P16(rect->right), U_P16(rect->top), U_P16(rect->left)));
5199 return(U_WMRCORE_4U16_get(contents, (U_SIZE_WMRINTERSECTCLIPRECT), U_P16(rect->bottom), U_P16(rect->right), U_P16(rect->top), U_P16(rect->left)));
5226 U_P16(rect->left)
5246 U_P16(rect->left)
5297 U_P16(rect->left)
5317 U_P16(rect->left)
5343 U_P16(rect->left)
5760 U_P16(rect->left)