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

  /external/skia/src/gpu/
GrContext.cpp 718 GrVec strokeSize;
720 strokeSize.set(width, width);
721 combinedMatrix.mapVectors(&strokeSize, 1);
722 strokeSize.setAbs(strokeSize);
724 strokeSize.set(SK_Scalar1, SK_Scalar1);
727 strokeSize, useVertexCoverage);
    [all...]
  /external/skia/legacy/src/core/
SkDraw.cpp 669 SkPoint* strokeSize) {
677 matrix.mapVectors(strokeSize, &pt, 1);
678 strokeSize->fX = SkScalarAbs(strokeSize->fX);
679 strokeSize->fY = SkScalarAbs(strokeSize->fY);
685 SkPoint* strokeSize) {
703 } else if (easy_rect_join(paint, matrix, strokeSize)) {
724 SkPoint strokeSize;
725 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]
  /external/skia/src/core/
SkDraw.cpp 794 SkPoint* strokeSize) {
802 matrix.mapVectors(strokeSize, &pt, 1);
803 strokeSize->fX = SkScalarAbs(strokeSize->fX);
804 strokeSize->fY = SkScalarAbs(strokeSize->fY);
810 SkPoint* strokeSize) {
828 } else if (easy_rect_join(paint, matrix, strokeSize)) {
852 SkPoint strokeSize;
853 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize);
    [all...]

Completed in 886 milliseconds