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

  /external/skia/src/core/
SkCoverageDelta.cpp 24 fRows[top] = fAlloc->makeArrayDefault<SkCoverageDelta>(INIT_ROW_SIZE * (bottom - top));
36 fMaxCounts[y] = INIT_ROW_SIZE;
39 fRows[y] = fRows[y - 1] + INIT_ROW_SIZE;
SkCoverageDelta.h 44 // We can store INIT_ROW_SIZE deltas per row (i.e., per y-scanline) initially.
46 static constexpr int INIT_ROW_SIZE = 8; // google3 has 16k stack limit; so we make it small
48 static constexpr int INIT_ROW_SIZE = 32;
  /external/skqp/src/core/
SkCoverageDelta.cpp 24 fRows[top] = fAlloc->makeArrayDefault<SkCoverageDelta>(INIT_ROW_SIZE * (bottom - top));
36 fMaxCounts[y] = INIT_ROW_SIZE;
39 fRows[y] = fRows[y - 1] + INIT_ROW_SIZE;
SkCoverageDelta.h 44 // We can store INIT_ROW_SIZE deltas per row (i.e., per y-scanline) initially.
46 static constexpr int INIT_ROW_SIZE = 8; // google3 has 16k stack limit; so we make it small
48 static constexpr int INIT_ROW_SIZE = 32;

Completed in 413 milliseconds