Home | History | Annotate | Download | only in test_runner

Lines Matching refs:halfHeight

326     int halfHeight = irect.height() / 2;
351 left + quarterWidth, top + halfHeight,
359 right - quarterWidth, top + halfHeight,
382 left + gripLongIndent, top + halfHeight,
383 right - gripLongIndent, top + halfHeight,
403 int longOffset = halfHeight - gripLongIndent;
421 int longOffset = halfHeight - notchLongOffset;
481 checkIndent, halfHeight,
482 checkIndent, halfHeight,
498 halfHeight = irect.height() / 2;
500 circle(canvas, irect, SkIntToScalar(halfHeight), bgColors(state));
501 circle(canvas, irect, SkIntToScalar(halfHeight - checkIndent), edgeColor);
503 circle(canvas, irect, SkIntToScalar(halfHeight), bgColors(state));
568 lirect.inset(noOffset, halfHeight - sliderIndent);
585 int halfHeight = rect.height / 2;
589 lirect.set(rect.x, rect.y, rect.x + rect.width - 1, rect.y + halfHeight - 1);
599 lirect.set(rect.x, rect.y + halfHeight, rect.x + rect.width - 1,
600 rect.y + 2 * halfHeight - 1);