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 358 CPVT_Color crLeftTop, crRightBottom;
378 crRightBottom = CPVT_Color(CT_GRAY, 0.5);
384 crRightBottom = CPVT_Color(CT_GRAY, 0.75);
408 rcBBox, fBorderWidth, crBorder, crLeftTop, crRightBottom, nBorderStyle,
801 const CPVT_Color& crRightBottom,
863 sColor = GenerateColorAP(crRightBottom, TRUE);
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp 924 CPWL_Color crLeftTop, crRightBottom;
935 crRightBottom = CPWL_Utils::DevideColor(crBackground, 2);
941 crRightBottom = CPWL_Color(COLORTYPE_GRAY, 0.75);
1026 crLeftTop, crRightBottom, nBorderStyle,
    [all...]

Completed in 61 milliseconds