Searched defs:halfHeight (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/effects/
H A DSkDashPathEffect.cpp460 SkScalar halfWidth, halfHeight; local
463 halfHeight = SkScalarHalf(rec.getWidth());
466 halfHeight = SkScalarHalf(clampedInitialDashLength);
470 results->fFirst.addRect(x - halfWidth, y - halfHeight,
471 x + halfWidth, y + halfHeight);
511 SkScalar halfWidth, halfHeight;
514 halfHeight = SkScalarHalf(rec.getWidth());
517 halfHeight = SkScalarHalf(temp);
519 results->fLast.addRect(x - halfWidth, y - halfHeight,
520 x + halfWidth, y + halfHeight);
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp283 int halfHeight = m_height / 2; local
336 nestedBoxes(checkIndent, halfHeight, checkIndent, halfHeight, m_bgColor, m_fgColor);
340 circle(SkIntToScalar(halfHeight), m_bgColor);
344 circle(SkIntToScalar(halfHeight), m_bgColor);
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
350 int longOffset = halfHeight - notchLongOffset;
358 int longOffset = halfHeight - notchLongOffset;
398 line(m_left + gripLongIndent, m_top + halfHeight,
399 m_right - gripLongIndent, m_top + halfHeight, m_fgColo
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp506 float halfHeight = size.height() / 2; local
510 endCorner.set(halfWidth, halfHeight);
512 endCorner.set(-halfWidth, halfHeight);
514 endCorner.set(-halfWidth, -halfHeight);
516 endCorner.set(halfWidth, -halfHeight);
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp564 const int halfHeight = height / 2; local
565 for (int row = 0; row < halfHeight; ++row) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 173 milliseconds