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

  /external/skia/include/views/
SkTouchGesture.h 60 float fPrevX, fPrevY;
  /external/skia/src/core/
SkScan_Path.cpp 312 fPrevX = fFirstX;
314 int invWidth = fLastX - fPrevX;
316 fBlitter->blitH(fPrevX, y, invWidth);
323 int invWidth = x - fPrevX;
325 fBlitter->blitH(fPrevX, y, invWidth);
327 fPrevX = x + width;
350 int fFirstX, fLastX, fPrevX;

Completed in 7438 milliseconds