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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRenderer.h144 SkScalar* outCoverage) {
146 if (outCoverage) {
147 *outCoverage = SK_Scalar1;
152 SkDrawTreatAAStrokeAsHairline(stroke.getWidth(), matrix, outCoverage);
143 IsStrokeHairlineOrEquivalent(const SkStrokeRec& stroke, const SkMatrix& matrix, SkScalar* outCoverage) argument
/external/skia/src/gpu/
H A DGrPathRenderer.h144 SkScalar* outCoverage) {
146 if (NULL != outCoverage) {
147 *outCoverage = SK_Scalar1;
152 SkDrawTreatAAStrokeAsHairline(stroke.getWidth(), matrix, outCoverage);
143 IsStrokeHairlineOrEquivalent(const SkStrokeRec& stroke, const SkMatrix& matrix, SkScalar* outCoverage) argument

Completed in 115 milliseconds