Searched refs:pBorderArray (Results 1 – 1 of 1) sorted by relevance
269 CPDF_Array* pBorderArray = m_pAnnotDict->GetArray("Border"); in DrawBorder() local271 if (pBorderArray) { in DrawBorder()272 width = pBorderArray->GetNumber(2); in DrawBorder()273 if (pBorderArray->GetCount() == 4) { in DrawBorder()274 pDashArray = pBorderArray->GetArray(3); in DrawBorder()