HomeSort by relevance Sort by last modified time
    Searched refs:fRowHeight (Results 1 - 8 of 8) 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/gpu/effects/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
GrTextureStripAtlas.cpp 76 , fNumRows(desc.fHeight / desc.fRowHeight)
81 GrAssert(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
159 0, rowNumber * fDesc.fRowHeight,
160 fDesc.fWidth, fDesc.fRowHeight,
  /external/skia/legacy/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 294 SkScalar getRowHeight() const { return fRowHeight; }
342 SkScalar fRowHeight;
  /external/skia/legacy/include/views/
SkWidget.h 350 SkScalar getRowHeight() const { return fRowHeight; }
398 SkScalar fRowHeight;
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 774 desc.fRowHeight = bitmap.height();

Completed in 4371 milliseconds