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

  /external/skia/src/views/
SkListView.cpp 567 *size = fCellSize;
574 if (!fCellSize.equals(x, y))
576 fCellSize.set(x, y);
677 bounds.set(0, 0, fCellSize.fX, fCellSize.fY);
678 bounds.offset(col * (fCellSize.fX + SkIntToScalar(col > 0)),
679 row * (fCellSize.fY + SkIntToScalar(row > 0)));
802 if (fCellSize.equals(0, 0))
808 SkScalar rows = SkScalarDiv(this->height(), fCellSize.fY);
809 SkScalar cols = SkScalarDiv(this->width(), fCellSize.fX)
    [all...]
  /external/skia/include/views/
SkWidget.h 464 SkPoint fCellSize;

Completed in 61 milliseconds