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

  /external/skia/src/gpu/
GrRectanizer_pow2.cpp 25 SkASSERT(row->fRowHeight == 0 || row->fRowHeight == height);
27 if (0 == row->fRowHeight) {
43 SkASSERT(row->fRowHeight == height);
GrRectanizer_pow2.h 45 // fRowHeight is actually known by this struct's position in fRows
47 int fRowHeight;
72 row->fRowHeight = rowHeight;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 75 , fNumRows(desc.fHeight / desc.fRowHeight)
80 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
159 fTexture->writePixels(0, rowNumber * fDesc.fRowHeight,
160 fDesc.fWidth, fDesc.fRowHeight,
GrTextureStripAtlas.h 31 uint16_t fWidth, fHeight, fRowHeight;
  /external/skia/include/views/
SkWidget.h 293 SkScalar getRowHeight() const { return fRowHeight; }
341 SkScalar fRowHeight;
  /external/pdfium/xfa/src/fwl/src/core/
fwl_gridimp.cpp     [all...]
  /external/skia/src/effects/
SkTableColorFilter.cpp 467 desc.fRowHeight = bitmap.height();
  /external/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]

Completed in 258 milliseconds