Searched refs:crRightBottom (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp537 CPWL_Color crLeftTop,crRightBottom; local
549 crRightBottom = CPWL_Utils::DevideColor(crBackground,2);
555 crRightBottom = CPWL_Color(COLORTYPE_GRAY,0.75);
656 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
675 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
693 crLeftTop = crRightBottom;
694 crRightBottom = crTemp;
699 crRightBottom = CPWL_Color(COLORTYPE_GRAY,1);
706 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
743 CPWL_Color crLeftTop,crRightBottom; local
875 CPWL_Color crLeftTop,crRightBottom; local
1418 CPWL_Color crLeftTop, crRightBottom; local
[all...]
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_ap.h90 const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom,
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Utils.h128 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
131 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
173 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp339 CPVT_Color crLeftTop, crRightBottom; local
358 crRightBottom = CPVT_Color(CT_GRAY, 0.5);
364 crRightBottom = CPVT_Color(CT_GRAY, 0.75);
387 crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder);
715 const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom,
762 sColor = GenerateColorAP(crRightBottom, TRUE);
714 GenerateBorderAP(const CPDF_Rect & rect, FX_FLOAT fWidth, const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom, FX_INT32 nStyle, const CPVT_Dash & dash) argument
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp949 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
1007 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,TRUE);
1047 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
1109 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,FALSE);
1138 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,FALSE);
1509 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
1583 pDevice->DrawPath(&pathRB, pUser2Device, &gsd, PWLColorToFXColor(crRightBottom,nTransparancy), 0, FXFILL_ALTERNATE);

Completed in 209 milliseconds