Home
last modified time | relevance | path

Searched refs:fCLastY (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/core/
DSkAnalyticEdge.cpp442 fCEdge.fCLastY >>= kDefaultAccuracy; in setCubic()
444 fCEdge.fCLastY = SnapY(fCEdge.fCLastY); in setCubic()
479 newy = fCEdge.fCLastY; in updateCubic()
491 if (sortY && fCEdge.fCLastY < newSnappedY) { in updateCubic()
492 newSnappedY = fCEdge.fCLastY; in updateCubic()
DSkEdge.h83 SkFixed fCLastX, fCLastY; member
DSkEdge.cpp446 fCLastY = SkFDot6ToFixed(y3); in setCubicWithoutUpdate()
485 newy = fCLastY; in updateCubic()
/third_party/skia/src/core/
DSkAnalyticEdge.cpp442 fCEdge.fCLastY >>= kDefaultAccuracy; in setCubic()
444 fCEdge.fCLastY = SnapY(fCEdge.fCLastY); in setCubic()
479 newy = fCEdge.fCLastY; in updateCubic()
491 if (sortY && fCEdge.fCLastY < newSnappedY) { in updateCubic()
492 newSnappedY = fCEdge.fCLastY; in updateCubic()
DSkEdge.h83 SkFixed fCLastX, fCLastY; member
DSkEdge.cpp446 fCLastY = SkFDot6ToFixed(y3); in setCubicWithoutUpdate()
485 newy = fCLastY; in updateCubic()