Home
last modified time | relevance | path

Searched refs:pBorderArray (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp423 CPDF_Array* pBorderArray = m_pAnnotDict->GetArrayFor("Border"); in DrawBorder() local
425 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()
Dcpvt_generateap.cpp318 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetBorderWidth() local
319 if (pBorderArray->GetCount() > 2) in GetBorderWidth()
320 return pBorderArray->GetNumberAt(2); in GetBorderWidth()
332 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetDashArray() local
333 if (pBorderArray->GetCount() == 4) in GetDashArray()
334 return pBorderArray->GetArrayAt(3); in GetDashArray()