Searched refs:fRow (Results 1 – 6 of 6) sorted by relevance
315 bool useAtlas() const { return SkToBool(-1 != fRow); } in useAtlas()361 int fRow; variable
1038 fRow = -1; in GrGradientEffect()1066 fRow = fAtlas->lockRow(bitmap); in GrGradientEffect()1067 if (-1 != fRow) { in GrGradientEffect()1068 fYCoord = fAtlas->getYOffset(fRow) + SK_ScalarHalf * in GrGradientEffect()1090 fAtlas->unlockRow(fRow); in ~GrGradientEffect()
342 bool useAtlas() const { return SkToBool(-1 != fRow); } in useAtlas()388 int fRow; variable
1132 fRow = -1; in GrGradientEffect()1160 fRow = fAtlas->lockRow(bitmap); in GrGradientEffect()1161 if (-1 != fRow) { in GrGradientEffect()1162 fYCoord = fAtlas->getYOffset(fRow) + SK_ScalarHalf * in GrGradientEffect()1184 fAtlas->unlockRow(fRow); in ~GrGradientEffect()
1389 fRow = row; in RowIter()1416 fRow += 2; in next()1417 fRight += fRow[0]; in next()1418 fAlpha = fRow[1]; in next()1425 const uint8_t* fRow; member in RowIter
1457 fRow = row; in RowIter()1484 fRow += 2; in next()1485 fRight += fRow[0]; in next()1486 fAlpha = fRow[1]; in next()1493 const uint8_t* fRow; member in RowIter