Lines Matching refs:Height
84 printf("Height:%d ", *(int16_t *)(font + offsetof(U_FONT,Height )));
215 printf("Height:%d ", b.Height );
219 printf("BitsBytes:%d ", (((b.Width * b.BitsPixel + 15) >> 4) << 1) * b.Height );
233 printf("Height:%d ", ch.Height);
665 int16_t Height, Width;
667 int size = U_WMRROUNDRECT_get(contents, &Width, &Height, &rect16);
670 printf(" Height:%d\n", Height);
812 int16_t Height;
814 int size = U_WMRFRAMEREGION_get(contents, &Region, &Brush, &Height, &Width);
818 printf(" Height:%d\n",Height);