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 574 *size = fCellSize;
581 if (!fCellSize.equals(x, y))
583 fCellSize.set(x, y);
684 bounds.set(0, 0, fCellSize.fX, fCellSize.fY);
685 bounds.offset(col * (fCellSize.fX + SkIntToScalar(col > 0)),
686 row * (fCellSize.fY + SkIntToScalar(row > 0)));
809 if (fCellSize.equals(0, 0))
815 SkScalar rows = SkScalarDiv(this->height(), fCellSize.fY);
816 SkScalar cols = SkScalarDiv(this->width(), fCellSize.fX)
    [all...]
  /external/skia/include/views/
SkWidget.h 457 SkPoint fCellSize;

Completed in 23 milliseconds