HomeSort by relevance Sort by last modified time
    Searched full:m_backgroundcolor (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/src/fxbarcode/
BC_Writer.cpp 17 m_backgroundColor = 0xffffffff;
47 m_backgroundColor = backgroundColor;
BC_Writer.h 35 FX_ARGB m_backgroundColor;
BC_TwoDimWriter.cpp 31 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
32 m_backgroundColor, FXFILL_ALTERNATE);
71 pOutBitmap->Clear(m_backgroundColor);
  /external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedUPCAWriter.cpp 148 device->FillRect(&re, m_backgroundColor);
158 device->FillRect(&re, m_backgroundColor);
166 device->FillRect(&re, m_backgroundColor);
176 device->FillRect(&re, m_backgroundColor);
186 ge.GetBitmap()->Clear(m_backgroundColor);
210 ge.FillRect(&rect2, m_backgroundColor);
240 ge.GetBitmap()->Clear(m_backgroundColor);
263 ge.GetBitmap()->Clear(m_backgroundColor);
BC_OnedEAN13Writer.cpp 189 device->FillRect(&re, m_backgroundColor);
199 device->FillRect(&re, m_backgroundColor);
207 device->FillRect(&re, m_backgroundColor);
222 ge.FillRect(&rect, m_backgroundColor);
247 ge.FillRect(&rect1, m_backgroundColor);
278 ge.GetBitmap()->Clear(m_backgroundColor);
BC_OnedEAN8Writer.cpp 196 device->FillRect(&re, m_backgroundColor);
206 device->FillRect(&re, m_backgroundColor);
218 ge.GetBitmap()->Clear(m_backgroundColor);
242 ge.GetBitmap()->Clear(m_backgroundColor);
BC_OneDimWriter.cpp 198 device->FillRect(&re, m_backgroundColor);
221 ge.FillRect(&geRect, m_backgroundColor);
305 pOutBitmap->Clear(m_backgroundColor);
342 device->DrawPath(&path, matrix, &stateData, m_backgroundColor,
343 m_backgroundColor, FXFILL_ALTERNATE);

Completed in 307 milliseconds