void VDPixmapGenResampleRow_x4_p0_lin_u8::Start() {
	mpSrc->Start();
	StartWindow(mWidth);
}
void VDPixmapGenResampleCol_d2_pnqrtr_lin_u8::Start() {
	mpSrc->Start();
	StartWindow(mWidth);
}
void VDPixmapGenResampleCol_x4_p1half_lin_u8::Start() {
	mpSrc->Start();
	StartWindow(mWidth);
}
Example #4
0
void VDPixmapGen_16F_To_32F::Start() {
	StartWindow(mWidth * sizeof(float));
}
Example #5
0
void VDPixmapGen_32F_To_16F::Start() {
	StartWindow(mWidth * sizeof(uint16));
}
Example #6
0
/*
 * all in the name of portability... actually put the display on
 * the screen. Some window systems need to do initialization before
 * the net is started, but don't want to display until after.
 */
void
StartDisplay()
{
	StartWindow(ratBits_width, ratBits_height);
}