Home
last modified time | relevance | path

Searched defs:By (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/core/
DSkGeometry.cpp262 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY; in SkFindQuadMaxCurvature() local
532 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY; in SkFindCubicInflections() local
/external/skia/src/core/
DSkGeometry.cpp328 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY; in SkFindQuadMaxCurvature() local
735 SkScalar By = src[2].fY - 2 * src[1].fY + src[0].fY; in SkFindCubicInflections() local
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp519 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; in findInflections() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp521 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; in findInflections() local
/external/libaom/libaom/av1/common/
Dwarped_motion.c953 int32_t By[2] = { 0, 0 }; in find_affine_int() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp424 constexpr float By = 0.06f; in XYZ_to_sRGB_WhitePoint() local
/external/llvm-project/clang/unittests/Analysis/
DExprMutationAnalyzerTest.cpp67 const Stmt *By = Analyzer.findMutation(E); in mutatedBy() local