Home
last modified time | relevance | path

Searched refs:UpdateRect (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_pathdata.cpp20 rect->UpdateRect(end_pos + CFX_PointF(hw, hw)); in UpdateLineEndPoints()
21 rect->UpdateRect(end_pos - CFX_PointF(hw, hw)); in UpdateLineEndPoints()
31 rect->UpdateRect(CFX_PointF(end_pos.x + hw, point_y)); in UpdateLineEndPoints()
32 rect->UpdateRect(CFX_PointF(end_pos.x - hw, point_y)); in UpdateLineEndPoints()
43 rect->UpdateRect(CFX_PointF(point_x, end_pos.y + hw)); in UpdateLineEndPoints()
44 rect->UpdateRect(CFX_PointF(point_x, end_pos.y - hw)); in UpdateLineEndPoints()
54 rect->UpdateRect(CFX_PointF(mx - dx1, my + dy1)); in UpdateLineEndPoints()
55 rect->UpdateRect(CFX_PointF(mx + dx1, my - dy1)); in UpdateLineEndPoints()
79 rect->UpdateRect(CFX_PointF(mid_pos.x + half_width, point_y)); in UpdateLineJoinPoints()
80 rect->UpdateRect(CFX_PointF(mid_pos.x - half_width, point_y)); in UpdateLineJoinPoints()
[all …]
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp165 void CFX_FloatRect::UpdateRect(const CFX_PointF& point) { in UpdateRect() function in CFX_FloatRect
Dfx_coordinates.h272 void UpdateRect(const CFX_PointF& point);
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp118 rect.UpdateRect(origin); in GetShadingBBox()