Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedUPCAWriter.cpp156 device->FillRect(&re, m_backgroundColor); in ShowChars()
166 device->FillRect(&re, m_backgroundColor); in ShowChars()
174 device->FillRect(&re, m_backgroundColor); in ShowChars()
184 device->FillRect(&re, m_backgroundColor); in ShowChars()
194 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
215 ge.FillRect(&rect2, m_backgroundColor); in ShowChars()
243 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
263 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
DBC_OnedEAN13Writer.cpp203 device->FillRect(&re, m_backgroundColor); in ShowChars()
213 device->FillRect(&re, m_backgroundColor); in ShowChars()
221 device->FillRect(&re, m_backgroundColor); in ShowChars()
235 ge.FillRect(&rect, m_backgroundColor); in ShowChars()
257 ge.FillRect(&rect1, m_backgroundColor); in ShowChars()
286 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
DBC_OnedEAN8Writer.cpp203 device->FillRect(&re, m_backgroundColor); in ShowChars()
213 device->FillRect(&re, m_backgroundColor); in ShowChars()
225 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
245 ge.GetBitmap()->Clear(m_backgroundColor); in ShowChars()
DBC_OneDimWriter.cpp217 device->FillRect(&re, m_backgroundColor); in ShowDeviceChars()
240 ge.FillRect(&geRect, m_backgroundColor); in ShowBitmapChars()
328 pOutBitmap->Clear(m_backgroundColor); in RenderBitmapResult()
368 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult()
369 m_backgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
/external/pdfium/xfa/fxbarcode/
DBC_Writer.cpp17 m_backgroundColor = 0xffffffff; in CBC_Writer()
47 m_backgroundColor = backgroundColor; in SetBackgroundColor()
DBC_TwoDimWriter.cpp27 device->DrawPath(&path, matrix, &stateData, m_backgroundColor, in RenderDeviceResult()
28 m_backgroundColor, FXFILL_ALTERNATE); in RenderDeviceResult()
71 pOutBitmap->Clear(m_backgroundColor); in RenderBitmapResult()
DBC_Writer.h35 FX_ARGB m_backgroundColor; variable