Home
last modified time | relevance | path

Searched defs:testSegment (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp132 SkOpSegment* testSegment = &fHead; in rayCheck() local
411 SkOpSegment* testSegment = &fHead; in findSortableTop() local
H A DSkOpContour.cpp35 SkOpSegment* testSegment = &fHead; in undoneSpan() local
H A DSkPathOpsDebug.cpp1242 const SkOpSegment* testSegment = test->segment(); in debugCheckNearCoincidence() local
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dbug447.go54 const testSegment = ` const
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DProgressReporterTest.java69 public void testSegment() throws Exception { in testSegment() method in ProgressReporterTest