Home
last modified time | relevance | path

Searched refs:GrFrameLineOffset (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/grx/grx249/src/setup/
H A Dfgeom.c28 int GrFrameLineOffset(GrFrameMode md,int width) in GrFrameLineOffset() function
43 return(umul32(GrFrameLineOffset(md,w),h)); in GrFramePlaneSize()
48 return(umul32(GrFrameLineOffset(md,w),(GrFrameNumPlanes(md) * h))); in GrFrameContextSize()
H A Dcontext.c38 offset = GrFrameLineOffset(md,w); in GrCreateFrameContext()
/dports/graphics/grx/grx249/include/
H A Dgrx20.h447 int GrFrameLineOffset(GrFrameMode md,int width);
485 #define GrLineOffset(w) GrFrameLineOffset(GrCoreFrameMode(),w)
/dports/graphics/grx/grx249/pascal/
H A Dgrx.pas394 function GrFrameLineOffset(md,Width:CInteger):CInteger; asmname 'GrFrameLineOffset'; in GrFrameLineOffset() function