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

  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 339 CPVT_Color crLeftTop, crRightBottom;
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,
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 537 CPWL_Color crLeftTop,crRightBottom;
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;
    [all...]

Completed in 427 milliseconds