Home
last modified time | relevance | path

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

12

/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dgraphic.c109 void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line()
124 void draw_dashed_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_line()
146 void draw_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_arrow()
169 void draw_dashed_arrow( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_dashed_arrow()
192 void draw_circle( f32 ox, f32 oy, f32 radius, GXColor clr, f32 width ) in draw_circle()
Dweight.c315 static void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line()
326 static void draw_box( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_box()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/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-3.2.2/build/libraries/demo/src/
DDEMOPuts.c224 u16 width = 64; in DEMOLoadFont() local
275 void DEMOSetupScrnSpc( s32 width, s32 height, float depth ) in DEMOSetupScrnSpc()
306 void DEMOInitCaption( s32 font_type, s32 width, s32 height ) in DEMOInitCaption()
614 s32 width; in DEMORFPuts() local
666 s32 width; in DEMORFPutsEx() local
758 s32 width; in DEMODumpROMFont() local
812 s32 width; in DEMOGetRFTextWidth() local
/RvlSDK-3.2.2/build/demos/videmo/src/
Dcross-color.c80 static void YuvPset(s32 posX, s32 posY, s32 width, u32 *xfb, u8 luma, u8 u, u8 v) in YuvPset()
115 static void YuvCircle(s32 posX, s32 posY, s32 width, s32 r, u32 *xfb, u8 luma, u8 u, u8 v) in YuvCircle()
154 static void DrawCircles(s32 width, s32 height, u32 fbSize, u8* xfb) in DrawCircles()
Dviewer.c145 u32 width; // image width member
175 static void readConvertBmp(char* fileName, u8* dest, u32* width, u32* height) in readConvertBmp()
254 u32 width; in idle() local
367 static u32 width; in printOneLevel() local
/RvlSDK-3.2.2/include/revolution/vi/
Dvifuncs.h119 #define VIPadFrameBufferWidth(width) ((u16)(((u16)(width) + 15) & ~15)) argument
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo2.c41 s32 width; in main() local
Dfontdemo1.c101 s32 width; in DrawChar() local
139 s32 width; in DrawString() local
/RvlSDK-3.2.2/include/charPipeline/tc/
DTCLayer.h45 u32 width; member
/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp946 u32 width, height; in TCComputeTplImageBufferSize_4Bit() local
968 u32 width, height; in TCComputeTplImageBufferSize_8Bit() local
991 u32 width, height; in TCComputeTplImageBufferSize_16Bit() local
1014 u32 width, height; in TCComputeTplImageBufferSize_32Bit() local
1039 u32 width, height; in TCComputeTplImageBufferSize_Cmp() local
1385 u32 width, height; in TCWriteTplImage_I4() local
1486 u32 width, height; in TCWriteTplImage_I8() local
1572 u32 width, height; in TCWriteTplImage_IA4() local
1671 u32 width, height; in TCWriteTplImage_IA8() local
1767 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-3.2.2/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-3.2.2/build/demos/videmo/include/
Dbmp.h37 u32 width; member
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dhandling_weight.c599 static void draw_line( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_line()
610 static void draw_box( f32 x1, f32 y1, f32 x2, f32 y2, GXColor clr, f32 width ) in draw_box()
/RvlSDK-3.2.2/build/demos/gxdemo/include/
Dcmn-model.h42 s16 width; member
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-ztex.c58 s16 width; member
594 static void SetScreenSpace( u16 width, u16 height, f32 depth ) in SetScreenSpace()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-fld-int.c94 u16 width; // screen width member
Dfrb-aa-full.c90 u32 width; in main() local
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dspheremap.c219 u16 width, height; in drawSphereMap() local
Dparabolicmap.c249 u16 width, height; in drawParaboloidMap() local
/RvlSDK-3.2.2/include/revolution/
Dtpl.h67 u16 width; member
Dfnt.h87 u8 width; // Width (for TAB & scale standard) member
/RvlSDK-3.2.2/include/revolution/os/
DOSFont.h61 u16 width; // The width of the widest character member
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDTexture.c250 void GDSetTexImgAttr ( GXTexMapID id, u16 width, u16 height, GXTexFmt format ) in GDSetTexImgAttr()

12