Home
last modified time | relevance | path

Searched refs:CFX_Point (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dtext_glyph_pos.h23 Optional<CFX_Point> GetOrigin(const CFX_Point& offset) const;
26 CFX_Point m_Origin;
Dtext_glyph_pos.cpp18 Optional<CFX_Point> TextGlyphPos::GetOrigin(const CFX_Point& offset) const { in GetOrigin()
31 return CFX_Point(left.ValueOrDie(), top.ValueOrDie()); in GetOrigin()
Dfx_font.cpp41 Optional<CFX_Point> point = glyph.GetOrigin({0, 0}); in GetGlyphsBBox()
Dcfx_renderdevice.cpp965 Optional<CFX_Point> point = glyph.GetOrigin({pixel_left, pixel_top}); in DrawNormalText()
1005 Optional<CFX_Point> point = glyph.GetOrigin({pixel_left, pixel_top}); in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp987 Optional<CFX_Point> point = glyph.GetOrigin({0, 0}); in ProcessType3Text()
1059 CFX_Point origin(FXSYS_roundf(matrix.e), FXSYS_roundf(matrix.f)); in ProcessType3Text()
1104 Optional<CFX_Point> point = glyph.GetOrigin({rect.left, rect.top}); in ProcessType3Text()
/external/pdfium/core/fxcrt/
Dfx_coordinates.h59 using CFX_Point = CFX_PTemplate<int32_t>; variable
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp161 CFX_Point screen(FXSYS_roundf(pos.x), FXSYS_roundf(pos.y)); in SetPathToDC()