HomeSort by relevance Sort by last modified time
    Searched defs:fExpandedWidth (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkCoverageDelta.h 162 int fExpandedWidth;
165 SK_ALWAYS_INLINE int index(int x, int y) const { return y * fExpandedWidth + x; }
  /external/skqp/src/core/
SkCoverageDelta.h 162 int fExpandedWidth;
165 SK_ALWAYS_INLINE int index(int x, int y) const { return y * fExpandedWidth + x; }

Completed in 51 milliseconds