Home
last modified time | relevance | path

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

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