Searched refs:nWidth (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp504 int nWidth = 0; local
509 nWidth = va_arg(argList, int);
517 if (nWidth == 0) {
518 nWidth = FXSYS_atoi(lpsz);
522 if (nWidth < 0 || nWidth > 128 * 1024) {
636 if (nItemLen < nWidth) {
637 nItemLen = nWidth;
653 if (nItemLen < nWidth + nPrecision) {
654 nItemLen = nWidth
[all...]
H A Dfx_basic_wstring.cpp770 int nWidth = 0; local
775 nWidth = va_arg(argList, int);
783 if (nWidth == 0) {
784 nWidth = FXSYS_wtoi(lpsz);
788 if (nWidth < 0 || nWidth > 128 * 1024) {
902 if (nItemLen < nWidth) {
903 nItemLen = nWidth;
919 if (nItemLen < nWidth + nPrecision) {
920 nItemLen = nWidth
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h128 void SetBorderWidth(int nWidth);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp1867 int nWidth = pBmp->GetWidth(); local
1887 pMatrix->AddInteger(-nWidth / 2);
1903 pBBox->AddInteger(nWidth);
1909 csStream.Format("q\n%d 0 0 %d 0 0 cm\n/Img Do\nQ", nWidth, nHeight);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 8668 milliseconds