Searched refs:edge (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddrawer.cpp31 // Converts Mac window edge constants to wxDirections, wxLEFT, wxRIGHT, etc.
32 static wxDirection WindowEdgeToDirection(OptionBits edge);
34 // Convert wxDirections to MAc window edge constants.
50 wxSize size, wxDirection edge, const wxString& name)
56 if (wxLEFT == edge || wxRIGHT == edge)
103 return success && SetPreferredEdge(edge);
108 const OptionBits edge = ::GetDrawerCurrentEdge((WindowRef)m_macWindow); local
109 return WindowEdgeToDirection(edge);
114 const OptionBits edge local
48 Create(wxWindow *parent, wxWindowID id, const wxString& title, wxSize size, wxDirection edge, const wxString& name) argument
140 SetPreferredEdge(wxDirection edge) argument
150 OptionBits edge; local
173 WindowEdgeToDirection(OptionBits edge) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Ddrawer.h40 wxDirection edge = wxLEFT,
43 this->Create(parent, id, title, size, edge, name);
55 wxDirection edge = wxLEFT,
62 // Set the edge of the parent where the drawer attaches.
63 bool SetPreferredEdge(wxDirection edge);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsashwin.cpp4 // sash on each edge, allowing it to be dragged. An event
181 wxSashEdgePosition edge = m_draggingEdge; local
198 switch (edge)
280 wxSashEvent eventSash(GetId(), edge); local
382 wxSashEdge& edge = m_sashes[i]; local
385 if (edge.m_show)
473 void wxSashWindow::DrawSash(wxSashEdgePosition edge, wxDC& dc) argument
489 if ( edge == wxSASH_LEFT || edge == wxSASH_RIGHT )
491 int sashPosition = (edge
547 DrawSashTracker(wxSashEdgePosition edge, int x, int y) argument
680 SetSashVisible(wxSashEdgePosition edge, bool sash) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dilayout.tex26 The {\it wxEdge}\index{wxEdge} enumerated type specifies the type of edge or dimension of a window.
29 \twocolitem{wxLeft}{The left edge.}
30 \twocolitem{wxTop}{The top edge.}
31 \twocolitem{wxRight}{The right edge.}
32 \twocolitem{wxBottom}{The bottom edge.}
38 this edge or dimension has with another specified edge or dimension. Normally, the user
43 \twocolitem{wxUnconstrained}{The edge or dimension is unconstrained (the default for edges.}
44 \twocolitem{wxAsIs}{The edge or dimension is to be taken from the current window position or size (the
46 \twocolitem{wxAbove}{The edge shoul
[all...]
H A Dlayout.tex13 \item {\bf left:} represents the left hand edge of the window
14 \item {\bf right:} represents the right hand edge of the window
15 \item {\bf top:} represents the top edge of the window
16 \item {\bf bottom:} represents the bottom edge of the window
64 Constraint for the bottom edge.
88 Constraint for the left-hand edge.
94 Constraint for the right-hand edge.
100 Constraint for the top edge.
H A Dsashwin.tex102 \constfunc{bool}{GetSashVisible}{\param{wxSashEdgePosition }{edge}}
104 Returns true if a sash is visible on the given edge, false otherwise.
108 \docparam{edge}{Edge. One of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.}
140 \constfunc{bool}{HasBorder}{\param{wxSashEdgePosition }{edge}}
147 \docparam{edge}{Edge. One of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.}
179 \func{void}{SetSashVisible}{\param{wxSashEdgePosition }{edge}, \param{bool}{ visible}}
181 Call this function to make a sash visible or invisible on a particular edge.
185 \docparam{edge}{Edge to change. One of wxSASH\_TOP, wxSASH\_RIGHT, wxSASH\_BOTTOM, wxSASH\_LEFT.}
195 \func{void}{SetSashBorder}{\param{wxSashEdgePosition }{edge}, \param{bool}{ hasBorder}}
202 \docparam{edge}{Edg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsashwin.h4 // sash on each edge, allowing it to be dragged. An event
96 void SetSashVisible(wxSashEdgePosition edge, bool sash);
99 bool GetSashVisible(wxSashEdgePosition edge) const { return m_sashes[edge].m_show; }
104 void SetSashBorder(wxSashEdgePosition edge, bool border) { m_sashes[edge].m_border = border; } argument
108 bool HasBorder(wxSashEdgePosition edge) const { return m_sashes[edge].m_border; }
112 int GetEdgeMargin(wxSashEdgePosition edge) const { return m_sashes[edge]
227 SetEdge(wxSashEdgePosition edge) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dgpio.c90 int edge; local
96 edge = GPIO_INT_RISE_EDGE;
99 edge = GPIO_INT_FALL_EDGE;
104 edge = GPIO_INT_LOW_LEV;
107 edge = GPIO_INT_HIGH_LEV;
113 edge = GPIO_INT_LOW_LEV;
116 edge = GPIO_INT_HIGH_LEV;
125 __raw_writel(val | (edge << (bit << 1)), reg);
135 int edge; local
140 edge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dexpt.cpp29 wxEdge edge; member in class:wxConstraintOp
39 edge = wxLeft;
49 edge = op.edge;
84 thing.edge = wxLeft;
92 thing.edge = wxTop;
100 thing.edge = wxWidth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_loopfilter.c379 #define FILTER(hv,dir,edge,intra)\
380 if(AV_RN64A(bS[dir][edge])) { \
381 filter_mb_edge##hv( &img_y[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qp : qp##dir, a, b, h, intra );\
384 filter_mb_edge##hv( &img_cb[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\
385 filter_mb_edge##hv( &img_cr[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edg
464 int edge; local
[all...]
H A Drv34dsp.h54 int beta, int beta2, int edge,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_loopfilter.c383 #define FILTER(hv,dir,edge,intra)\
384 if(AV_RN64A(bS[dir][edge])) { \
385 filter_mb_edge##hv( &img_y[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qp : qp##dir, a, b, h, intra );\
388 filter_mb_edge##hv( &img_cb[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edge ? qpc : qpc##dir, a, b, h, intra );\
389 filter_mb_edge##hv( &img_cr[4*edge*(dir?linesize:1<<pixel_shift)], linesize, bS[dir][edge], edg
469 int edge; local
[all...]
H A Drv34dsp.h53 int beta, int beta2, int edge,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.h229 struct edge { struct
235 struct edge *next; /* link list of incoming edges for a node */
248 struct edge et;
249 struct edge ef;
254 struct edge *in_edges;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Ddpkg.c66 edge_t **edge; member in struct:common_node_s
348 if (p->edge[j]->type == EDGE_PROVIDES && p->edge[j]->name == needle)
355 * Add an edge to a node
357 static void add_edge_to_node(common_node_t *node, edge_t *edge) argument
360 node->edge = xrealloc(node->edge, sizeof(edge_t) * (node->num_of_edges + 1));
361 node->edge[node->num_of_edges - 1] = edge;
365 * Create one new node and one new edge fo
383 edge_t *edge; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Drelocation.c270 struct backref_edge *edge; local
272 edge = kzalloc(sizeof(*edge), GFP_NOFS);
273 if (edge)
275 return edge;
279 struct backref_edge *edge)
281 if (edge) {
283 kfree(edge);
336 struct backref_edge *edge; local
340 edge
278 free_backref_edge(struct backref_cache *cache, struct backref_edge *edge) argument
356 struct backref_edge *edge; local
414 struct backref_edge *edge; local
663 struct backref_edge *edge; local
1125 struct backref_edge *edge; local
2368 struct backref_edge *edge; local
2441 struct backref_edge *edge; local
2629 struct backref_edge *edge; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mach-at32ap/
H A Dextint.c94 u32 mode, edge, level; local
104 edge = eic_readl(eic, EDGE);
118 edge |= 1 << i;
122 edge &= ~(1 << i);
131 eic_writel(eic, EDGE, edge);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake.h79 int edge; ///< Edge fill method member in struct:__anon3350
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Dmfp.c174 int pin, af, drv, lpm, edge, pull; local
183 edge = MFP_LPM_EDGE(c);
193 p->mfpr_run = tmp | mfpr_lpm[lpm] | mfpr_edge[edge];
196 p->mfpr_lpm = tmp | mfpr_lpm[lpm] | mfpr_edge[edge];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Drv40dsp_init_neon.c58 int beta, int beta2, int edge,
61 int beta, int beta2, int edge,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Drv40dsp_init_arm.c60 int beta, int beta2, int edge,
63 int beta, int beta2, int edge,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dgpio.h156 unsigned short edge; member in struct:gpio_port_t
194 unsigned short edge; member in struct:gpio_port_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c1825 int edge,
1832 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge]);
1834 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge]);
1839 unsigned int edge,
1851 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 1) < freq &&
1852 CTL_EDGE_FLAGS(ctl_2g[idx].ctlEdges[edge - 1]))
1853 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge - 1]);
1855 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 0) < freq &&
1856 CTL_EDGE_FLAGS(ctl_5g[idx].ctlEdges[edge - 1]))
1857 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge
1823 ar9003_hw_get_direct_edge_power(struct ar9300_eeprom *eep, int idx, int edge, bool is2GHz) argument
1837 ar9003_hw_get_indirect_edge_power(struct ar9300_eeprom *eep, int idx, unsigned int edge, u16 freq, bool is2GHz) argument
1875 unsigned int edge; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dasic3.c128 u16 edge; local
132 edge = asic3_read_register(asic,
134 edge ^= bit;
136 base + ASIC3_GPIO_EDGE_TRIGGER, edge);
307 u16 trigger, level, edge, bit; local
317 edge = asic3_read_register(asic,
325 edge |= bit;
328 edge &= ~bit;
332 edge &= ~bit;
334 edge |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c46 uint32_t edge; member in struct:mdp_regs
349 regs->edge = 0;
423 regs->edge |= (chroma_repeat[IMG_LEFT] & 3) << MDP_LEFT_CHROMA;
424 regs->edge |= (chroma_repeat[IMG_RIGHT] & 3) << MDP_RIGHT_CHROMA;
425 regs->edge |= (chroma_repeat[IMG_TOP] & 3) << MDP_TOP_CHROMA;
426 regs->edge |= (chroma_repeat[IMG_BOTTOM] & 3) << MDP_BOTTOM_CHROMA;
427 regs->edge |= (luma_repeat[IMG_LEFT] & 3) << MDP_LEFT_LUMA;
428 regs->edge |= (luma_repeat[IMG_RIGHT] & 3) << MDP_RIGHT_LUMA;
429 regs->edge |= (luma_repeat[IMG_TOP] & 3) << MDP_TOP_LUMA;
430 regs->edge |
[all...]

Completed in 248 milliseconds

1234