Searched defs:strokeSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp796 SkPoint* strokeSize) {
804 matrix.mapVectors(strokeSize, &pt, 1);
805 strokeSize->fX = SkScalarAbs(strokeSize->fX);
806 strokeSize->fY = SkScalarAbs(strokeSize->fY);
812 SkPoint* strokeSize) {
830 } else if (easy_rect_join(paint, matrix, strokeSize)) {
854 SkPoint strokeSize; local
855 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
795 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
810 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
[all...]
/external/skia/src/core/
H A DSkDraw.cpp796 SkPoint* strokeSize) {
804 matrix.mapVectors(strokeSize, &pt, 1);
805 strokeSize->fX = SkScalarAbs(strokeSize->fX);
806 strokeSize->fY = SkScalarAbs(strokeSize->fY);
812 SkPoint* strokeSize) {
830 } else if (easy_rect_join(paint, matrix, strokeSize)) {
854 SkPoint strokeSize; local
855 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
795 easy_rect_join(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
810 ComputeRectType(const SkPaint& paint, const SkMatrix& matrix, SkPoint* strokeSize) argument
[all...]

Completed in 100 milliseconds