Searched defs:Rect2 (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,
388 if(lineHeight > 20 && lineHeight > Rect2.Height() * 2) {
391 if(lineHeight > 5 && Rect2.Height() / 2 > lineHeight) {
395 if (inter_h < (lineHeight) / 2 && inter_h < Rect2.Height() / 2) {
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
[all...]

Completed in 121 milliseconds