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

  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 56 float fPrevX, fPrevY;
  /external/skia/include/views/
SkTouchGesture.h 56 float fPrevX, fPrevY;
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp 885 int fPrevY;
891 fPrevY = -1;
917 if (y != fPrevY) {
918 SkASSERT(y > fPrevY);
919 fPrevY = y;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 885 int fPrevY;
891 fPrevY = -1;
917 if (y != fPrevY) {
918 SkASSERT(y > fPrevY);
919 fPrevY = y;
    [all...]

Completed in 102 milliseconds