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

  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 171 float strokeSize, float dotStrokeSize, float markerStrokeSize) {
172 return Math.max(strokeSize, Math.max(dotStrokeSize, markerStrokeSize));
181 float strokeSize = resources.getDimension(R.dimen.circletimer_circle_size);
184 return calculateRadiusOffset(strokeSize, dotStrokeSize, markerStrokeSize);
  /external/chromium_org/third_party/skia/src/core/
SkDraw.cpp 738 SkPoint* strokeSize) {
746 matrix.mapVectors(strokeSize, &pt, 1);
747 strokeSize->fX = SkScalarAbs(strokeSize->fX);
748 strokeSize->fY = SkScalarAbs(strokeSize->fY);
754 SkPoint* strokeSize) {
772 } else if (easy_rect_join(paint, matrix, strokeSize)) {
796 SkPoint strokeSize;
797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
  /external/skia/src/core/
SkDraw.cpp 738 SkPoint* strokeSize) {
746 matrix.mapVectors(strokeSize, &pt, 1);
747 strokeSize->fX = SkScalarAbs(strokeSize->fX);
748 strokeSize->fY = SkScalarAbs(strokeSize->fY);
754 SkPoint* strokeSize) {
772 } else if (easy_rect_join(paint, matrix, strokeSize)) {
796 SkPoint strokeSize;
797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]

Completed in 750 milliseconds