Lines Matching refs:gK
62 double gK[9]; variable
415 gK[0] = w / 2.0 - 0.5; in AllocateTextureMemory()
416 gK[1] = 0.0; in AllocateTextureMemory()
417 gK[2] = w / 2.0 - 0.5; in AllocateTextureMemory()
418 gK[3] = 0.0; in AllocateTextureMemory()
419 gK[4] = h / 2.0 - 0.5; in AllocateTextureMemory()
420 gK[5] = h / 2.0 - 0.5; in AllocateTextureMemory()
421 gK[6] = 0.0; in AllocateTextureMemory()
422 gK[7] = 0.0; in AllocateTextureMemory()
423 gK[8] = 1.0; in AllocateTextureMemory()
426 db_InvertCalibrationMatrix(gKinv, gK); in AllocateTextureMemory()
442 db_Multiply3x3_3x3(Ttemp, T, gK); in AllocateTextureMemory()