Home
last modified time | relevance | path

Searched refs:h_frame (Results 1 – 21 of 21) sorted by relevance

/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/demo/ice40-io-video/
H A Dexample_2.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_3.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
122 if(c_hor < h_frame - 1) begin
H A Dexample_0.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_1.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_4.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
151 if(c_hor < h_frame - 1) begin
H A Dexample_5.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
151 if(c_hor < h_frame - 1) begin
H A Dexample_6.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
H A Dexample.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
H A Dexample_7.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
/dports/devel/lattice-ice40-examples-hx8k/iCE40HX8K-EVB-ae283711fc6c18f1905d0abf78195aed191ce612/demo/ice40-io-video/
H A Dexample_0.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_2.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_3.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
122 if(c_hor < h_frame - 1) begin
H A Dexample_1.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
173 if(c_hor < h_frame - 1) begin
H A Dexample_5.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
151 if(c_hor < h_frame - 1) begin
H A Dexample_4.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
151 if(c_hor < h_frame - 1) begin
H A Dexample.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
H A Dexample_6.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
H A Dexample_7.v29 parameter h_frame = 800; //800 = 96 (H-SYNC) + 48 (H-BP) + 640 (H-PIX) + 16 (H-FP) constant
155 if(c_hor < h_frame - 1) begin
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dkrell.c129 y_src = k->h_frame * frame;
152 0,0, k->w, k->h_frame);
155 x_src, y_src, x_dst, 0, w_overlap, k->h_frame);
158 TRUE, x_dst, 0, w_overlap, k->h_frame);
168 k->draw.h = k->h_frame;
1042 k->h_frame = h / k->depth * _GK.theme_scale / 100;
1043 if (k->h_frame < 1)
1044 k->h_frame = 1;
1045 h_render = k->h_frame * k->depth;
1054 k->h_frame, 1);
H A Dpanel.c213 h = y + k->h_frame;
224 k->y0 = h_panel - k->h_frame; /* Bottom justify */
H A Dgkrellm.h469 gint h_frame; /* Height of one frame */ member