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

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp655 FX_DWORD* pDash = NULL; local
657 pDash = FX_Alloc(FX_DWORD, pGraphState->m_DashCount);
659 pDash[i] = FXSYS_round(pMatrix ? pMatrix->TransformDistance(pGraphState->m_DashArray[i]) : pGraphState->m_DashArray[i]);
660 if (pDash[i] < 1) {
661 pDash[i] = 1;
665 HPEN hPen = ExtCreatePen(PenStyle, (DWORD)FXSYS_ceil(width), &lb, pGraphState->m_DashCount, (const DWORD*)pDash);
666 if (pDash) {
667 FX_Free(pDash);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp509 CPDF_Array* pDash = (CPDF_Array*)pObject; local
510 CPDF_Array* pArray = pDash->GetArray(0);
514 SetLineDash(pArray, pDash->GetNumber(1), 1.0f);

Completed in 111 milliseconds