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

  /external/skia/src/core/
SkScan_DAAPath.cpp 261 SkFixed upperFloor = SkFixedFloorToFixed(currE->fUpperY);
263 int iy = SkFixedFloorToInt(upperFloor);
265 if (lowerCeil <= upperFloor + SK_Fixed1) { // only one row is affected by the currE
275 SkFixed rowHeight = upperFloor + SK_Fixed1 - currE->fUpperY;
  /external/skqp/src/core/
SkScan_DAAPath.cpp 261 SkFixed upperFloor = SkFixedFloorToFixed(currE->fUpperY);
263 int iy = SkFixedFloorToInt(upperFloor);
265 if (lowerCeil <= upperFloor + SK_Fixed1) { // only one row is affected by the currE
275 SkFixed rowHeight = upperFloor + SK_Fixed1 - currE->fUpperY;

Completed in 69 milliseconds