OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wedges
(Results
1 - 4
of
4
) sorted by null
/external/skia/gm/
dashcircle.cpp
38
int
wedges
[] = { 6, 12, 36 };
local
40
for (int wedge :
wedges
) {
/external/opencv3/modules/stitching/src/
seam_finders.cpp
336
std::map<std::pair<int, int>, int>
wedges
; // weighted edges
342
wedges
[std::make_pair(ci, cj)] = 0;
343
wedges
[std::make_pair(cj, ci)] = 0;
357
wedges
[std::make_pair(ci, labels_(y, x-1)-1)]++;
358
wedges
[std::make_pair(labels_(y, x-1)-1, ci)]++;
363
wedges
[std::make_pair(ci, labels_(y-1, x)-1)]++;
364
wedges
[std::make_pair(labels_(y-1, x)-1, ci)]++;
369
wedges
[std::make_pair(ci, labels_(y, x+1)-1)]++;
370
wedges
[std::make_pair(labels_(y, x+1)-1, ci)]++;
375
wedges
[std::make_pair(ci, labels_(y+1, x)-1)]++
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/go/
test.go
350
// the test
wedges
with a goroutine spinning and its background
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/
test.go
350
// the test
wedges
with a goroutine spinning and its background
[
all
...]
Completed in 217 milliseconds