Searched refs:Rect1 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp379 FX_BOOL IsSameLine(FX_BOOL bHorizontal, CFX_FloatRect Rect1, CFX_FloatRect Rect2) argument
383 if (!GetIntersection(Rect1.bottom, Rect1.top, Rect2.bottom, Rect2.top,
387 FX_FLOAT lineHeight = Rect1.top - Rect1.bottom;
400 if(!GetIntersection(Rect1.left, Rect1.right, Rect2.left, Rect2.right, inter_left, inter_right)) {
404 if (inter_w < (Rect1.right - Rect1.left) / 2 && inter_w < (Rect2.right - Rect2.left) / 2) {

Completed in 164 milliseconds