HomeSort by relevance Sort by last modified time
    Searched refs:pDash (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 655 FX_DWORD* pDash = NULL;
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);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 509 CPDF_Array* pDash = (CPDF_Array*)pObject;
510 CPDF_Array* pArray = pDash->GetArray(0);
514 SetLineDash(pArray, pDash->GetNumber(1), 1.0f);

Completed in 137 milliseconds