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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 67 SkScalar getYOffset(int row) const { return SkIntToScalar(row) / fNumRows; }
168 const uint16_t fNumRows;
GrTextureStripAtlas.cpp 76 , fNumRows(desc.fHeight / desc.fRowHeight)
78 , fRows(SkNEW_ARRAY(AtlasRow, fNumRows))
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
226 for (int i = 0; i < fNumRows; ++i) {
310 for (int i = 0; i < fNumRows; ++i) {
  /external/chromium_org/third_party/skia/src/core/
SkConvolver.cpp 37 fNumRows(maxYFilterSize),
41 fRowAddresses.reset(fNumRows);
52 if (fNextRow == fNumRows) {
75 *firstRowIndex = fNextRowCoordinate - fNumRows;
78 for (int i = 0; i < fNumRows; i++) {
83 if (curRow == fNumRows) {
98 int fNumRows;

Completed in 105 milliseconds