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

  /external/skqp/src/gpu/ccpr/
GrCCPathParser.h 112 SkSTArray<32, PathInfo, true> fPathsInfo;
GrCCPathParser.cpp 28 , fPathsInfo(maxTotalPaths)
163 fPathsInfo.push_back() = {scissorMode, atlasOffsetX, atlasOffsetY};
282 PathInfo* currPathInfo = fPathsInfo.begin();
350 SkASSERT(currPathInfo == fPathsInfo.end());
  /external/skia/src/gpu/ccpr/
GrCCPathParser.h 119 SkSTArray<32, PathInfo, true> fPathsInfo;
GrCCPathParser.cpp 29 , fPathsInfo(maxTotalPaths)
165 fPathsInfo.emplace_back(scissorMode, atlasOffsetX, atlasOffsetY);
243 fPathsInfo.back().fFanTessellation.reset(vertices);
244 fPathsInfo.back().fFanTessellationCount = count;
395 PathInfo* nextPathInfo = fPathsInfo.begin();
485 SkASSERT(nextPathInfo == fPathsInfo.end());

Completed in 54 milliseconds