Lines Matching defs:Width
773 printf(" + Bitmap: Width:%d Height:%d Stride:%d\n",Bs.Width, Bs.Height, Bs.Stride);
987 printf(" Width:%f", Ccad.Width );
1457 U_FLOAT Width;
1459 int status = U_PMF_PENDATA_get(contents, &Flags, &Unit, &Width, &Data, blimit);
1461 printf(" + Pendata: Flags:%X Unit:%X Width:%f",Flags, Unit, Width);
1618 int16_t X, Y, Width, Height;
1619 int status = U_PMF_RECT_get(contents, &X, &Y, &Width, &Height, blimit);
1621 printf("{UL{%d,%d},WH{%d,%d}}", X, Y, Width, Height);
1633 printf("{UL{%d,%d},WH{%d,%d}}", Rect->X, Rect->Y, Rect->Width, Rect->Height);
1645 U_FLOAT X, Y, Width, Height;
1646 int status = U_PMF_RECTF_get(contents, &X, &Y, &Width, &Height, blimit);
1648 printf("{UL{%f,%f},WH{%f,%f}}", X, Y, Width, Height);
1660 printf("{UL{%f,%f},WH{%f,%f}}", Rect->X, Rect->Y, Rect->Width, Rect->Height);