Searched refs:SK_MaxU16 (Results 1 – 11 of 11) sorted by relevance
17 static const int kMaximumGlyphCount = SK_MaxU16 + 1;
268 if (fVertexCount + that->fVertexCount > SK_MaxU16) { in onCombineIfPossible()352 SkASSERT(maxVertex <= SK_MaxU16); in randomize_params()
178 if (maxVertices == 0 || maxVertices > ((int)SK_MaxU16 + 1)) { in onPrepareDraws()
554 static constexpr int kMaxIndexedVertexCnt = SK_MaxU16 / 3;
120 static const uint32_t kMetaKeyInvalidMask = ~((uint32_t)SK_MaxU16); in gen_meta_key()
27 if (type > SK_MaxU16) { in GenerateResourceType()38 if (domain > SK_MaxU16) { in GenerateDomain()
1768 if (maxPts > ((int)SK_MaxU16 + 1)) { in get_contour_count()
231 #define SK_MaxU16 0xFFFF macro
274 GR_STATIC_ASSERT(((int)SkBlendMode::kLastMode & SK_MaxU16) == (int)SkBlendMode::kLastMode); in onGetGLSLProcessorKey()
149 if (count <= 0 || count > 1 + SK_MaxU16) { in GetMetrics()
169 int32_t max = SK_MaxU16 + 1; in calculateGlyphCount()