HomeSort by relevance Sort by last modified time
    Searched refs:crRightBottom (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 88 const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom,
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 536 CPWL_Color crLeftTop,crRightBottom;
548 crRightBottom = CPWL_Utils::DevideColor(crBackground,2);
554 crRightBottom = CPWL_Color(COLORTYPE_GRAY,0.75);
655 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
674 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
692 crLeftTop = crRightBottom;
693 crRightBottom = crTemp;
698 crRightBottom = CPWL_Color(COLORTYPE_GRAY,1);
705 CPWL_Utils::GetBorderAppStream(rcWindow, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder) +
742 CPWL_Color crLeftTop,crRightBottom;
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Utils.h 120 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
123 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
165 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 337 CPVT_Color crLeftTop, crRightBottom;
356 crRightBottom = CPVT_Color(CT_GRAY, 0.5);
362 crRightBottom = CPVT_Color(CT_GRAY, 0.75);
385 crBorder, crLeftTop, crRightBottom, nBorderStyle, dsBorder);
713 const CPVT_Color & color, const CPVT_Color & crLeftTop, const CPVT_Color & crRightBottom,
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 952 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
1010 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,TRUE);
1050 const CPWL_Color & color, const CPWL_Color & crLeftTop, const CPWL_Color & crRightBottom,
1112 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,FALSE);
1141 sColor = CPWL_Utils::GetColorAppStream(crRightBottom,FALSE);
    [all...]

Completed in 211 milliseconds