Searched defs:strokeSize (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/core/ |
H A D | 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; local 797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); 737 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument 752 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument [all...] |
/external/skia/src/core/ |
H A D | 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; local 797 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); 737 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument 752 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument [all...] |
Completed in 30 milliseconds