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

  /external/skia/src/core/
SkDraw.cpp 745 SkPoint* strokeSize) {
751 *strokeSize = compute_stroke_size(paint, matrix);
757 SkPoint* strokeSize) {
775 } else if (easy_rect_join(paint, matrix, strokeSize)) {
811 SkPoint strokeSize;
812 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
839 // For kStroke_RectType, strokeSize is already computed.
841 ? strokeSize
876 SkScan::AntiFrameRect(localDevRect, strokeSize, clip, blitter);
878 SkScan::FrameRect(localDevRect, strokeSize, clip, blitter)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 241 float strokeSize, float dotStrokeSize, float markerStrokeSize) {
242 return Math.max(strokeSize, Math.max(dotStrokeSize, markerStrokeSize));
251 float strokeSize = resources.getDimension(R.dimen.circletimer_circle_size);
254 return calculateRadiusOffset(strokeSize, dotStrokeSize, markerStrokeSize);
    [all...]

Completed in 1818 milliseconds