Home
last modified time | relevance | path

Searched refs:seg_d (Results 1 – 4 of 4) sorted by relevance

/dports/misc/visp/visp-3.4.0/example/servo-afma6/
H A DservoAfma6Segment2DCamVelocity.cpp132 vpFeatureSegment seg_d, seg; in main() local
158 vpFeatureBuilder::create(seg_d, cam, dot_d[0], dot_d[1]); in main()
159 seg_d.setZ1(1.); in main()
160 seg_d.setZ2(1.); in main()
162 seg_d.display(cam, I); in main()
171 task.addFeature(seg, seg_d); in main()
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dtexturedbox.cc41 , seg_d(image_cache, filename, x0 , y0 + dy1 , dx1, dy2) in TexturedBox()
102 return seg_d.getPixel(x, scale * dy2); in getPixel()
H A Dtexturedbox.h100 Texture seg_d; variable
/dports/news/golded+/golded-plus/golded+/goldlib/gcui/
H A Dgvidbase.cpp158 inline void gdmacpy(uint16_t seg_d, gdma sel_d, uint16_t seg_s, gdma sel_s, int len) { in gdmacpy() argument
161 movedata(seg_s, sel_s, seg_d, sel_d, len); in gdmacpy()
163 NW(seg_d); in gdmacpy()