HomeSort by relevance Sort by last modified time
    Searched full:m_textalign (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/reflow/
reflowedpage.h 90 LayoutEnum m_TextAlign;
layoutprocessor_reflow.cpp 544 m_TextAlign = pElement->GetEnumAttr(LayoutTextAlign);
612 m_TextAlign = pElement->GetEnumAttr(LayoutInlineAlign);
880 switch(m_TextAlign) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 261 , m_textAlign(StartTextAlign)
291 , m_textAlign(other.m_textAlign)
331 m_textAlign = other.m_textAlign;
    [all...]
CanvasRenderingContext2D.h 290 TextAlign m_textAlign;

Completed in 136 milliseconds