Searched refs:fCenterY (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h21 float fCenterX, fCenterY; member in struct:TwoPtRadial
H A DSkTwoPointConicalGradient.cpp84 fCenterY = SkScalarToFloat(center0.fY);
86 fDCenterY = SkScalarToFloat(center1.fY) - fCenterY;
101 , fRelY(SkScalarToFloat(fy) - rec.fCenterY)
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient.h21 float fCenterX, fCenterY; member in struct:TwoPtRadial
H A DSkTwoPointConicalGradient.cpp84 fCenterY = SkScalarToFloat(center0.fY);
86 fDCenterY = SkScalarToFloat(center1.fY) - fCenterY;
101 , fRelY(SkScalarToFloat(fy) - rec.fCenterY)
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2974 FX_FLOAT fCenterY = (rcAnnot.top + rcAnnot.bottom) / 2.0f; local
2976 if (fCenterY > rcLeftTop.bottom && fCenterY < rcLeftTop.top)
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp453 FX_FLOAT fCenterY = (rect.top + rect.bottom)/2.0f;
457 return CPDF_Rect(fCenterX - fRadius,fCenterY - fRadius,fCenterX + fRadius,fCenterY + fRadius);

Completed in 95 milliseconds