Searched refs:hpos (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dfontink.c56 hpos, local in function:FontCharInkMetrics
84 for (hpos = bitmapByteWidth; --hpos >= 0;) {
105 for (hpos = bitmapByteWidth; --hpos >= 0;) {
115 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
117 p = (unsigned char *) pCI->bits + hpos;
121 if (hpos
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dfontink.c57 hpos, local in function:FontCharInkMetrics
85 for (hpos = bitmapByteWidth; --hpos >= 0;) {
106 for (hpos = bitmapByteWidth; --hpos >= 0;) {
116 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
118 p = (unsigned char *) pCI->bits + hpos;
122 if (hpos
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dfontink.c53 register int vpos, hpos, bpos = 0; local in function:FontCharInkMetrics
79 for (hpos = bitmapByteWidth; --hpos >= 0;) {
100 for (hpos = bitmapByteWidth; --hpos >= 0;) {
110 for (hpos = 0; hpos < bitmapByteWidth; hpos++) {
112 p = (unsigned char *) pCI->bits + hpos;
116 if (hpos
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c821 struct ureg hpos = register_output( p, VARYING_SLOT_POS ); local in function:build_hpos
827 emit_matrix_transform_vec4( p, hpos, mvp, pos );
832 emit_transpose_matrix_transform_vec4( p, hpos, mvp, pos );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c817 struct ureg hpos = register_output( p, VARYING_SLOT_POS ); local in function:build_hpos
823 emit_matrix_transform_vec4( p, hpos, mvp, pos );
828 emit_transpose_matrix_transform_vec4( p, hpos, mvp, pos );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c1051 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT, variable in typeref:struct:nvfx_reg
1055 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c1052 struct nvfx_reg hpos = nvfx_reg(NVFXSR_OUTPUT, variable in typeref:struct:nvfx_reg
1056 nvfx_vp_emit(vpc, arith(0, VEC, MOV, hpos, NVFX_VP_MASK_ALL, htmp, none, none));

Completed in 43 milliseconds