Searched refs:UpdateRect (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_pathdata.cpp | 20 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/ |
D | fx_coordinates.cpp | 165 void CFX_FloatRect::UpdateRect(const CFX_PointF& point) { in UpdateRect() function in CFX_FloatRect
|
D | fx_coordinates.h | 272 void UpdateRect(const CFX_PointF& point);
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.cpp | 118 rect.UpdateRect(origin); in GetShadingBBox()
|