uiacceltk/hitchcock/coretoolkit/rendervg10/src/HuiVg10Gc.cpp
branchRCL_3
changeset 7 88b23e2e82e1
parent 6 10534483575f
child 8 46927d61fef3
equal deleted inserted replaced
6:10534483575f 7:88b23e2e82e1
  1870 void CHuiVg10Gc::DrawBorderFixedCorners(const TRect& aOuterRect, 
  1870 void CHuiVg10Gc::DrawBorderFixedCorners(const TRect& aOuterRect, 
  1871                                         TReal32 aLeftBorderWidth,
  1871                                         TReal32 aLeftBorderWidth,
  1872                                         TReal32 aRightBorderWidth, 
  1872                                         TReal32 aRightBorderWidth, 
  1873                                         TReal32 aTopBorderHeight,
  1873                                         TReal32 aTopBorderHeight,
  1874                                         TReal32 aBottomBorderHeight, 
  1874                                         TReal32 aBottomBorderHeight, 
  1875                                         const THuiImage* aImage)
  1875                                         const THuiImage* aImage) __SOFTFP
  1876     {
  1876     {
  1877     // If there is no image, draw a solid border
  1877     // If there is no image, draw a solid border
  1878     if (!aImage || !aImage->HasTexture())
  1878     if (!aImage || !aImage->HasTexture())
  1879         {
  1879         {
  1880         //
  1880         //