Searched refs:pBorderArray (Results 1 – 2 of 2) sorted by relevance
432 CPDF_Array* pBorderArray = m_pAnnotDict->GetArrayFor("Border"); in DrawBorder() local434 if (pBorderArray) { in DrawBorder()435 width = pBorderArray->GetNumberAt(2); in DrawBorder()436 if (pBorderArray->GetCount() == 4) { in DrawBorder()437 pDashArray = pBorderArray->GetArrayAt(3); in DrawBorder()
472 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetBorderWidth() local473 if (pBorderArray->GetCount() > 2) in GetBorderWidth()474 return pBorderArray->GetNumberAt(2); in GetBorderWidth()486 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetDashArray() local487 if (pBorderArray->GetCount() == 4) in GetDashArray()488 return pBorderArray->GetArrayAt(3); in GetDashArray()