Home
last modified time | relevance | path

Searched refs:kBackgroundColor (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp132 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()
DBC_OnedEAN13Writer.cpp152 device->FillRect(re, kBackgroundColor); in ShowChars()
159 device->FillRect(re, kBackgroundColor); in ShowChars()
166 device->FillRect(re, kBackgroundColor); in ShowChars()
DBC_OneDimWriter.cpp169 device->FillRect(re, kBackgroundColor); in ShowDeviceChars()
246 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
247 kBackgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
DBC_OnedEAN8Writer.cpp154 device->FillRect(re, kBackgroundColor); in ShowChars()
161 device->FillRect(re, kBackgroundColor); in ShowChars()
/external/pdfium/fxbarcode/
DBC_TwoDimWriter.cpp93 device->DrawPath(&path, matrix, &stateData, kBackgroundColor, in RenderDeviceResult()
94 kBackgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
DBC_Writer.h30 static const FX_ARGB kBackgroundColor = 0xffffffff; variable
/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp27 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()