Searched refs:SK_MaxU16 (Results 1 – 10 of 10) sorted by relevance
121 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)SK_MaxU16); in gen_meta_key()141 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)SK_MaxU16); in gen_meta_key()
29 if (type > SK_MaxU16) { in GenerateResourceType()40 if (domain > SK_MaxU16) { in GenerateDomain()
1787 if (maxPts > ((int)SK_MaxU16 + 1)) { in get_contour_count()
17 static const int kMaximumGlyphCount = SK_MaxU16 + 1;
275 if (fVertexCount + that->fVertexCount > SK_MaxU16) { in onCombineIfPossible()367 SkASSERT(maxVertex <= SK_MaxU16); in randomize_params()
567 static constexpr int kMaxIndexedVertexCnt = SK_MaxU16 / 3;
231 #define SK_MaxU16 0xFFFF macro
285 GR_STATIC_ASSERT(((int)SkBlendMode::kLastMode & SK_MaxU16) == (int)SkBlendMode::kLastMode); in onGetGLSLProcessorKey()
150 if (count <= 0 || count > 1 + SK_MaxU16) { in GetMetrics()
169 int32_t max = SK_MaxU16 + 1; in calculateGlyphCount()