Lines Matching refs:res2
2433 auto res2 = paragraph->getWordBoundary(wordPos);
2434 if (res2.width() == 0) {
2437 wordPos = res2.end;
2439 res2.start, res2.end,
2489 //auto res2 = paragraph->getWordBoundary(res1.position);
2491 auto res2 = paragraph->getRectsForRange(359, 360, RectHeightStyle::kTight, RectWidthStyle::kTight);
2503 draw(res2, SK_ColorGREEN);
3415 auto res2 = paragraph->getGlyphPositionAtCoordinate(0,height / 2);
3418 SkDebugf("res2: %d %s\n", res2.position, res2.affinity == Affinity::kDownstream ? "D" : "U");