Home | History | Annotate | Download | only in text

Lines Matching refs:h2

1130         float h2 = getSecondaryHorizontal(point) - 0.5f;
1151 if (h2 < 0.5f)
1152 h2 = 0.5f;
1154 if (h1 == h2) {
1161 dest.moveTo(h2, (top + bottom) >> 1);
1162 dest.lineTo(h2, bottom);
1166 dest.moveTo(h2, bottom);
1167 dest.lineTo(h2 - dist, bottom + dist);
1168 dest.lineTo(h2, bottom);
1169 dest.lineTo(h2 + dist, bottom + dist);
1171 dest.moveTo(h2, bottom);
1172 dest.lineTo(h2 - dist, bottom + dist);
1174 dest.moveTo(h2 - dist, bottom + dist - 0.5f);
1175 dest.lineTo(h2 + dist, bottom + dist - 0.5f);
1177 dest.moveTo(h2 + dist, bottom + dist);
1178 dest.lineTo(h2, bottom);
1219 float h2 = getHorizontal(en, true, false, line);
1221 dest.addRect(h1, top, h2, bottom, Path.Direction.CW);