Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_shadingobject.cpp30 std::tie(m_Left, m_Right, m_Top, m_Bottom) = in Transform()
31 matrix.TransformRect(m_Left, m_Right, m_Top, m_Bottom); in Transform()
54 m_Top = rect.top; in CalcBoundingBox()
Dcpdf_pageobject.cpp77 m_Top = pSrc->m_Top; in CopyData()
97 CFX_FloatRect rect(m_Left, m_Bottom, m_Right, m_Top); in GetBBox()
Dcpdf_pageobject.h58 return CFX_FloatRect(m_Left, m_Bottom, m_Right, m_Top); in GetRect()
64 float m_Top; variable
Dcpdf_textobject.cpp271 std::tie(m_Left, m_Right, m_Top, m_Bottom) = in CalcPositionData()
280 m_Top += half_width; in CalcPositionData()
293 m_Top += dy; in SetPosition()
Dcpdf_formobject.cpp46 m_Top = form_rect.top; in CalcBoundingBox()
Dcpdf_pathobject.cpp55 m_Top = rect.top; in CalcBoundingBox()
Dcpdf_imageobject.cpp44 std::tie(m_Left, m_Right, m_Top, m_Bottom) = in CalcBoundingBox()
Dcpdf_pageobjectholder.cpp70 top = std::max(top, pObj->m_Top); in CalcBoundingBox()
Dcpdf_contentparser.cpp196 pObj->m_Top); in Continue()
Dcpdf_streamcontentparser.cpp1126 pObj->m_Top = bbox.top; in Handle_ShadeFill()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h45 CFX_CSSLength m_Top; variable
Dcfx_cssstyleselector.cpp371 SetLengthWithPercent(pComputedStyle->m_NonInheritedData.m_Top, eType, in ApplyProperty()
/external/pdfium/core/fxge/
Dfx_font.h76 int m_Top; variable
Dfx_ge_text.cpp73 char_top -= pGlyph->m_Top; in FXGE_GetGlyphsBBox()
Dcfx_facecache.cpp167 pGlyphBitmap->m_Top = FXFT_Get_Glyph_BitmapTop(m_Face); in RenderGlyph()
Dcfx_renderdevice.cpp1003 glyph.m_Origin.y - glyph.m_pGlyph->m_Top - pixel_top, in DrawNormalText()
1044 top -= glyph.m_pGlyph->m_Top; in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_progressiverenderer.cpp82 pCurObj->m_Top >= m_ClipRect.bottom) { in Continue()
Dcpdf_type3cache.cpp171 pGlyph->m_Top = -top; in RenderGlyph()
Dcpdf_renderstatus.cpp1087 pCurObj->m_Top < clip_rect.bottom) { in RenderObjectList()
1889 glyph.m_Origin.y - glyph.m_pGlyph->m_Top, in ProcessType3Text()
1953 origin.y - pBitmap->m_Top, fill_argb); in ProcessType3Text()
1994 top -= glyph.m_pGlyph->m_Top; in ProcessType3Text()
2026 textobj->m_Top); in DrawTextPathWithPattern()
2030 path.m_Top = textobj->m_Top; in DrawTextPathWithPattern()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp507 int32_t maxV = std::min(static_cast<int32_t>(pPageObj->m_Top), nPageHeight); in FindTextlineFlowOrientation()
522 fLineHeight = pPageObj->m_Top - pPageObj->m_Bottom; in FindTextlineFlowOrientation()
1298 m_pPreTextObj->m_Right, pObj->m_Top); in ProcessInsertObject()
1315 m_pPreTextObj->m_Top); in ProcessInsertObject()
1319 CFX_FloatRect rect(0, pObj->m_Bottom, 1000, pObj->m_Top); in ProcessInsertObject()
/external/pdfium/fpdfsdk/
Dfpdfeditimg.cpp278 const float nHeight = pObj->m_Top - pObj->m_Bottom; in FPDFImageObj_GetImageMetadata()
Dfpdf_flatten.cpp58 rc.top = pPageObject->m_Top; in GetContentsRect()