HomeSort by relevance Sort by last modified time
    Searched defs:ctop (Results 1 - 5 of 5) sorted by null

  /external/skia/legacy/src/core/
SkQuadClipper.cpp 78 const SkScalar ctop = fClip.fTop; local
80 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
88 if (dst[0].fY < ctop) {
89 if (chopMonoQuadAtY(dst, ctop, &t)) {
98 if (dst[i].fY < ctop) {
99 dst[i].fY = ctop;
SkCubicClipper.cpp 130 const SkScalar ctop = fClip.fTop; local
132 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
140 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
  /external/skia/src/core/
SkQuadClipper.cpp 80 const SkScalar ctop = fClip.fTop; local
82 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
90 if (dst[0].fY < ctop) {
91 if (chopMonoQuadAtY(dst, ctop, &t)) {
100 if (dst[i].fY < ctop) {
101 dst[i].fY = ctop;
SkCubicClipper.cpp 132 const SkScalar ctop = fClip.fTop; local
134 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
142 if (dst[0].fY < ctop && chopMonoCubicAtY(dst, ctop, &t)) {
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 1009 final int ctop = mHorizontal ? focusCandidate.getLeft() : focusCandidate.getTop(); local
    [all...]

Completed in 84 milliseconds