Searched refs:fNumRows (Results 1 – 4 of 4) sorted by relevance
77 , fNumRows(desc.fHeight / desc.fRowHeight) in GrTextureStripAtlas()78 , fRows(new AtlasRow[fNumRows]) in GrTextureStripAtlas()81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight); in GrTextureStripAtlas()255 for (int i = 0; i < fNumRows; ++i) { in initLRU()339 for (int i = 0; i < fNumRows; ++i) { in validate()
77 , fNumRows(desc.fHeight / desc.fRowHeight) in GrTextureStripAtlas()78 , fRows(new AtlasRow[fNumRows]) in GrTextureStripAtlas()81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight); in GrTextureStripAtlas()246 for (int i = 0; i < fNumRows; ++i) { in initLRU()330 for (int i = 0; i < fNumRows; ++i) { in validate()
78 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; } in getYOffset()179 const uint16_t fNumRows; variable