Lines Matching refs:Height
773 printf(" + Bitmap: Width:%d Height:%d Stride:%d\n",Bs.Width, Bs.Height, Bs.Stride);
988 printf(" Height:%f", Ccad.Height );
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);