亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? mfbpc.c

?? spice中支持多層次元件模型仿真的可單獨(dú)運(yùn)行的插件源碼
?? C
字號(hào):
/**********Copyright 1991 Regents of the University of California.  All rights reserved.**********//* * Frame buffer for the IBM PC using MSC graphics library interface. */#include "spice.h"#include "util.h"#include "mfb.h"#include <dos.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <io.h>#include <string.h>#include <graph.h>#include <graph.h>#include "suffix.h"#define print(S, C) {							      \	in.h.ah = 0x05;							      \	for (count = C, string = S; count > 0; count -= 1) {		      \		in.h.dl = *string++;					      \		int86(0x21, &in, &in);					      \	}								      \}#define FINI_PRINTER "\033@\n\r\n"static char *mfbpc_buffer;static int mfbpc_height;static int mfbpc_width;static int mfbpc_double;MFB *MFBCurrent;static short config_try[ ] = {	_VRES16COLOR,	_VRES2COLOR,	_ERESCOLOR,	_ERESNOCOLOR,	_HRESBW	};struct videoconfig config;static unsigned short line_styles[ ] = {	0xffff, 0xaaaa, 0x7777, 0xcccc,	0xf0f0, 0xfc10, 0x7575, 0x3f11	};unsigned char c_map[95][7] = {    { 0x20, 0x20, 0x20, 0x20, 0x20, 0x00, 0x20 },    { 0x50, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00 },    { 0x00, 0x50, 0xf8, 0x50, 0x50, 0xf8, 0x50 },    { 0x70, 0xa8, 0xa0, 0x70, 0x28, 0xa8, 0x70 },    { 0xf8, 0xc8, 0x10, 0x20, 0x40, 0x98, 0x98 },    { 0x40, 0xa0, 0xa0, 0x40, 0xa8, 0x90, 0x68 },    { 0x60, 0x60, 0xc0, 0x00, 0x00, 0x00, 0x00 },    { 0x08, 0x10, 0x20, 0x20, 0x20, 0x10, 0x08 },    { 0x80, 0x40, 0x20, 0x20, 0x20, 0x40, 0x80 },    { 0x20, 0xa8, 0x70, 0x20, 0x70, 0xa8, 0x20 },    { 0x00, 0x20, 0x20, 0xf8, 0x20, 0x20, 0x00 },    { 0x00, 0x00, 0x00, 0x00, 0x60, 0x60, 0xc0 },    { 0x00, 0x00, 0x00, 0xf8, 0x00, 0x00, 0x00 },    { 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x60 },    { 0x00, 0x08, 0x10, 0x20, 0x40, 0x80, 0x00 },    { 0x70, 0x88, 0x98, 0xa8, 0xc8, 0x88, 0x70 },    { 0x20, 0x60, 0x20, 0x20, 0x20, 0x20, 0x70 },    { 0x70, 0x88, 0x08, 0x10, 0x20, 0x40, 0xf8 },    { 0x70, 0x88, 0x08, 0x30, 0x08, 0x88, 0x70 },    { 0x10, 0x30, 0x50, 0x90, 0xf8, 0x10, 0x10 },    { 0xf8, 0x80, 0xf0, 0x08, 0x08, 0x88, 0x70 },    { 0x30, 0x40, 0x80, 0xf0, 0x88, 0x88, 0x70 },    { 0xf8, 0x08, 0x10, 0x10, 0x20, 0x20, 0x20 },    { 0x70, 0x88, 0x88, 0x70, 0x88, 0x88, 0x70 },    { 0x70, 0x88, 0x88, 0x78, 0x08, 0x10, 0x60 },    { 0x00, 0x00, 0x60, 0x60, 0x00, 0x60, 0x60 },    { 0x00, 0x00, 0x60, 0x60, 0x00, 0x60, 0x60 },    { 0x00, 0x10, 0x20, 0x40, 0x20, 0x10, 0x00 },    { 0x00, 0x00, 0xf8, 0x00, 0xf8, 0x00, 0x00 },    { 0x00, 0x40, 0x20, 0x10, 0x20, 0x40, 0x00 },    { 0x70, 0x88, 0x10, 0x20, 0x20, 0x00, 0x20 },    { 0x70, 0x88, 0xb8, 0xa8, 0xb8, 0x80, 0x70 },    { 0x70, 0x88, 0x88, 0xf8, 0x88, 0x88, 0x88 },    { 0xf0, 0x88, 0x88, 0xf0, 0x88, 0x88, 0xf0 },    { 0x70, 0x88, 0x80, 0x80, 0x80, 0x88, 0x70 },    { 0xf0, 0x48, 0x48, 0x48, 0x48, 0x48, 0xf0 },    { 0xf8, 0x80, 0x80, 0xf0, 0x80, 0x80, 0xf8 },    { 0xf8, 0x80, 0x80, 0xf0, 0x80, 0x80, 0x80 },    { 0x70, 0x88, 0x80, 0x80, 0x98, 0x88, 0x70 },    { 0x88, 0x88, 0x88, 0xf8, 0x88, 0x88, 0x88 },    { 0x70, 0x20, 0x20, 0x20, 0x20, 0x20, 0x70 },    { 0x08, 0x08, 0x08, 0x08, 0x08, 0x88, 0x70 },    { 0x88, 0x90, 0xa0, 0xc0, 0xa0, 0x90, 0x88 },    { 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0xf8 },    { 0x88, 0xd8, 0xa8, 0x88, 0x88, 0x88, 0x88 },    { 0x88, 0x88, 0xc8, 0xa8, 0x98, 0x88, 0x88 },    { 0x70, 0x88, 0x88, 0x88, 0x88, 0x88, 0x70 },    { 0xf0, 0x88, 0x88, 0xf0, 0x80, 0x80, 0x80 },    { 0x70, 0x88, 0x88, 0x88, 0xa8, 0x90, 0x68 },    { 0xf0, 0x88, 0x88, 0xf0, 0xa0, 0x90, 0x88 },    { 0x70, 0x88, 0x80, 0x70, 0x08, 0x88, 0x70 },    { 0xf8, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 },    { 0x88, 0x88, 0x88, 0x88, 0x88, 0x88, 0x70 },    { 0x88, 0x88, 0x88, 0x88, 0x50, 0x50, 0x20 },    { 0x88, 0x88, 0x88, 0x88, 0xa8, 0xd8, 0x88 },    { 0x88, 0x88, 0x50, 0x20, 0x50, 0x88, 0x88 },    { 0x88, 0x88, 0x50, 0x20, 0x20, 0x20, 0x20 },    { 0xf8, 0x08, 0x10, 0xf8, 0x40, 0x80, 0xf8 },    { 0x38, 0x20, 0x20, 0x20, 0x20, 0x20, 0x38 },    { 0x00, 0x80, 0x40, 0x20, 0x10, 0x08, 0x00 },    { 0xe0, 0x20, 0x20, 0x20, 0x20, 0x20, 0xe0 },    { 0x20, 0x50, 0x88, 0x00, 0x00, 0x00, 0x00 },    { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },    { 0x30, 0x30, 0x18, 0x00, 0x00, 0x00, 0x00 },    { 0x00, 0x00, 0x70, 0x08, 0x78, 0x88, 0x78 },    { 0x80, 0x80, 0xf0, 0x88, 0x88, 0x88, 0xf0 },    { 0x00, 0x00, 0x70, 0x88, 0x80, 0x80, 0x78 },    { 0x08, 0x08, 0x78, 0x88, 0x88, 0x88, 0x78 },    { 0x00, 0x00, 0x70, 0x88, 0xf0, 0x80, 0x70 },    { 0x30, 0x48, 0x40, 0xe0, 0x40, 0x40, 0x40 },    { 0x00, 0x70, 0x88, 0x88, 0x78, 0x08, 0x70 },    { 0x80, 0x80, 0xf0, 0x88, 0x88, 0x88, 0x88 },    { 0x20, 0x00, 0x20, 0x20, 0x20, 0x20, 0x20 },    { 0x08, 0x00, 0x08, 0x08, 0x08, 0x88, 0x70 },    { 0x80, 0x80, 0x88, 0x90, 0xe0, 0x90, 0x88 },    { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 },    { 0x00, 0x00, 0xd0, 0xa8, 0xa8, 0xa8, 0xa8 },    { 0x00, 0x00, 0xb0, 0xc8, 0x88, 0x88, 0x88 },    { 0x00, 0x00, 0x70, 0x88, 0x88, 0x88, 0x70 },    { 0x00, 0xf0, 0x88, 0x88, 0xf0, 0x80, 0x80 },    { 0x00, 0x70, 0x88, 0x88, 0x78, 0x08, 0x08 },    { 0x00, 0x00, 0xb0, 0xc8, 0x80, 0x80, 0x80 },    { 0x00, 0x00, 0x78, 0x80, 0x70, 0x08, 0xf0 },    { 0x20, 0x20, 0xf8, 0x20, 0x20, 0x20, 0x18 },    { 0x00, 0x00, 0x88, 0x88, 0x88, 0x88, 0x70 },    { 0x00, 0x00, 0x88, 0x88, 0x88, 0x50, 0x20 },    { 0x00, 0x00, 0x88, 0x88, 0xa8, 0xa8, 0x50 },    { 0x00, 0x00, 0x88, 0x50, 0x20, 0x50, 0x88 },    { 0x00, 0x88, 0x88, 0x50, 0x20, 0x40, 0x80 },    { 0x00, 0x00, 0xf8, 0x10, 0x70, 0x40, 0xf8 },    { 0x08, 0x10, 0x10, 0x20, 0x10, 0x10, 0x08 },    { 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20 },    { 0x80, 0x40, 0x40, 0x20, 0x40, 0x40, 0x80 },    { 0x68, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x00 },    { 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8, 0xf8 }    };static initialized = 0, graphics_mode_on = 0;static short graphics_mode = 0;static void (interrupt far *hc_vect)( );static void (interrupt far mfbpc_hardcopy)( );#define NSTYLES	(NUMELEMS(line_styles))MFB *MFBOpen(name, device, error)    char *name, *device;    int *error;{    static MFB	onlyone;    MFB		*thismfb;    int		i;    thismfb = &onlyone;    MFBCurrent = thismfb;    thismfb->fileDesc = fileno(stdout);    if (!initialized) {	for (i = 0; i < NUMELEMS(config_try); i++) {	    if (_setvideomode(config_try[i])) {		    break;	    }	}	if (i < NUMELEMS(config_try)) {	    initialized = 1;#ifdef WANT_PCHARDCOPY	    hc_vect = _dos_getvect(5);#endif	    _getvideoconfig(&config);	    mfbpc_height = config.numypixels;	    mfbpc_width = config.numxpixels;	    if (mfbpc_height < 240) {		mfbpc_double = 1;		mfbpc_buffer = malloc(mfbpc_height + mfbpc_height + 50);	    } else {		mfbpc_double = 0;		mfbpc_buffer = malloc(mfbpc_height + 50);	    }	    graphics_mode = config_try[i];	    _setvideomode(_DEFAULTMODE);	    /*pc_init_hardcopy(&config);*/	} else {	    printf("Can't initialize graphics.\n");	    if (error)		*error = MFBBADOPT;	    return 0;	}    }    if (error)        *error = MFBOK;    return (thismfb);}intMFBInitialize( ){    _setvideomode(graphics_mode);    _clearscreen(_GCLEARSCREEN);#ifdef WANT_PCHARDCOPY    _dos_setvect(5, mfbpc_hardcopy);#endif    return (MFBOK);}MFBClearScreen( ){    _clearscreen(_GCLEARSCREEN);    _settextposition(1, 1);}MFBHome( ){    _settextposition(1, 1);}MFBClearEol( ){    printf("            ");}MFBSetColor(color)	int	color;{    if (color > 0) {	color = (color % (config.numcolors - 1)) + 1;	_setcolor((short) (config.numcolors - color));    } else	_setcolor(0);    return (MFBOK);}/* Don't ever want to do this */intMFBFlood(){    return (MFBOK);}intMFBSetTextMode(dest){    return (MFBOK);}intMFBSetALUMode(mode){    return (MFBOK);}intMFBSetLineStyle(style){    _setlinestyle(line_styles[style % NSTYLES]);    return (MFBOK);}intMFBLine(fromx, fromy, tox, toy)	int fromx, fromy;	int tox, toy;{    _moveto((short) fromx, (short) (config.numypixels - fromy));    _lineto((short) tox, (short) (config.numypixels - toy));    return (MFBOK);}intMFBText(text, x, y, degrees)    char *text;    int x, y, degrees;{    char	c, *s;    short	x0, y0;    int		i, j;    unsigned char	bits, p;    y = (config.numypixels - y) - 8;    for (s = text; s && *s; s++) {	if (*s > 127)		*s -= 128;	c = *s - 33;	if (c >= 0 && c < 96) {	    y0 = y;	    for (i = 0; i < 7; i++) {		x0 = x;		p = 0x80;		bits = c_map[c][i];		for (j = 0; j < 7; j++) {		    if (p & bits)			_setpixel(x0, y0);		    p = p >> 1;		    x0 += 1;		}		y0 += 1;	    }	}	if (!degrees)	    x += 7;	else	    y += 8;    }#ifdef notdef    short	tx, ty;    if (!text)	return MFBOK;    tx = x * config.numtextcols / config.numxpixels;    ty = (config.numypixels - y) * config.numtextrows / config.numypixels;    _settextposition(ty, tx);    _outtext(text);    printf("\"%s\" @ %d,%d // %d\n", text, x, y, degrees);    if (!degrees)	    _outtext(text);    else {	static char lb[ ] = "x\n\0";	struct rccoord curp;	for (s = text; *s; s++) {	    lb[0] = *s;	    _outtext(lb);	    curp = _gettextposition( );	    _settextposition((short) x, (short) curp.col);	}    }#endif    return (MFBOK);}intMFBDrawLineTo(x, y)	int x, y;{    _lineto((short) x, (short) (config.numypixels - y));    return (MFBOK);}intMFBUpdate(){    /* Do nothing */    return (MFBOK);}intMFBBox(left, bottom, right, top){    /* We don't use this in nutmeg, really. */    return (MFBOK);}intMFBDefineColor(red, green, blue, num){    /* No-op. */    return (MFBOK);}intMFBDefineLineStyle(num, mask){    /*    if ((num < 0) || (num >= NSTYLES))        return (MFBBADLST);    styles[num] = mask;    */    return (MFBOK);}intMFBClose(){    int i;    /* Reset the hardcopy interrupt vector */#ifdef WANT_PCHARDCOPY    _dos_setvect(5, hc_vect);#endif    /* Reset the graphics mode */    _setvideomode(_DEFAULTMODE);    graphics_mode_on = 0;#ifdef notdef    printf("x = %d, y = %d, colors = %d, def = %d\n",	(int) config.numxpixels, (int) config.numypixels,	(int) config.numcolors, (int) graphics_mode);    printf("cx = %d, cy = %d\n", config.numtextrows, config.numtextcols);#endif    return (MFBOK);}intMFBHalt(){    return (MFBClose());}/* Print a MFB error string... */static struct errinfo {    int er_num;    char *er_string;} errstrings[] = {    { MFBOK,        "" } ,    { MFBBADENT,        "Unknown terminal type" } ,    { MFBBADMCE,        "Bad mfbcap entry" } ,    { MFBBADLST,        "Illegal line style" } ,    { MFBBADFST,        "Illegal fill style" } ,    { MFBBADCST,        "Illegal color style" } ,    { MFBBADTM1,        "No destructive text mode" } ,    { MFBBADTM2,        "No overstrike text mode" } ,    { MFBNODFLP,        "No definable line styles" } ,    { MFBNODFFP,        "No definable fill styles" } ,    { MFBNODFCO,        "No definable colors" } ,    { MFBNOBLNK,        "No blinkers" } ,    { MFBBADDEV,        "Can't open or close device" } ,    { MFBBADOPT,        "Can't access or set device status" } ,    { MFBNOMASK,        "No definable read or write mask" } ,    { MFBBADWRT,        "Error in write" } ,    { MFBNOPNT,     "No pointing device" } ,    { MFBNOMEM,     "Out of memory" } ,    { 0,            NULL }} ;char *MFBError(num){    struct errinfo *ei;    static char buf[32];    for (ei = errstrings; ei->er_string; ei++)        if (ei->er_num == num)            break;    if (ei->er_string)        return (ei->er_string);    else {        sprintf(buf, "Unknown error # %d", num);        return (buf);    }}/* The mfb struct will not contain anything valid. */intMFBInfo(num){    int	result;    int goback = 0;    if (!initialized) {	MFBOpen( );	goback = 1;    }    switch (num) {        case MAXX:            result = config.numxpixels;	    break;        case MAXY:            result = config.numypixels;	    break;        case MAXCOLORS:            result = config.numcolors - 1;	    break;        case MAXLINESTYLES:            result = NSTYLES;	    break;        case TEXTROTATABLE:            result = 0; /* It can, but it's too ugly now... */	    break;        case FONTHEIGHT:	    result = 8;	    break;        case FONTWIDTH:	    result = 7;	    break;        case DEFLINEPATTERN:            result = 1;	    break;        case DESTRUCTIVETEXT:            result = 1;	    break;        case OVERSTRIKETEXT:            result = 0;	    break;        default:            result = -1;    }    if (goback)	MFBClose( );    return result;}/*ARGSUSED*/voidMFBArc(x,y,r,astart,astop,s)    int x;      /* x coordinate of center */    int y;      /* y coordinate of center */    int r;      /* radius of arc */    int astart;       /* initial angle ( +x axis = 0 degrees ) */    int astop;  /* final angle ( +x axis = 0 degrees ) */    int s;      /* number of segments in a 360 degree arc */    /*     * Notes:     *    Draws an arc of radius r and center at (x,y) beginning at     *    angle astart (in degrees) and ending at astop     */{    short	left, right, top, bottom;    short	x0, y0, x1, y1;    y = config.numypixels - y;    left = x - r;    right = x + r;    top = y - r;    bottom = y + r;    x0 = x + r * cos((double) astart * M_PI / 180.0);    y0 = x + r * cos((double) astart * M_PI / 180.0);    x1 = x + r * cos((double) astop * M_PI / 180.0);    y1 = x + r * cos((double) astop * M_PI / 180.0);    _arc(left, top, right, bottom, x0, y0, x1, y1);}void (interrupt far mfbpc_hardcopy)( ){    static char	*string;    static int	count;    static int	i, j, k, l;    static char	*buf;    static int	groupwidth;    static unsigned short a;    static union REGS in;    print("\r\n\0333\030", 5);    mfbpc_buffer[0] = '\r';    mfbpc_buffer[1] = '\n';    mfbpc_buffer[2] = '\033';    mfbpc_buffer[3] = '\K';    if (!mfbpc_double) {	mfbpc_buffer[4] = mfbpc_height % 256;	mfbpc_buffer[5] = mfbpc_height / 256;    } else {	mfbpc_buffer[4] = (2 * mfbpc_height) % 256;	mfbpc_buffer[5] = (2 * mfbpc_height) / 256;    }    buf = mfbpc_buffer + 6;    for (i = 0; i < mfbpc_width; i += 8) {	groupwidth = mfbpc_width - i;	if (groupwidth > 8)	    groupwidth = 8;	if (mfbpc_double) {            for (j = 0; j < mfbpc_height + mfbpc_height; j += 1)	        buf[j] = 0;	} else {            for (j = 0; j < mfbpc_height; j += 1)	        buf[j] = 0;	}	for (j = 0; j < groupwidth; j += 1) {	    l = 0;	    for (k = 0; k < mfbpc_height; k += 1) {		a = _getpixel((short) mfbpc_width - i - j - 1, (short) k);		if (a)		    buf[l] |= 0x80 >> j;		if (mfbpc_double) {		    l += 1;		    if (a) {			buf[l] |= 0x80 >> j;		    }		}		l += 1;	    }	}	if (!mfbpc_double) {	    print(mfbpc_buffer, mfbpc_height + 6);	} else {	    print(mfbpc_buffer, mfbpc_height + mfbpc_height + 6);	}    }    print(FINI_PRINTER, sizeof(FINI_PRINTER) - 1);}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩三区在线观看| 91麻豆精品国产91久久久使用方法| 伊人夜夜躁av伊人久久| 在线播放欧美女士性生活| 国产精品一品二品| 无吗不卡中文字幕| 中文乱码免费一区二区| 欧美一区二区在线不卡| 丰满放荡岳乱妇91ww| 青青青伊人色综合久久| 亚洲美女区一区| www一区二区| 欧美一区二区三区啪啪| 91麻豆免费观看| 国产剧情一区二区三区| 秋霞电影一区二区| 一区av在线播放| 国产日韩欧美在线一区| 91精品国产综合久久久久久久久久 | 国产麻豆成人精品| 亚洲成人免费在线| 亚洲人成7777| 国产精品女同一区二区三区| 日韩一卡二卡三卡四卡| 欧美三级视频在线播放| 高清成人免费视频| 精品一区二区免费在线观看| 午夜成人免费电影| 亚洲综合视频网| 亚洲欧美日韩国产另类专区| 国产亚洲人成网站| 久久影院午夜论| 日韩欧美精品在线| 欧美做爰猛烈大尺度电影无法无天| 国产夜色精品一区二区av| 成人综合婷婷国产精品久久免费| 精品无人码麻豆乱码1区2区| 精品视频一区二区三区免费| 99麻豆久久久国产精品免费| 国产精品一区在线| 国产成人在线视频网站| 激情综合网天天干| 国产伦精品一区二区三区视频青涩 | 亚洲国产电影在线观看| 精品国产一区二区三区av性色 | 成人在线一区二区三区| 国产综合久久久久影院| 国产麻豆成人传媒免费观看| 国产精品性做久久久久久| 国产99久久久精品| 成人精品免费网站| 99国产精品久久久久久久久久 | 成人欧美一区二区三区小说| 中文字幕在线观看不卡| 亚洲欧美区自拍先锋| 亚洲精品国产成人久久av盗摄| 夜夜揉揉日日人人青青一国产精品| 亚洲精品国产a| 视频一区中文字幕| 美女久久久精品| 国产精品一区二区免费不卡| 亚洲va天堂va国产va久| 一区二区三区蜜桃| 91精品黄色片免费大全| 成人ar影院免费观看视频| 成人app在线观看| 91国偷自产一区二区三区观看| 在线免费视频一区二区| 91精品久久久久久久91蜜桃| 蜜桃av一区二区在线观看| 国产精品一区一区| 日本韩国精品在线| 91精品国产aⅴ一区二区| 久久九九久久九九| 亚洲美女屁股眼交3| 日本色综合中文字幕| 国产精品99久久久| 欧洲精品中文字幕| 欧美一区二区免费| 亚洲国产精品精华液ab| 一区二区三区在线观看动漫| 亚洲成人激情社区| 偷窥国产亚洲免费视频| 成人午夜精品在线| 欧美疯狂做受xxxx富婆| 国产欧美日产一区| 国产日韩欧美电影| 老色鬼精品视频在线观看播放| 成人免费毛片片v| 国产suv精品一区二区6| 成人黄色777网| 日本道色综合久久| 精品国产一区二区三区久久影院| 综合自拍亚洲综合图不卡区| 石原莉奈一区二区三区在线观看| 国产成人福利片| 欧美日本国产一区| 中文字幕一区二区在线观看| 日本91福利区| 国产欧美日韩一区二区三区在线观看| 亚洲视频一区二区在线| 美女高潮久久久| 91国产丝袜在线播放| 久久这里只精品最新地址| 一区二区免费看| 成人性色生活片免费看爆迷你毛片| 欧美日韩激情一区| 国产精品国产精品国产专区不蜜| 蜜臀av一区二区三区| 日本韩国精品在线| 国产精品美女久久久久久久| 精品一区二区免费看| 欧美日韩视频在线观看一区二区三区| 欧美国产精品一区二区| 久久不见久久见中文字幕免费| 欧美日韩综合在线| 亚洲天堂网中文字| 成人污污视频在线观看| 精品国产乱码久久久久久免费 | 国产精品热久久久久夜色精品三区 | 欧洲激情一区二区| 中文字幕一区二区三区乱码在线 | 色综合久久久久网| 欧美激情一区二区三区蜜桃视频| 蜜臀91精品一区二区三区 | 欧美性生交片4| 日韩毛片精品高清免费| 成人午夜又粗又硬又大| 日韩女优视频免费观看| 丝袜亚洲另类丝袜在线| 欧美日韩一区久久| 亚洲图片一区二区| 欧洲人成人精品| 一区二区三区免费在线观看| www.日韩大片| 国产精品美女久久久久久| 成人污污视频在线观看| 国产精品污www在线观看| 国产99久久久久久免费看农村| 久久亚洲精华国产精华液| 欧美电视剧在线看免费| 免费观看在线综合| 日韩无一区二区| 精品一区二区综合| 久久色视频免费观看| 国产麻豆精品95视频| 久久精品人人爽人人爽| 国产suv精品一区二区三区| 国产欧美一区二区精品秋霞影院| 国产福利精品一区二区| 亚洲国产成人一区二区三区| 不卡一区二区中文字幕| 亚洲日本电影在线| 欧美亚洲免费在线一区| 三级欧美在线一区| 日韩精品一区二区三区视频在线观看| 美国一区二区三区在线播放| 2024国产精品视频| 成人美女视频在线观看| 中文字幕字幕中文在线中不卡视频| 一本一道综合狠狠老| 丝袜脚交一区二区| 国产亚洲视频系列| 99久久99久久精品免费看蜜桃| 亚洲欧美电影一区二区| 精品视频999| 蜜桃视频第一区免费观看| 精品久久五月天| 99久久久免费精品国产一区二区| 亚洲综合一二三区| 欧美大片在线观看一区二区| 大白屁股一区二区视频| 亚洲最新视频在线播放| 亚洲精品在线观| 亚洲视频在线观看三级| 3751色影院一区二区三区| 国产麻豆9l精品三级站| 亚洲免费视频成人| 日韩免费电影一区| 97国产精品videossex| 强制捆绑调教一区二区| 国产日韩欧美不卡在线| 欧美人牲a欧美精品| 国产成人aaaa| 亚洲成人激情综合网| 日本一区二区免费在线 | www激情久久| 日本精品免费观看高清观看| 蜜桃一区二区三区四区| 亚洲人成伊人成综合网小说| 欧美成人精品1314www| 99精品在线观看视频| 免费观看一级特黄欧美大片| 亚洲婷婷国产精品电影人久久| 日韩欧美在线影院| 欧洲精品一区二区| 成人理论电影网| 麻豆视频观看网址久久| 一区二区三区日韩精品视频| 国产女主播在线一区二区|