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

  /external/skia/src/views/
SkListView.cpp 208 fRowHeight = SkIntToScalar(16);
229 if (fRowHeight != height)
231 fRowHeight = height;
317 SkScalar top = index * fRowHeight;
322 r->set(0, top, this->width(), top + fRowHeight);
365 canvas->translate(0, currIndex * fRowHeight);
377 y = SkScalarHalf(fRowHeight - descent + ascent) - ascent;
391 canvas->translate(0, fRowHeight);
397 SkScalar count = SkScalarDiv(this->height(), fRowHeight);
  /external/skia/include/views/
SkWidget.h 357 SkScalar getRowHeight() const { return fRowHeight; }
405 SkScalar fRowHeight;

Completed in 368 milliseconds