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

  /external/chromium_org/third_party/skia/src/core/
SkQuadClipper.cpp 67 const SkScalar cbot = fClip.fBottom; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
94 if (dst[2].fY > cbot) {
95 if (chopMonoQuadAtY(dst, cbot, &t)) {
103 if (dst[i].fY > cbot) {
104 dst[i].fY = cbot;
SkCubicClipper.cpp 125 const SkScalar cbot = fClip.fBottom; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
142 if (dst[3].fY > cbot && chopMonoCubicAtY(dst, cbot, &t)) {
  /external/skia/src/core/
SkQuadClipper.cpp 67 const SkScalar cbot = fClip.fBottom; local
68 if (dst[2].fY <= ctop || dst[0].fY >= cbot) {
94 if (dst[2].fY > cbot) {
95 if (chopMonoQuadAtY(dst, cbot, &t)) {
103 if (dst[i].fY > cbot) {
104 dst[i].fY = cbot;
SkCubicClipper.cpp 125 const SkScalar cbot = fClip.fBottom; local
126 if (dst[3].fY <= ctop || dst[0].fY >= cbot) {
142 if (dst[3].fY > cbot && chopMonoCubicAtY(dst, cbot, &t)) {
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 1010 final int cbot = mHorizontal ? focusCandidate.getRight() : focusCandidate.getBottom(); local
    [all...]

Completed in 215 milliseconds