| /third_party/skia/docs/examples/ |
| H A D | Path_Iter_next.cpp | 18 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in REG_FIDDLE() local
|
| H A D | Conic_Weight_c.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in REG_FIDDLE() local
|
| H A D | Conic_Weight_a.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in REG_FIDDLE() local
|
| H A D | Conic_Weight_b.cpp | 8 const int pointCount[] = { 1 , 2 , 3 , 3 , 4 , 1 , 0 }; in REG_FIDDLE() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsQuad.h | 89 static int pointCount() { return kPointCount; } in pointCount() function
|
| H A D | SkPathOpsCubic.h | 88 static int pointCount() { return kPointCount; } in pointCount() function
|
| H A D | SkPathOpsConic.h | 97 static int pointCount() { return kPointCount; } in pointCount() function
|
| H A D | SkPathOpsTSect.h | 171 int pointCount() const { in pointCount() function in SkTSpan
|
| /test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/commonevent/ |
| H A D | pointevent_ontouch_test.cpp | 168 uint32_t pointCount = OH_ArkUI_PointerEvent_GetHistoryPointerCount(inputEvent, g_historyIndex); in EventTouchHandle() local
|
| /third_party/skia/tests/ |
| H A D | PathOpsExtendedTest.cpp | 423 const int pointCount[] = { 1, 2, 3, 3, 4, 0 }; in json_path_out() local
|
| H A D | PathTest.cpp | 2134 int pointCount = tests[testIndex].fPointCount - (d2 == tests[testIndex].fPoints); in test_isRect() local
|
| /third_party/skia/include/private/ |
| H A D | SkPathRef.h | 421 void resetToSize(int verbCount, int pointCount, int conicCount, in resetToSize() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_bad_pixels.cpp | 1728 uint32 pointCount = fList->PointCount (); in ProcessArea() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
| H A D | vktRobustnessExtsTests.cpp | 3410 const auto pointCount = fbExtent.width * fbExtent.height * fbExtent.depth; in iterate() local
|
| /third_party/skia/src/core/ |
| H A D | SkPath.cpp | 244 int pointCount = fPathRef->countPoints(); in interpolate() local 313 int pointCount = SkPathPriv::PtsInVerb((unsigned) verb); in conservativelyContainsRect() local 2276 int pointCount = this->countPoints(); in computeConvexity() local 3442 Make(const SkPoint pts[], int pointCount, const uint8_t vbs[], int verbCount, const SkScalar ws[], int wCount, SkPathFillType ft, bool isVolatile) Make() argument [all...] |