Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp437 float off_phase; in GdipCreatePenImpl() local
439 off_phase = on_phase; in GdipCreatePenImpl()
441 off_phase = pGraphState->m_DashArray[i + 1]; in GdipCreatePenImpl()
443 off_phase /= width; in GdipCreatePenImpl()
444 if (on_phase + off_phase <= 0.00002f) { in GdipCreatePenImpl()
446 off_phase = 1.0f / 10; in GdipCreatePenImpl()
449 if (off_phase < 1) in GdipCreatePenImpl()
450 off_phase = 0; in GdipCreatePenImpl()
452 off_phase -= 1; in GdipCreatePenImpl()
455 if (on_phase == 0 || off_phase == 0) { in GdipCreatePenImpl()
[all …]