Home
last modified time | relevance | path

Searched refs:m_Top (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_glyphbitmap.h26 int top() const { return m_Top; } in top()
30 const int m_Top; variable
Dcfx_glyphbitmap.cpp10 : m_Left(left), m_Top(top), m_pBitmap(pdfium::MakeRetain<CFX_DIBitmap>()) {} in CFX_GlyphBitmap()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h46 CFX_CSSLength m_Top; variable
Dcfx_cssstyleselector.cpp373 SetLengthWithPercent(pComputedStyle->m_NonInheritedData.m_Top, eType, in ApplyProperty()