Home
last modified time | relevance | path

Searched refs:WndWidth (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/utils/rosperf/
H A Dlines.c36 LineTo(Dc, PerfInfo->WndWidth, Dest); in LinesProc()
39 for (Dest = PerfInfo->WndWidth - 2; 0 <= Dest && Rep < Reps; Rep++, Dest -= 2) in LinesProc()
41 MoveToEx(Dc, PerfInfo->WndWidth, 0, NULL); in LinesProc()
47 MoveToEx(Dc, PerfInfo->WndWidth, PerfInfo->WndHeight, NULL); in LinesProc()
51 for (Dest = 2; Dest < PerfInfo->WndWidth && Rep < Reps; Rep++, Dest += 2) in LinesProc()
73 LineTo(Dc, PerfInfo->WndWidth, y); in LinesHorizontalProc()
89 for (x = 0; x < PerfInfo->WndWidth && Rep < Reps; Rep++, x += 3) in LinesVerticalProc()
H A Dalphablend.c35 …ctx->Bitmap = CreateCompatibleBitmap(PerfInfo->BackgroundDc, PerfInfo->WndWidth, PerfInfo->WndHeig… in AlphaBlendInit()
40 for (x = 0; x < PerfInfo->WndWidth; x++) in AlphaBlendInit()
77 PatBlt(PerfInfo->BackgroundDc, 0, 0, PerfInfo->WndWidth, PerfInfo->WndHeight, PATCOPY); in AlphaBlendProc()
79 if (!AlphaBlend(PerfInfo->BackgroundDc, 0, 0, PerfInfo->WndWidth, PerfInfo->WndHeight, in AlphaBlendProc()
80 ctx->BitmapDc, 0, 0, PerfInfo->WndWidth, PerfInfo->WndHeight, in AlphaBlendProc()
H A Dgradient.c39 vert[1].x = PerfInfo->WndWidth; in GradientProc()
45 vert[2].x = PerfInfo->WndWidth; in GradientProc()
71 vert[4].x = PerfInfo->WndWidth * 2 * Rep / Reps; in GradientProc()
73 vert[5].x = PerfInfo->WndWidth - vert[4].x; in GradientProc()
81 vert[4].x = PerfInfo->WndWidth; in GradientProc()
114 vert[1].x = PerfInfo->WndWidth; in GradientHorizontalProc()
143 vert[1].x = PerfInfo->WndWidth; in GradientVerticalProc()
H A Dfill.c30 PerfInfo->WndWidth, PerfInfo->WndHeight, PATCOPY); in FillProc()
49 if (PerfInfo->WndWidth < x + SMALL_SIZE) in FillSmallProc()
H A Dscroll.c30 rect.right = PerfInfo->WndWidth; in ScrollProc()
41 if ((x >= PerfInfo->WndWidth -50) || x == 0) dx = -dx; in ScrollProc()
H A Drosperf.h31 INT WndWidth; member
H A Drosperf.c890 PerfInfo.WndWidth = Rect.right - Rect.left; in wWinMain()