Home | History | Annotate | Download | only in win32

Lines Matching refs:pDashArray

1018     FX_FLOAT* pDashArray = FX_Alloc(
1049 pDashArray[nCount - 2] += on_phase;
1050 pDashArray[nCount - 1] += off_phase;
1053 pDashArray[nCount++] = on_phase + on_leftover;
1055 pDashArray[nCount++] = off_phase + off_leftover;
1059 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount);
1069 FX_Free(pDashArray);
1070 pDashArray = nullptr;