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

  /external/skia/gm/
arithmode.cpp 19 #define WW 100
23 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
27 SkPoint pts[] = { {0, 0}, {SkIntToScalar(WW), SkIntToScalar(HH)} };
39 sk_sp<SkSurface> surface(SkSurface::MakeRasterN32Premul(WW, HH));
43 SkPoint pts[] = { {0, SkIntToScalar(HH)}, {SkIntToScalar(WW), 0} };
103 const SkRect rect = SkRect::MakeWH(WW, HH);
104 SkScalar gap = SkIntToScalar(WW + 20);
  /external/ltp/tools/top-LTP/
top.c 725 #define WW "%uW"
729 #define WW "%uw"
756 if (width >= snprintf(buf, sizeof buf, WW, nn))
763 #undef WW
    [all...]

Completed in 221 milliseconds