Home
last modified time | relevance | path

Searched refs:cx (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/nss/
H A Dnss_sizes.patch115 cx->pkcs1RSADigestInfo = NULL;
146 + if (sigLen > sizeof(cx->u)) {
204 switch (cx->key->keyType) {
207 - dsasig.data = cx->u.buffer;
213 + if (dsasig.len > sizeof(cx->u)) {
217 + dsasig.data = cx->u.buffer;
225 rsasig.data = cx->u.buffer;
239 VFYContext *cx;
254 dsasig.data = cx->u.buffer;
262 - if (PK11_Verify(cx->key, &dsasig, (SECItem *)digest, cx->wincx) !=
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx87 maSize = Size( pBIH->cx, pBIH->cy ); in Create()
101 maSize = Size( aDDBInfoHeader.cx, aDDBInfoHeader.cy ); in Create()
188 aInfoHeader.cx = aSize.Width(); in Create()
221 maSize = Size( aInfoHeader.cx, aInfoHeader.cy ); in Create()
359 pBIH->cx = rSize.Width(); in ImplCreateDIB()
393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1()
404 pBIH4->cx = nWidth; in ImplCreateDIB4FromDIB1()
463 size.cx = aInfoHeader.cx; in ImplCopyDIBOrDDB()
483 aInfoHeader.cx = 0; in ImplCopyDIBOrDDB()
496 pts[1].x = size.cx; in ImplCopyDIBOrDDB()
[all …]
H A Dsalgdi2.cxx132 aVCLClipRect.Right() = aSWP.cx-1; in copyArea()
225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea()
232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea()
345 const long nWidth = pBIH->cx; in ImplDrawBitmap()
357 pNewInfo->cx = nWidth; in ImplDrawBitmap()
386 …= ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->cx * pBIH->cBitCount ) … in ImplDrawBitmap()
H A Dsalprn.cxx646 pInfo->mnPaperWidth = pElm->hcInfo.cx; in ImplGetFormAndTrayList()
652 pInfo->mnPaperHeight = pElm->hcInfo.cx; in ImplGetFormAndTrayList()
767 pSetupData->mnPaperWidth = pElm->hcInfo.cx*100; in ImplGetCurrentSettings()
1052 sizel.cx = 0; in ImplSalCreateInfoPrn()
1555 rPageWidth = aInfo.cx * nXResolution / 1000; in GetPageInfo()
1710 sizel.cx = 0; in StartJob()
H A Dsalvd.cxx70 aBitmapInfo.cx = nDX; in ImplCreateVirDevBitmap()
96 size.cx = nDX; in CreateVirtualDevice()
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx121 dx=P.x-cx; in RotatePoint()
125 P.x=cx+sal_Int16(x1); in RotatePoint()
133 dx=(sal_Int16)(P.X()-cx); in RotatePoint()
473 sal_Int16 cx,cy; in DrawSlideRect() local
524 cx=(x1+x2) /2; in DrawSlideRect()
544 rOut.DrawEllipse(Rectangle(cx-i0,cy-i0,cx+i0,cy+i0)); in DrawSlideRect()
550 rOut.DrawEllipse(Rectangle(cx-i0,cy-i0,cx+i0,cy+i0)); in DrawSlideRect()
653 sal_Int16 x1=cx-rx; in DrawSlideCirc()
655 sal_Int16 x2=cx+rx; in DrawSlideCirc()
725 rOut.DrawEllipse(Rectangle(cx-i0,cy-j0,cx+i0,cy+j0)); in DrawSlideCirc()
[all …]
H A Dsgvspln.cxx640 double* bx, double* cx, double* dx, in ParaSpline() argument
690 Error=PeriodicSpline(n,T,x,bx,cx,dx); in ParaSpline()
695 Error=NaturalSpline(n,T,x,alphX,betX,MargCond,bx,cx,dx); in ParaSpline()
726 double*& cx, double*& cy, double*& dx, double*& dy, double*& T) in CalcSpline() argument
761 cx=new double[n+1]; in CalcSpline()
776 bRet = ParaSpline(n,ax,ay,Marg,Marg01,Marg01,MargN1,MargN2,sal_False,T,bx,cx,dx,by,cy,dy) == 0; in CalcSpline()
784 delete[] cx; in CalcSpline()
821 double* cx; in Spline2Poly() local
837 bOk=CalcSpline(rSpln,Periodic,n,ax,ay,bx,by,cx,cy,dx,dy,tv); in Spline2Poly()
851 x=long(ax[i]+bx[i]*dt1+cx[i]*dt2+dx[i]*dt3); in Spline2Poly()
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dpreviewadapter.cxx309 int cx = 0; in rearrangeLayout() local
313 cx = width/2; in rearrangeLayout()
318 NULL, 0, 0, cx, height, in rearrangeLayout()
322 NULL, 0, 0, cx, height, in rearrangeLayout()
337 HWND_TOP, pt.x, pt.y, cx, height, SWP_NOACTIVATE); in rearrangeLayout()
343 cx = rcFileDlg.right - rcFlbNew.left; in rearrangeLayout()
347 NULL, 0, 0, cx, height, in rearrangeLayout()
352 NULL, 0, 0, cx, height, in rearrangeLayout()
H A Ddibpreview.cxx162 sal_Int32 cx = 0; in getAvailableWidth() local
165 cx = rect.right; in getAvailableWidth()
167 return cx; in getAvailableWidth()
H A DPreviewCtrl.hxx51 CDimension( sal_Int32 cx, sal_Int32 cy ) : in CDimension() argument
52 m_cx( cx ), in CDimension()
H A Dhelppopupwindow.cxx264 sal_Int32 x, sal_Int32 y, sal_Int32 cx, sal_Int32 cy ) in adjustWindowPos() argument
276 popWidth = cx; in adjustWindowPos()
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx112 InflateRect(&rect,-size.cx, -size.cy); in DrawDragRect()
137 InflateRect(&rect,-sizeLast.cx, -sizeLast.cy); in DrawDragRect()
271 m_sizeMin.cy = m_sizeMin.cx = m_nHandleSize*2; in Construct()
274 m_sizeLast.cx = m_sizeLast.cy = 0; in Construct()
502 if (px != NULL && nAbsWidth < m_sizeMin.cx) in AdjustRect()
508 nNewWidth * m_sizeMin.cx * -pRectInfo->nSignAcross; in AdjustRect()
537 size.cx = 0; size.cy = 0; in DrawTrackerRect()
543 size.cx = size.cy = max(1,GetHandleSize(&rect)-1); in DrawTrackerRect()
544 InflateRect(&rect,size.cx,size.cy); in DrawTrackerRect()
548 size.cx = 1; // CX_BORDER; in DrawTrackerRect()
H A Ddocholder.cxx983 if ( aOldSize.cx != rNewSize.cx || aOldSize.cy != rNewSize.cy ) in resizeWin()
989 aOldOffset.x = aOldSize.cx; in resizeWin()
994 aNewOffset.x = rNewSize.cx; in resizeWin()
1255 awt::Size aNewSize( pSize->cx, pSize->cy ); in SetExtent()
1301 pSize->cx = aDocSize.Width; in GetExtent()
H A Ded_ipersiststr.cxx534 aSizeToSet.cx = *((sal_Int32*)&aInf[8]) - *((sal_Int32*)aInf); in Load()
663 *((sal_Int32*)&aInf[8]) = aSize.cx; in Save()
846 *((sal_Int32*)&aInf[8]) = aSize.cx; in Load()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()
162 LONG cx, LONG cy, ULONG fl) in _WinSetWindowPos() argument
170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
197 cx = swp.cx; in _WinSetWindowPos()
218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()
248 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
1268 nWidth = aSWP.cx; in SetWindowState()
[all …]
/trunk/main/sal/systools/win32/uwinapi/
H A DDrawStateW.cpp35 int cx, // width of image
65 return DrawStateA( hdc, hbr, lpOutputFunc, (LPARAM)lpTextA, wData, x, y, cx, cy, fuFlags );
68 return DrawStateA( hdc, hbr, lpOutputFunc, lData, wData, x, y, cx, cy, fuFlags );
/trunk/main/dtrans/source/os2/clipb/
H A DOS2Bitmap.cxx170 sizl.cx = bm.bmp2.cx; in OS2HandleToOOoBmp()
180 cbBuffer = (((bm.bmp2.cBitCount * bm.bmp2.cx) + 31) / 32) * 4 * bm.bmp2.cy * bm.bmp2.cPlanes; in OS2HandleToOOoBmp()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx297 thumbnail_size_.cx = 0; in CThumbviewer()
391 Gdiplus::Rect canvas(0, 0, thumbnail_size_.cx, thumbnail_size_.cy); in Extract()
392 …Gdiplus::Rect canvas_thumbnail(offset, offset, thumbnail_size_.cx - (2 * offset) - 1, thumbnail_si… in Extract()
405 dib.bi.biWidth = thumbnail_size_.cx; in Extract()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1022 double x1,y1,x2,y2,x3,y3,p,q,cx,cy,ncx,ncy,r,rx,ry,w1,w3; in ReadArc() local
1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
1047 r=sqrt(q*q*(x1-cx)*(x1-cx)+p*p*(y1-cy)*(y1-cy)); in ReadArc()
1052 w1=fmod((atan2(x1-cx,y1-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w1<0) w1+=6.28318530718; in ReadArc()
1053 w3=fmod((atan2(x3-cx,y3-cy)-atan2(x2-cx,y2-cy)),6.28318530718); if (w3<0) w3+=6.28318530718; in ReadArc()
1055 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1056 (long)(cx+rx),(long)(cy+ry)),aP1,aP3); in ReadArc()
1059 pVirDev->DrawArc(Rectangle((long)(cx-rx),(long)(cy-ry), in ReadArc()
1060 (long)(cx+rx),(long)(cy+ry)),aP3,aP1); in ReadArc()
/trunk/main/cppcanvas/prj/
H A Dbuild.lst1 cx cppcanvas : comphelper cppuhelper offapi tools vcl basegfx canvas NULL
2 cx cppcanvas\prj nmake - all cx_prj NULL
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx2562 rtl_TextToUnicodeContext cx = rtl_createTextToUnicodeContext(cv); in TEST_F() local
2563 OSL_ASSERT(cx != NULL); in TEST_F()
2571 cv, cx, &src, 1, dst, sizeof dst / sizeof (sal_Unicode), in TEST_F()
2578 rtl_destroyTextToUnicodeContext(cv, cx); in TEST_F()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx697 lpmis->itemWidth = size.cx + 4 + GetSystemMetrics( SM_CXSMICON ); in OnMeasureItem()
741 int cx = GetSystemMetrics( SM_CXSMICON ); in OnDrawItem() local
758 IMAGE_ICON, cx, cy, in OnDrawItem()
769 x += cx + 4; // space for icon in OnDrawItem()
/trunk/main/svtools/source/inc/
H A Dsgvmain.hxx308 void RotatePoint(PointType& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
309 void RotatePoint(Point& P, sal_Int16 cx, sal_Int16 cy, double sn, double cs);
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx284 long cx=rCenter.X(); in CrookRotateXPoint() local
295 pC1->Y()=Round(((double)pC1->Y()) /rRad.X()*(cx-pC1->X())); in CrookRotateXPoint()
304 pC1->X()+=cx; in CrookRotateXPoint()
322 pC2->X()+=cx; in CrookRotateXPoint()
/trunk/main/slideshow/source/engine/OGLTrans/
H A DOGLTrans_TransitionImpl.cxx400 …double lt = 0, t = 1.0/nSteps, cx, cy, lcx, lcy, lx = 1, ly = 0, x, y, cxo, cyo, lcxo, lcyo, of=2.… in makeIris() local
405 cx = (f*x + 1)/2; in makeIris()
415 basegfx::B2DVector (cx, cy)); in makeIris()
416 irisPart.pushTriangle (basegfx::B2DVector (cx, cy), in makeIris()

Completed in 178 milliseconds

12