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

  /external/skia/src/gpu/
GrStrokeInfo.cpp 45 const int kSkScalarData32Cnt = sizeof(SkScalar) / sizeof(uint32_t);
72 i += kSkScalarData32Cnt;
76 i += kSkScalarData32Cnt;
81 i += kSkScalarData32Cnt;
89 SkDEBUGCODE(i += kSkScalarData32Cnt * count);
GrStrokeInfo.h 157 const int kSkScalarData32Cnt = sizeof(SkScalar) / sizeof(uint32_t);
159 int strokeKeyData32Cnt = 1 + 2 * kSkScalarData32Cnt;
163 strokeKeyData32Cnt += (1 + this->getDashCount()) * kSkScalarData32Cnt;

Completed in 1747 milliseconds