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

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 67 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; }
164 const uint16_t fNumRows;
GrTextureStripAtlas.cpp 76 , fNumRows(desc.fHeight / desc.fRowHeight)
78 , fRows(SkNEW_ARRAY(AtlasRow, fNumRows))
81 GrAssert(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
226 for (int i = 0; i < fNumRows; ++i) {
308 for (int i = 0; i < fNumRows; ++i) {

Completed in 643 milliseconds