Home | History | Annotate | Download | only in editing

Lines Matching refs:blockDirectionPointInLine

909         return IntPoint(lineDirectionPoint - absoluteBlockPoint.x(), root->blockDirectionPointInLine());
911 return IntPoint(root->blockDirectionPointInLine(), lineDirectionPoint - absoluteBlockPoint.y());