Home
last modified time | relevance | path

Searched defs:SK_ARRAY_COUNT (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/core/
H A DSkTextFormatParams.h34 static_assert(SK_ARRAY_COUNT(kStdFakeBoldInterpKeys) == SK_ARRAY_COUNT(kStdFakeBoldInterpValues), variable
/third_party/skia/gm/
H A Dblurquickreject.cpp58 SkASSERT(SK_ARRAY_COUNT(colors) == SK_ARRAY_COUNT(blurRects)); variable
H A Dsmallpaths.cpp286 static_assert(SK_ARRAY_COUNT(gWidths) == SK_ARRAY_COUNT(gProcs)); variable
301 static_assert(SK_ARRAY_COUNT(gMiters) == SK_ARRAY_COUNT(gProcs)); variable
316 static_assert(SK_ARRAY_COUNT(gXTranslate) == SK_ARRAY_COUNT(gProcs)); variable
H A Ddrawquadset.cpp176 static_assert(SK_ARRAY_COUNT(kTileSets) == SK_ARRAY_COUNT(kTileSetNames), "Count mismatch"); variable
208 static_assert(SK_ARRAY_COUNT(matrixNames) == SK_ARRAY_COUNT(rowMatrices), "Count mismatch"); variable
H A Dconvex_all_line_paths.cpp163 static_assert(SK_ARRAY_COUNT(gSizes) == SK_ARRAY_COUNT(gPoints), "array_mismatch"); global() member
[all...]
H A Dpolygonoffset.cpp389 static_assert(SK_ARRAY_COUNT(gConvexSizes) == SK_ARRAY_COUNT(gConvexPoints), "array_mismatch"); global() member
414 static_assert(SK_ARRAY_COUNT(gSimpleSizes) == SK_ARRAY_COUNT(gSimplePoints), "array_mismatch"); global() member
[all...]
H A Dimagemakewithfilter.cpp260 static_assert(SK_ARRAY_COUNT(filters) == SK_ARRAY_COUNT(filterNames), "filter name length"); variable
/third_party/skia/modules/skottie/src/effects/
H A DCornerPinEffect.cpp58 static_assert(SK_ARRAY_COUNT(src) == SK_ARRAY_COUNT(dst)); variable
H A DVenetianBlindsEffect.cpp131 static_assert(SK_ARRAY_COUNT(colors) == SK_ARRAY_COUNT(pos), ""); variable
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp70 static_assert(SK_ARRAY_COUNT(gPaintGeometryAdjusters) == SK_ARRAY_COUNT(gPaintAttachers), ""); member
/third_party/skia/include/core/
H A DSkTypes.h550 #define SK_ARRAY_COUNT(array) (sizeof(SkArrayCountHelper(array))) macro

Completed in 6 milliseconds