Home
last modified time | relevance | path

Searched defs:kPointCount (Results 1 – 7 of 7) sorted by relevance

/external/skia/tests/
DPathOpsTestCommon.h23 static const int kPointCount = 3; member
33 static const int kPointCount = 4; member
/external/dynamic_depth/internal/dynamic_depth/
Dpoint_cloud.cc17 const char kPointCount[] = "PointCount"; variable
/external/skia/src/pathops/
DSkPathOpsQuad.h35 static const int kPointCount = 3; member
DSkPathOpsCubic.h30 static const int kPointCount = 4; member
DSkPathOpsConic.h27 static const int kPointCount = 3; member
/external/skia/src/core/
DSkGeometry.h544 kPointCount = 1 + 2 * kQuadCount, enumerator
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp330 static constexpr size_t kPointCount = std::size(kInkStroke); in TEST_F() local