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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ap.cpp337 CPVT_Color crLeftTop, crRightBottom; local
355 crLeftTop = CPVT_Color(CT_GRAY, 1);
361 crLeftTop = CPVT_Color(CT_GRAY, 0.5);
385 crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder);
713 const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom,
750 sColor = GenerateColorAP(crLeftTop, TRUE);
712 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.cpp536 CPWL_Color crLeftTop,crRightBottom; local
547 crLeftTop = CPWL_Color(COLORTYPE_GRAY,1);
553 crLeftTop = CPWL_Color(COLORTYPE_GRAY,0.5);
655 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
674 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
691 CPWL_Color crTemp = crLeftTop;
692 crLeftTop = crRightBottom;
697 crLeftTop = CPWL_Color(COLORTYPE_GRAY,0);
705 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
742 CPWL_Color crLeftTop,crRightBotto local
874 CPWL_Color crLeftTop,crRightBottom; local
1417 CPWL_Color crLeftTop, crRightBottom; local
[all...]

Completed in 146 milliseconds