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 21 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
autoreflow.h 36 LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index);
layoutprovider_taggedpdf.cpp 467 LayoutEnum CPDF_LayoutElement::GetEnumAttr(LayoutAttr attr_type, int index)
layoutprocessor_reflow.cpp 544 m_TextAlign = pElement->GetEnumAttr(LayoutTextAlign);
611 pCell->m_BlockAlign = pElement->GetEnumAttr(LayoutBlockAlign);
612 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 188 virtual LayoutEnum GetEnumAttr(LayoutAttr attr_type, int index = 0) = 0;

Completed in 35 milliseconds