Lines Matching defs:pos
101 auto[pos, rect] = vertexData;
103 SkPoint sLT = (SkPoint::Make(l, t) + inset) * strikeToSource + pos,
104 sRB = (SkPoint::Make(r, b) - inset) * strikeToSource + pos;
131 auto[pos, rect] = vertexData;
133 SkPoint sLT = (SkPoint::Make(l, t) + inset) * strikeToSource + pos,
134 sRB = (SkPoint::Make(r, b) - inset) * strikeToSource + pos;
240 const SkPoint pos = pathPos.fOrigin; // Transform the glyph to source space.
242 pathMatrix.postTranslate(pos.x(), pos.y());
254 const SkPoint pos = pathPos.fOrigin;
257 pathMatrix.postTranslate(pos.x(), pos.y());
281 auto [variant, pos] = drawables[i];
282 return PathGlyph{*variant.path(), pos};
543 for (auto [variant, pos] : drawables) {
544 auto [x, y] = pos;
842 const SkPoint pos;
934 auto [variant, pos] = e;
940 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
941 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
944 return VertexData{pos, {l, t, r, b}};
1100 const SkPoint pos;
1203 auto& [variant, pos] = d;
1209 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
1210 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
1213 return VertexData{pos, {l, t, r, b}};
1746 for (auto [variant, pos] : drawables) {
1747 auto [x, y] = pos;
1908 const SkPoint pos;
1985 auto [variant, pos] = drawable;
1991 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
1992 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
1995 return VertexData{pos, {l, t, r, b}};
2133 const SkPoint pos;
2220 auto [variant, pos] = drawable;
2226 SkPoint lt = SkPoint::Make(l, t) * strikeToSourceScale + pos,
2227 rb = SkPoint::Make(r, b) * strikeToSourceScale + pos;
2230 return VertexData{pos, {l, t, r, b}};
2416 for (auto [variant, pos] : drawables) {
2419 pathMatrix.postTranslate(pos.x(), pos.y());
2430 for (auto [variant, pos] : drawables) {
2434 pathMatrix.postTranslate(pos.x(), pos.y());