Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 36) sorted by relevance

12

/RvlSDK-2.1/build/libraries/demo/src/
DDEMOPuts.c215 u16 width = 64; in DEMOLoadFont() local
265 void DEMOSetupScrnSpc( s32 width, s32 height, float depth ) in DEMOSetupScrnSpc()
295 void DEMOInitCaption( s32 font_type, s32 width, s32 height ) in DEMOInitCaption()
600 s32 width; in DEMORFPuts() local
652 s32 width; in DEMORFPutsEx() local
741 s32 width; in DEMODumpROMFont() local
795 s32 width; in DEMOGetRFTextWidth() local
/RvlSDK-2.1/build/demos/kpaddemo/src/
Dgraphic.c115 void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line()
130 void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_line()
152 void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_arrow()
176 void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_arrow()
200 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle()
/RvlSDK-2.1/include/revolution/vi/
Dvifuncs.h83 #define VIPadFrameBufferWidth(width) ((u16)(((u16)(width) + 15) & ~15)) argument
/RvlSDK-2.1/build/demos/videmo/src/
Dcross-color.c79 static void YuvPset(s32 posX, s32 posY, s32 width, u32 *xfb, u8 luma, u8 u, u8 v) in YuvPset()
114 static void YuvCircle(s32 posX, s32 posY, s32 width, s32 r, u32 *xfb, u8 luma, u8 u, u8 v) in YuvCircle()
153 static void DrawCircles(s32 width, s32 height, u32 fbSize, u8* xfb) in DrawCircles()
Dviewer.c142 u32 width; // image width member
172 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp()
251 u32 width; in idle() local
364 static u32 width; in printOneLevel() local
/RvlSDK-2.1/build/demos/osdemo/src/
Dfontdemo2.c41 s32 width; in main() local
Dfontdemo1.c101 s32 width; in DrawChar() local
139 s32 width; in DrawString() local
Dfontdemo3.c108 s32 width; in DrawChar() local
142 s32 width; in DrawString() local
/RvlSDK-2.1/include/charPipeline/tc/
DTCLayer.h45 u32 width; member
/RvlSDK-2.1/build/libraries/tc/src/
DTCTPLToolbox.cpp941 u32 width, height; in TCComputeTplImageBufferSize_4Bit() local
963 u32 width, height; in TCComputeTplImageBufferSize_8Bit() local
986 u32 width, height; in TCComputeTplImageBufferSize_16Bit() local
1009 u32 width, height; in TCComputeTplImageBufferSize_32Bit() local
1034 u32 width, height; in TCComputeTplImageBufferSize_Cmp() local
1380 u32 width, height; in TCWriteTplImage_I4() local
1481 u32 width, height; in TCWriteTplImage_I8() local
1567 u32 width, height; in TCWriteTplImage_IA4() local
1666 u32 width, height; in TCWriteTplImage_IA8() local
1762 u32 width, height; in TCWriteTplImage_R5G6B5() local
[all …]
DTCLayer.cpp98 void TCSetLayerAttributes ( TCLayer* ly, u32 type, u32 width, u32 height ) in TCSetLayerAttributes()
419 static void TCSetLayerDimensions( TCLayer* ly, u32 width, u32 height ) in TCSetLayerDimensions()
/RvlSDK-2.1/build/tools/TexConv/src/
Dtga.cpp84 u32 width; member
755 static void UnencodeTgaImage( u8* riPtr, u8* dstPtr, u32 width, u32 height, u32 pixelDepth ) in UnencodeTgaImage()
820 static void OrientUncompressedTgaData( u8* srcBuff, u32 width, u32 height, u32 pixelDepth, u32 imag… in OrientUncompressedTgaData()
/RvlSDK-2.1/build/demos/videmo/include/
Dbmp.h37 u32 width; member
/RvlSDK-2.1/build/demos/carddemo/src/
Dlistdemo.c381 s32 width; in DrawMenu() local
449 int width; in DrawUsage() local
531 int width; in ProbeDrawTick() local
676 int width; in DrawInstructions() local
/RvlSDK-2.1/build/demos/gxdemo/include/
Dcmn-model.h42 s16 width; member
/RvlSDK-2.1/build/demos/gxdemo/src/Tev/
Dtev-ztex.c58 s16 width; member
594 static void SetScreenSpace( u16 width, u16 height, f32 depth ) in SetScreenSpace()
/RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/
Dfrb-fld-int.c94 u16 width; // screen width member
Dfrb-aa-full.c90 u32 width; in main() local
/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dspheremap.c219 u16 width, height; in drawSphereMap() local
Dparabolicmap.c249 u16 width, height; in drawParaboloidMap() local
/RvlSDK-2.1/include/revolution/
Dtpl.h67 u16 width; member
/RvlSDK-2.1/include/revolution/os/
DOSFont.h58 u16 width; // the width of the widest character member
/RvlSDK-2.1/build/demos/gxdemo/src/Lighting/
Dlit-dist-atn.c232 f32 width = 10.0F - iz * 0.6F; in DrawTick() local
/RvlSDK-2.1/build/demos/gxdemo/src/Transform/
Dtf-mirror.c251 u16 width; // mirror width in DrawTick() local
/RvlSDK-2.1/build/libraries/gd/src/
DGDTexture.c250 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ) in GDSetTexImgAttr()

12