HomeSort by relevance Sort by last modified time
    Searched refs:GetEnumAttr (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 23 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
autoreflow.h 38 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
layoutprovider_taggedpdf.cpp 467 LayoutEnum CPDF_LayoutElement::GetEnumAttr(LayoutAttr attr_type, int index)
layoutprocessor_reflow.cpp 541 m_TextAlign = pElement->GetEnumAttr(LayoutTextAlign);
605 pCell->m_BlockAlign = pElement->GetEnumAttr(LayoutBlockAlign);
606 m_TextAlign = pElement->GetEnumAttr(LayoutInlineAlign);
    [all...]
autoreflow.cpp 123 LayoutEnum CPDF_AutoReflowElement::GetEnumAttr(LayoutAttr attr_type, int index )
  /external/pdfium/core/include/reflow/
fpdf_layout.h 189 virtual LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index = 0) = 0;

Completed in 616 milliseconds