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

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 70 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; }
170 const uint16_t fNumRows;
GrTextureStripAtlas.cpp 75 , fNumRows(desc.fHeight / desc.fRowHeight)
77 , fRows(new AtlasRow[fNumRows])
80 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
229 for (int i = 0; i < fNumRows; ++i) {
313 for (int i = 0; i < fNumRows; ++i) {
  /external/skia/src/core/
SkConvolver.cpp 36 fNumRows(maxYFilterSize),
40 fRowAddresses.reset(fNumRows);
51 if (fNextRow == fNumRows) {
74 *firstRowIndex = fNextRowCoordinate - fNumRows;
77 for (int i = 0; i < fNumRows; i++) {
82 if (curRow == fNumRows) {
97 int fNumRows;

Completed in 213 milliseconds