Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_pageobject.cpp77 m_Top = pSrc->m_Top; in CopyData()
94 CFX_FloatRect rect(m_Left, m_Bottom, m_Right, m_Top); in GetBBox()
Dcpdf_shadingobject.cpp29 matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in Transform()
52 m_Top = rect.top; in CalcBoundingBox()
Dcpdf_imageobject.cpp47 m_Top = 1.0f; in CalcBoundingBox()
48 m_Matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcBoundingBox()
Dcpdf_pageobject.h56 return CFX_FloatRect(m_Left, m_Bottom, m_Right, m_Top); in GetRect()
62 FX_FLOAT m_Top; variable
Dcpdf_textobject.cpp266 m_Top = max_y; in CalcPositionData()
267 GetTextMatrix().TransformRect(m_Left, m_Right, m_Top, m_Bottom); in CalcPositionData()
275 m_Top += half_width; in CalcPositionData()
288 m_Top += dy; in SetPosition()
Dcpdf_formobject.cpp42 m_Top = form_rect.top; in CalcBoundingBox()
Dcpdf_pathobject.cpp54 m_Top = rect.top; in CalcBoundingBox()
Dcpdf_pageobjectholder.cpp57 top = std::max(top, pObj->m_Top); in CalcBoundingBox()
Dcpdf_contentparser.cpp211 pObj->m_Top); in Continue()
Dcpdf_streamcontentparser.cpp1132 pObj->m_Top = bbox.top; in Handle_ShadeFill()
/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h46 FDE_CSSLength m_Top; variable
Dcfde_cssstyleselector.cpp376 SetLengthWithPercent(pComputedStyle->m_NonInheritedData.m_Top, eType, in ApplyProperty()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp77 pCurObj->m_Top >= m_ClipRect.bottom) { in Continue()
Dcpdf_type3cache.cpp168 pGlyph->m_Top = -top; in RenderGlyph()
Dcpdf_renderstatus.cpp1047 pCurObj->m_Top < clip_rect.bottom) { in RenderObjectList()
1850 glyph.m_Origin.y - glyph.m_pGlyph->m_Top, in ProcessType3Text()
1911 origin.y - pBitmap->m_Top, fill_argb); in ProcessType3Text()
1952 top -= glyph.m_pGlyph->m_Top; in ProcessType3Text()
1984 textobj->m_Top); in DrawTextPathWithPattern()
1988 path.m_Top = textobj->m_Top; in DrawTextPathWithPattern()
/external/pdfium/core/fxge/ge/
Dfx_ge_text.cpp74 char_top -= pGlyph->m_Top; in FXGE_GetGlyphsBBox()
Dcfx_facecache.cpp189 pGlyphBitmap->m_Top = FXFT_Get_Glyph_BitmapTop(m_Face); in RenderGlyph()
Dcfx_renderdevice.cpp983 glyph.m_Origin.y - glyph.m_pGlyph->m_Top - pixel_top, in DrawNormalText()
1024 top -= glyph.m_pGlyph->m_Top; in DrawNormalText()
/external/pdfium/core/fxge/
Dfx_font.h225 int m_Top;
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp536 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight); in FindTextlineFlowOrientation()
551 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom; in FindTextlineFlowOrientation()
1329 m_pPreTextObj->m_Right, pObj->m_Top); in ProcessInsertObject()
1347 m_pPreTextObj->m_Top); in ProcessInsertObject()
1351 CFX_FloatRect rect(0, pObj->m_Bottom, 1000, pObj->m_Top); in ProcessInsertObject()
/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp62 rc.top = pPageObject->m_Top; in GetContentsRect()