Home
last modified time | relevance | path

Searched refs:right_bottom (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp57 CFX_PointF right_bottom = in InvalidateRect() local
60 CFX_FloatRect rcPDF(left_top.x, right_bottom.y, right_bottom.x, left_top.y); in InvalidateRect()
/external/pdfium/core/fxge/
Dcfx_pathdata.cpp220 CFX_PointF right_bottom(right, bottom); in AppendRect() local
224 AppendLine(right_top, right_bottom); in AppendRect()
225 AppendLine(right_bottom, left_bottom); in AppendRect()