Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp432 CPDF_Array* pBorderArray = m_pAnnotDict->GetArrayFor("Border"); in DrawBorder() local
434 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()
Dcpvt_generateap.cpp472 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetBorderWidth() local
473 if (pBorderArray->GetCount() > 2) in GetBorderWidth()
474 return pBorderArray->GetNumberAt(2); in GetBorderWidth()
486 if (CPDF_Array* pBorderArray = pAnnotDict.GetArrayFor("Border")) { in GetDashArray() local
487 if (pBorderArray->GetCount() == 4) in GetDashArray()
488 return pBorderArray->GetArrayAt(3); in GetDashArray()