Lines Matching defs:result
74 std::vector<SkUnichar> result;
81 fUnicodeIndexForUTF8Index.emplace_back(result.size());
83 result.emplace_back(unichar);
85 fUnicodeIndexForUTF8Index.emplace_back(result.size());
86 return result;
1108 auto result = oneLineShaper.shape();
1113 return result;
1620 auto result = line.getGlyphPositionAtCoordinate(dx);
1621 //SkDebugf("getGlyphPositionAtCoordinate(%f, %f): %d %s\n", dx, dy, result.position,
1622 // result.affinity == Affinity::kUpstream ? "up" : "down");
1623 return result;