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

/external/skia/src/gpu/
H A DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(),
79 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, false, &fRRectData.fDir);
104 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(),
513 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, function in class:GrShape
/external/skqp/src/gpu/
H A DGrShape.h59 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, style.hasPathEffect(),
79 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, false, &fRRectData.fDir);
104 fRRectData.fStart = DefaultRRectDirAndStartIndex(rrect, fStyle.hasPathEffect(),
484 static unsigned DefaultRRectDirAndStartIndex(const SkRRect& rrect, bool hasPathEffect, function in class:GrShape

Completed in 140 milliseconds