Searched defs:crRightBottom (Results 1 - 2 of 2) sorted by relevance

/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/
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...]

Completed in 41 milliseconds