Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1023 FX_FLOAT off_phase; in _GdipCreatePen() local
1025 off_phase = on_phase; in _GdipCreatePen()
1027 off_phase = pGraphState->m_DashArray[i + 1]; in _GdipCreatePen()
1030 off_phase /= width; in _GdipCreatePen()
1031 if (on_phase + off_phase <= 0.00002f) { in _GdipCreatePen()
1033 off_phase = 1.0f / 10; in _GdipCreatePen()
1036 if (off_phase < 1) { in _GdipCreatePen()
1037 off_phase = 0; in _GdipCreatePen()
1039 off_phase -= 1; in _GdipCreatePen()
1043 if (on_phase == 0 || off_phase == 0) { in _GdipCreatePen()
[all …]