| /xsrc/external/mit/freetype/dist/docs/reference/javascripts/ |
| H A D | extra.js | 10 function offsetY(elem) { function 31 var sT = offsetY(o) - document.getElementsByClassName('md-header')[0].clientHeight;
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | overlay.c | 57 float offsetX, offsetY, offsetR, rotation; member in struct:_starRec 97 stars[n].offsetY = (float)(rand() % 100 - 100 / 2); 101 stars[n].offsetY = 0.0; 128 stars[n].y[0] += stars[n].offsetY;
|
| H A D | star.c | 55 float offsetX, offsetY, offsetR, rotation; member in struct:_starRec 95 stars[n].offsetY = (float)(rand() % 100 - 100 / 2); 99 stars[n].offsetY = 0.0; 133 stars[n].y[0] += stars[n].offsetY*dt;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | TilingFunctions.h | 652 uint32_t offsetX = 0, offsetY = 0, offsetZ = 0; local in function:ComputeSurfaceOffset 665 ComputeSurfaceOffset2D<UseCachedOffsets>(x, y, array, sampleNum, lod, pState, offsetX, offsetY); 666 return TileSwizzle2D(offsetX, offsetY, pState); 668 ComputeSurfaceOffset3D<UseCachedOffsets>(x, y, z, lod, pState, offsetX, offsetY, offsetZ); 669 return TileSwizzle3D(offsetX, offsetY, offsetZ, pState); 672 ComputeSurfaceOffset2D<UseCachedOffsets>(x, y, array, sampleNum, lod, pState, offsetX, offsetY); 673 return TileSwizzle2D(offsetX, offsetY, pState);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | TilingFunctions.h | 653 uint32_t offsetX = 0, offsetY = 0, offsetZ = 0; local in function:ComputeSurfaceOffset 666 ComputeSurfaceOffset2D<UseCachedOffsets>(x, y, array, sampleNum, lod, pState, offsetX, offsetY); 667 return TileSwizzle2D(offsetX, offsetY, pState); 669 ComputeSurfaceOffset3D<UseCachedOffsets>(x, y, z, lod, pState, offsetX, offsetY, offsetZ); 670 return TileSwizzle3D(offsetX, offsetY, offsetZ, pState); 673 ComputeSurfaceOffset2D<UseCachedOffsets>(x, y, array, sampleNum, lod, pState, offsetX, offsetY); 674 return TileSwizzle2D(offsetX, offsetY, pState);
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_video.c | 1214 unsigned long offsetY = planarOffset; local in function:SavageCopyPlanarDataBCI 1215 unsigned long offsetV = offsetY + srcPitch * h; 1254 BCI_SEND(offsetY | memType);
|