Searched refs:off_phase (Results 1 – 1 of 1) sorted by relevance
773 FX_FLOAT off_phase; in _GdipCreatePen() local775 off_phase = on_phase; in _GdipCreatePen()777 off_phase = pGraphState->m_DashArray[i + 1]; in _GdipCreatePen()780 off_phase /= width; in _GdipCreatePen()781 if (on_phase + off_phase <= 0.00002f) { in _GdipCreatePen()783 off_phase = 1.0f / 10; in _GdipCreatePen()786 if (off_phase < 1) { in _GdipCreatePen()787 off_phase = 0; in _GdipCreatePen()789 off_phase -= 1; in _GdipCreatePen()793 if (on_phase == 0 || off_phase == 0) { in _GdipCreatePen()[all …]