Searched refs:on_phase (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp773 FX_FLOAT on_phase = pGraphState->m_DashArray[i]; local
776 off_phase = on_phase;
780 on_phase /= width;
782 if (on_phase + off_phase <= 0.00002f) {
783 on_phase = 1.0f / 10;
792 on_phase += 1;
794 if (on_phase == 0 || off_phase == 0) {
796 on_leftover += on_phase;
799 pDashArray[nCount - 2] += on_phase;
803 pDashArray[nCount++] = on_phase
[all...]

Completed in 158 milliseconds