Lines Matching refs:fRadius
237 SkScalar sr = info.fRadius[0]; in twoPointRadialCode()
239 bool posRoot = info.fRadius[1] > info.fRadius[0]; in twoPointRadialCode()
284 SkScalar r0 = info.fRadius[0]; in twoPointConicalCode()
285 SkScalar dr = info.fRadius[1] - info.fRadius[0]; in twoPointConicalCode()
568 transformPoints[1].fX += info->fRadius[0]; in SkPDFFunctionShader()
574 if (info->fRadius[0] == info->fRadius[1]) { in SkPDFFunctionShader()
578 SkScalar dr = info->fRadius[1] - info->fRadius[0]; in SkPDFFunctionShader()
633 twoPointRadialInfo.fRadius[0] = in SkPDFFunctionShader()
634 inverseMapperMatrix.mapRadius(info->fRadius[0]); in SkPDFFunctionShader()
635 twoPointRadialInfo.fRadius[1] = in SkPDFFunctionShader()
636 inverseMapperMatrix.mapRadius(info->fRadius[1]); in SkPDFFunctionShader()
906 if (fInfo.fRadius[0] != b.fInfo.fRadius[0]) { in operator ==()
913 fInfo.fRadius[0] != b.fInfo.fRadius[0] || in operator ==()
914 fInfo.fRadius[1] != b.fInfo.fRadius[1]) { in operator ==()