Searched refs:pBorderArray (Results 1 – 2 of 2) sorted by relevance
423 CPDF_Array* pBorderArray = m_pAnnotDict->GetArrayFor("Border"); in DrawBorder() local425 if (pBorderArray) { in DrawBorder()426 width = pBorderArray->GetNumberAt(2); in DrawBorder()427 if (pBorderArray->GetCount() == 4) { in DrawBorder()428 pDashArray = pBorderArray->GetArrayAt(3); in DrawBorder()
318 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetBorderWidth() local319 if (pBorderArray->GetCount() > 2) in GetBorderWidth()320 return pBorderArray->GetNumberAt(2); in GetBorderWidth()332 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetDashArray() local333 if (pBorderArray->GetCount() == 4) in GetDashArray()334 return pBorderArray->GetArrayAt(3); in GetDashArray()