Lines Matching defs:res2
6094 auto res2 = paragraph->getGlyphPositionAtCoordinate(X + 5, Y);
6095 //SkDebugf("[%d:%d) @%f,%f: %d %s\n\n", j, i, X + 5, Y, res2.position, res2.affinity == Affinity::kDownstream ? "D" : "U");
6096 REPORTER_ASSERT(reporter, i == res2.position && res1.position == j);
6225 auto res2 = paragraph->
6227 REPORTER_ASSERT(reporter, res2.position == 2 && res2.affinity == Affinity::kDownstream);
6299 auto res2 = paragraph->getGlyphPositionAtCoordinate(0, height / 2);
6300 REPORTER_ASSERT(reporter, res2.position == 5 && res2.affinity == Affinity::kDownstream);