Home
last modified time | relevance | path

Searched refs:width (Results 1 – 5 of 5) sorted by relevance

/RvlHBMSdk-4.4/man/en_US/hbm/css/
Dhbm_common.css6 width : 95%;
23 width : 20%;
27 border-width : 2pt;
41 border-width : 2pt;
71 width : auto; /* Cancel the "width: 20%" in TABLE.arguments TH */
117 border-width : 2px;
132 border-width : 2px;
Drevolution.css12 border-bottom-width : 5px;
24 border-left-width : 8px;
28 border-bottom-width : 2px;
76 border-right-width : 8px;
/RvlHBMSdk-4.4/include/revolution/hbm/
DHBMNetworkManual.h22 u16 width; member
57 u16 *width, u16 *height, void *jpg, u32 jpg_size, GXTexFmt format );
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp179 static void drawTexPlate( void* graphicBuf, u16 width, u16 height, GXTexFmt texFmt, f32 left, f32 …
250 static void drawTexPlate( void* graphicBuf, u16 width, u16 height, GXTexFmt texFmt, f32 left, f32 … in drawTexPlate() argument
267 (u16)width, in drawTexPlate()
848 netInfo.width = tdpGraphic->textureHeader->width; in main()
1064 tdpGraphic_Test->textureHeader->width, in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp837 …HBMJPGGetTextureBufferSize ( (void *)workmem, &buffersize, &netInfo.width, &netInfo.height, (void… in main()