/external/pdfium/core/fpdfapi/page/ |
D | cpdf_shadingobject.cpp | 30 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()
|
D | cpdf_pageobject.cpp | 77 m_Top = pSrc->m_Top; in CopyData() 97 CFX_FloatRect rect(m_Left, m_Bottom, m_Right, m_Top); in GetBBox()
|
D | cpdf_pageobject.h | 58 return CFX_FloatRect(m_Left, m_Bottom, m_Right, m_Top); in GetRect() 64 float m_Top; variable
|
D | cpdf_textobject.cpp | 271 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()
|
D | cpdf_formobject.cpp | 46 m_Top = form_rect.top; in CalcBoundingBox()
|
D | cpdf_pathobject.cpp | 55 m_Top = rect.top; in CalcBoundingBox()
|
D | cpdf_imageobject.cpp | 44 std::tie(m_Left, m_Right, m_Top, m_Bottom) = in CalcBoundingBox()
|
D | cpdf_pageobjectholder.cpp | 70 top = std::max(top, pObj->m_Top); in CalcBoundingBox()
|
D | cpdf_contentparser.cpp | 196 pObj->m_Top); in Continue()
|
D | cpdf_streamcontentparser.cpp | 1126 pObj->m_Top = bbox.top; in Handle_ShadeFill()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csscomputedstyle.h | 45 CFX_CSSLength m_Top; variable
|
D | cfx_cssstyleselector.cpp | 371 SetLengthWithPercent(pComputedStyle->m_NonInheritedData.m_Top, eType, in ApplyProperty()
|
/external/pdfium/core/fxge/ |
D | fx_font.h | 76 int m_Top; variable
|
D | fx_ge_text.cpp | 73 char_top -= pGlyph->m_Top; in FXGE_GetGlyphsBBox()
|
D | cfx_facecache.cpp | 167 pGlyphBitmap->m_Top = FXFT_Get_Glyph_BitmapTop(m_Face); in RenderGlyph()
|
D | cfx_renderdevice.cpp | 1003 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/ |
D | cpdf_progressiverenderer.cpp | 82 pCurObj->m_Top >= m_ClipRect.bottom) { in Continue()
|
D | cpdf_type3cache.cpp | 171 pGlyph->m_Top = -top; in RenderGlyph()
|
D | cpdf_renderstatus.cpp | 1087 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/ |
D | cpdf_textpage.cpp | 507 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/ |
D | fpdfeditimg.cpp | 278 const float nHeight = pObj->m_Top - pObj->m_Bottom; in FPDFImageObj_GetImageMetadata()
|
D | fpdf_flatten.cpp | 58 rc.top = pPageObject->m_Top; in GetContentsRect()
|