Searched refs:off_size (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c486 * off_size - new off_size to use
489 * off_size_ret - new off_size (return)
498 AdjustPanedSize(PanedWidget pw, unsigned int off_size, argument
521 request.width = (Dimension)off_size;
526 request.height = (Dimension)off_size;
537 *off_size_ret = (Dimension)off_size;
883 * off_size - ""
890 unsigned int on_size, unsigned int off_size)
894 off_loc, on_loc, off_size, on_siz
889 _DrawRect(PanedWidget pw,GC gc,int on_loc,int off_loc,unsigned int on_size,unsigned int off_size) argument
916 unsigned int on_size, off_size; local in function:_DrawInternalBorders
958 unsigned int on_size, off_size; local in function:_DrawTrackLines
1415 SetChildrenPrefSizes(PanedWidget pw,unsigned int off_size) argument
1611 Dimension on_size, off_size; local in function:XawPanedGeometryManager
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcfftypes.h53 * off_size ::
74 FT_Byte off_size; member in struct:CFF_IndexRec_
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffload.c219 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
224 for ( nn = 0; nn < idx->off_size; nn++ )
280 idx->off_size = offsize;
350 FT_Byte offsize = idx->off_size;
522 FT_ULong pos = element * idx->off_size;

Completed in 6 milliseconds