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

  /external/skia/src/gpu/
GrRectanizer.cpp 40 int fRowHeight;
63 row->fRowHeight = rowHeight;
87 GrAssert(row->fRowHeight == 0 || row->fRowHeight == height);
89 if (0 == row->fRowHeight) {
105 GrAssert(row->fRowHeight == height);
GrRectanizer_fifo.cpp 40 int fRowHeight;
63 row->fRowHeight = rowHeight;
87 GrAssert(row->fRowHeight == 0 || row->fRowHeight == height);
89 if (0 == row->fRowHeight) {
105 GrAssert(row->fRowHeight == height);
  /external/skia/src/views/
SkListView.cpp 215 fRowHeight = SkIntToScalar(16);
236 if (fRowHeight != height)
238 fRowHeight = height;
324 SkScalar top = index * fRowHeight;
329 r->set(0, top, this->width(), top + fRowHeight);
372 canvas->translate(0, currIndex * fRowHeight);
384 y = SkScalarHalf(fRowHeight - descent + ascent) - ascent;
398 canvas->translate(0, fRowHeight);
404 SkScalar count = SkScalarDiv(this->height(), fRowHeight);
  /external/skia/include/views/
SkWidget.h 350 SkScalar getRowHeight() const { return fRowHeight; }
398 SkScalar fRowHeight;

Completed in 98 milliseconds