Searched refs:crText (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_Utils.h | 160 const CPWL_Color& crText, 165 const CPWL_Color& crText); 168 const CPWL_Color& crText); 192 const CPWL_Color& crText); 309 const CPWL_Color& crText); 311 const CPWL_Color& crText); 313 const CPWL_Color& crText); 315 const CPWL_Color& crText); 317 const CPWL_Color& crText); 319 const CPWL_Color& crText);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 433 FX_COLORREF crText, in AddTextObjToPageObjects() argument 454 rgb[0] = FXARGB_R(crText) / 255.0f; in AddTextObjToPageObjects() 455 rgb[1] = FXARGB_G(crText) / 255.0f; in AddTextObjToPageObjects() 456 rgb[2] = FXARGB_B(crText) / 255.0f; in AddTextObjToPageObjects() 475 FX_COLORREF crText, in GeneratePageObjects() argument 506 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex), in GeneratePageObjects() 525 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex), in GeneratePageObjects()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 953 CPWL_Color crText(COLORTYPE_GRAY, 0); local 961 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); 1030 pNormalIcon, iconFit, csNormalCaption, crText, fFontSize, nLayout); 1051 pRolloverIcon, iconFit, csRolloverCaption, crText, fFontSize, 1084 pDownIcon, iconFit, csDownCaption, crText, fFontSize, nLayout); 1097 CPWL_Color crBackground, crBorder, crText; local 1145 crText = CPWL_Color(iColorType, fc[0], fc[1], fc[2], fc[3]); 1205 csAP_N_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText); 1206 csAP_D_ON += CPWL_Utils::GetCheckBoxAppStream(rcClient, nStyle, crText); 1223 CPWL_Color crBackground, crBorder, crText; local [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Utils.cpp | 580 const CPWL_Color& crText) { in GetTextAppStream() argument 601 sRet << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit in GetTextAppStream() 615 const CPWL_Color& crText, in GetPushButtonAppStream() argument 817 sTemp << "BT\n" << CPWL_Utils::GetColorAppStream(crText) << sEdit in GetPushButtonAppStream() 1128 const CPWL_Color& crText) { in GetAppStream_Check() argument 1130 sAP << "q\n" << CPWL_Utils::GetColorAppStream(crText, TRUE) in GetAppStream_Check() 1136 const CPWL_Color& crText) { in GetAppStream_Circle() argument 1138 sAP << "q\n" << CPWL_Utils::GetColorAppStream(crText, TRUE) in GetAppStream_Circle() 1144 const CPWL_Color& crText) { in GetAppStream_Cross() argument 1146 sAP << "q\n" << CPWL_Utils::GetColorAppStream(crText, FALSE) in GetAppStream_Cross() [all …]
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 291 CPVT_Color crText = ParseColor(DA); in GenerateWidgetAP() local 512 sAppStream << "BT\n" << CPVT_GenerateAP::GenerateColorAP(crText, TRUE) in GenerateWidgetAP() 553 sAppStream << "BT\n" << CPVT_GenerateAP::GenerateColorAP(crText, TRUE) in GenerateWidgetAP() 651 sBody << "BT\n" << CPVT_GenerateAP::GenerateColorAP(crText, TRUE) in GenerateWidgetAP()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 465 FX_COLORREF crText,
|