Searched defs:fNumRows (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkConvolver.cpp24 fNumRows(maxYFilterSize),
28 fRowAddresses.reset(fNumRows);
39 if (fNextRow == fNumRows) {
62 *firstRowIndex = fNextRowCoordinate - fNumRows;
65 for (int i = 0; i < fNumRows; i++) {
70 if (curRow == fNumRows) {
85 int fNumRows; member in class:__anon16939::CircularRowBuffer
/external/skia/src/gpu/
H A DGrTextureStripAtlas.h73 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; }
174 const uint16_t fNumRows; member in class:GrTextureStripAtlas

Completed in 83 milliseconds