Searched refs:col2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsconvert.c249 int col1, col2; local in function:fs_build_range
251 col2 = col1 + 15;
253 if (col2 > lastcol) col2 = lastcol;
257 for (col = col1; col <= col2; col++)
286 int row1, col1, row2, col2; local in function:fs_build_range
288 col1 = col2 = *data++;
294 col2 = *data++;
300 col2 = lastcol;
305 if (col2 > lastco
[all...]
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsconvert.c251 int col1, col2; local in function:fs_build_range
253 col2 = col1 + 15;
255 if (col2 > lastcol) col2 = lastcol;
259 for (col = col1; col <= col2; col++)
288 int row1, col1, row2, col2; local in function:fs_build_range
290 col1 = col2 = *data++;
296 col2 = *data++;
302 col2 = lastcol;
307 if (col2 > lastco
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv_overlay.c853 CARD32 * col1, CARD32 * col2)
955 *col2 = (dwD_Dec << 29 | dwB2 << 24) | (dwC2 << 16) | (dwB3 << 8)
989 *col2 = (dwB2 << 25) | (dwC2 << 17) | (dwB3 << 10) | (dwC3 << 2);
1002 CARD32 col1, col2; local in function:viaSetColorSpace
1005 &col1, &col2);
1011 VIASETREG(V3_ColorSpaceReg_2, col2);
1013 DBG_DD(ErrorF("000002C8 %08lx\n", col2));
1024 VIASETREG(V1_ColorSpaceReg_2, col2);
1025 DBG_DD(ErrorF("00000288 %08lx\n", col2));
851 viaCalculateVideoColor(VIAPtr pVia,int hue,int saturation,int brightness,int contrast,Bool reset,CARD32 * col1,CARD32 * col2) argument
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp531 static float col2[4] = { 0.4f,0.7f,0.0f,0.5f }; local in function:ShowDemoWindowWidgets
535 ImGui::ColorEdit4("color 2", col2);
1367 static float col2[4] = { 0.4f,0.7f,0.0f,0.5f }; local in function:ShowDemoWindowWidgets
1369 ImGui::ColorEdit4("color 2", col2);

Completed in 12 milliseconds