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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_graph_state.cpp 485 CPDF_Array* pDash = pObject->AsArray();
486 if (!pDash)
489 CPDF_Array* pArray = pDash->GetArray(0);
493 SetLineDash(pArray, pDash->GetNumber(1), 1.0f);
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 735 FX_DWORD* pDash = NULL;
737 pDash = FX_Alloc(FX_DWORD, pGraphState->m_DashCount);
739 pDash[i] = FXSYS_round(
742 if (pDash[i] < 1) {
743 pDash[i] = 1;
748 pGraphState->m_DashCount, (const DWORD*)pDash);
749 FX_Free(pDash);
    [all...]

Completed in 737 milliseconds