HomeSort by relevance Sort by last modified time
    Searched refs:cutWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SignalDrawable.java 292 float cutWidth = (DOT_CUT_WIDTH * width);
298 mFullPath.rLineTo(-cutWidth, 0);
300 mFullPath.rLineTo(cutWidth, 0);
327 final float cutWidth = CUT_WIDTH_DP * height;
328 final float cutDiagInset = cutWidth * INV_TAN;
333 mCutPath.moveTo(width - padding - cutWidth, height - padding - cutWidth);
334 mCutPath.lineTo(width - padding - cutWidth, mVirtualTop.y + cutDiagInset);
335 mCutPath.lineTo(mVirtualLeft.x + cutDiagInset, height - padding - cutWidth);
336 mCutPath.lineTo(width - padding - cutWidth, height - padding - cutWidth)
    [all...]
  /external/skia/tools/
colorspaceinfo.cpp 262 const int cutWidth = (kClutCanvasSize - kClutGap * (1 + cols)) / cols;
264 return cutWidth < cutHeight ? cutWidth : cutHeight;

Completed in 790 milliseconds