Lines Matching defs:Rect

94     if(Elements == 1){ printf(" Rect(Float):");  }
452 else if(Type == U_RNDT_Rect ){ printf("Rect" ); }
1221 printf(" + LinearGradientBrushData: Flags:%X WrapMode:%d Rect:",Lgbd.Flags, Lgbd.WrapMode);
1629 \param Rect U_PMF_RECT structure
1632 int U_PMF_RECT_S_print(U_PMF_RECT *Rect){
1633 printf("{UL{%d,%d},WH{%d,%d}}", Rect->X, Rect->Y, Rect->Width, Rect->Height);
1656 \param Rect U_PMF_RECTF Structure
1659 int U_PMF_RECTF_S_print(U_PMF_RECTF *Rect){
1660 printf("{UL{%f,%f},WH{%f,%f}}", Rect->X, Rect->Y, Rect->Width, Rect->Height);
2134 U_PMF_RECTF Rect;
2135 int status = U_PMR_SETCLIPRECT_get(contents, NULL, &CMenum, &Rect);
2139 printf(") Rect:");
2140 U_PMF_RECTF_S_print(&Rect);
2276 U_PMF_RECTF Rect;
2277 int status = U_PMR_DRAWARC_get(contents, NULL, &PenID, &ctype, &Start, &Sweep, &Rect);
2279 printf(" + PenID:%u ctype:%d Start:%f Sweep:%f Rect:", PenID,ctype,Start,Sweep);
2280 (void) U_PMF_VARRECTF_S_print(&Rect, 1);
2433 U_PMF_RECTF Rect;
2434 int status = U_PMR_DRAWELLIPSE_get(contents, NULL, &PenID, &ctype, &Rect);
2437 (void) U_PMF_VARRECTF_S_print(&Rect, 1);
2553 U_PMF_RECTF Rect;
2554 int status = U_PMR_DRAWPIE_get(contents, NULL, &PenID, &ctype, &Start, &Sweep, &Rect);
2556 printf(" + PenID:%u ctype:%d Start:%f Sweep:%f Rect:", PenID,ctype,Start,Sweep);
2557 (void) U_PMF_VARRECTF_S_print(&Rect, 1);
2580 printf(" + PenID:%u ctype:%d Elements:%u Rect:", PenID,ctype,Elements);
2601 U_PMF_RECTF Rect;
2604 &BrushID, &FormatID, &Length, &Rect, &String16);
2606 printf(" + FontID:%u StringFormatID:%u btype:%d Length:%u Rect:", FontID, FormatID, btype, Length);
2607 (void) U_PMF_RECTF_S_print(&Rect);
2665 U_PMF_RECTF Rect;
2666 int status = U_PMR_FILLELLIPSE_get(contents, NULL, &btype, &ctype, &BrushID, &Rect);
2670 (void) U_PMF_VARRECTF_S_print(&Rect, 1);
2710 U_PMF_RECTF Rect;
2711 int status = U_PMR_FILLPIE_get(contents, NULL, &btype, &ctype, &BrushID, &Start, &Sweep, &Rect);
2715 (void) U_PMF_VARRECTF_S_print(&Rect, 1);