Searched refs:kBackgroundColor (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedUPCAWriter.cpp | 132 device->FillRect(re, kBackgroundColor); in ShowChars() 140 device->FillRect(re, kBackgroundColor); in ShowChars() 147 device->FillRect(re, kBackgroundColor); in ShowChars() 155 device->FillRect(re, kBackgroundColor); in ShowChars()
|
D | BC_OnedEAN13Writer.cpp | 152 device->FillRect(re, kBackgroundColor); in ShowChars() 159 device->FillRect(re, kBackgroundColor); in ShowChars() 166 device->FillRect(re, kBackgroundColor); in ShowChars()
|
D | BC_OneDimWriter.cpp | 169 device->FillRect(re, kBackgroundColor); in ShowDeviceChars() 246 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 247 kBackgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
|
D | BC_OnedEAN8Writer.cpp | 154 device->FillRect(re, kBackgroundColor); in ShowChars() 161 device->FillRect(re, kBackgroundColor); in ShowChars()
|
/external/pdfium/fxbarcode/ |
D | BC_TwoDimWriter.cpp | 93 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult() 94 kBackgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
|
D | BC_Writer.h | 30 static const FX_ARGB kBackgroundColor = 0xffffffff; variable
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 27 constexpr FX_ARGB kBackgroundColor = ArgbEncode(0xff, 255, 255, 255); variable 107 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(kBackgroundColor)); in DrawTotalBK() 118 pParams.m_pGraphics->SetFillColor(CXFA_GEColor(kBackgroundColor)); in DrawHeadBk()
|