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

  /external/chromium_org/third_party/skia/gm/
strokerect.cpp 12 #define STROKE_WIDTH SkIntToScalar(20)
21 paint.setStrokeWidth(STROKE_WIDTH);
63 canvas->translate(STROKE_WIDTH*3/2, STROKE_WIDTH*3/2);
67 paint.setStrokeWidth(STROKE_WIDTH);
79 { 0, 0, STROKE_WIDTH, H },
80 { 0, 0, W, STROKE_WIDTH },
81 { 0, 0, STROKE_WIDTH/2, STROKE_WIDTH/2 },
101 canvas->translate(W + 2 * STROKE_WIDTH, 0)
    [all...]
blurrect.cpp 14 #define STROKE_WIDTH SkIntToScalar(10)
27 rect.outset(STROKE_WIDTH/2, STROKE_WIDTH/2);
30 rect.inset(STROKE_WIDTH/2, STROKE_WIDTH/2);
43 rect.outset(STROKE_WIDTH/2, STROKE_WIDTH/2);
46 rect.inset(STROKE_WIDTH/2, STROKE_WIDTH/2);
74 SkBlurMask::ConvertRadiusToSigma(SkIntToScalar(STROKE_WIDTH/2))
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 35 private final int STROKE_WIDTH = 6;
62 mPaint.setStrokeWidth(STROKE_WIDTH);
  /cts/tests/tests/graphics/src/android/graphics/cts/
EmbossMaskFilterTest.java 38 private static final int STROKE_WIDTH = 10;
46 paint.setStrokeWidth(STROKE_WIDTH);
68 top.bottom = CENTER_Y - STROKE_WIDTH / 2;
70 bottom.top = CENTER_Y + STROKE_WIDTH / 2;
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 188 milliseconds