HomeSort by relevance Sort by last modified time
    Searched full:wedges (Results 1 - 15 of 15) sorted by null

  /external/chromium-trace/catapult/telemetry/third_party/mox3/
requirements.txt 3 # process, which may cause wedges in the gate later.
test-requirements.txt 3 # process, which may cause wedges in the gate later.
  /external/chromium-trace/catapult/third_party/mox3/
requirements.txt 3 # process, which may cause wedges in the gate later.
test-requirements.txt 3 # process, which may cause wedges in the gate later.
  /external/skia/gm/
dashcircle.cpp 38 int wedges[] = { 6, 12, 36 }; local
40 for (int wedge : wedges) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 186 * The hardware wedges if you have this bit set but don't turn on any dual
brw_vec4_emit.cpp 92 * the VF, and it appears that the hardware wedges otherwise.
  /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...]
  /external/skia/src/gpu/batches/
GrAAConvexPathRenderer.cpp 161 // and leave out the wedges and close gaps by stitching segments together.
168 // corner wedges
    [all...]
  /external/skia/experimental/docs/
exampleSlides.js 256 "string":"Wedges that don't overlap can be", "x":400, "y":200
svgbaseddoc.htm 98 Wedges that don't overlap can be
597 add_canvas_text(data, "trivialWedgeDesc1", { fillText:"Wedges that don't overlap can be" } );
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 389 // iz > 0, handle the wedges of other strips
  /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...]
  /external/ImageMagick/coders/
dcm.c     [all...]

Completed in 1374 milliseconds