Searched refs:geBitmap (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp141 CFX_FxgeDevice geBitmap; local
143 geBitmap.Attach(pOutBitmap, false, nullptr, false);
198 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
219 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple,
246 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight);
267 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 85 * multiple,
H A DBC_OnedEAN8Writer.cpp189 CFX_FxgeDevice geBitmap; local
191 geBitmap.Attach(pOutBitmap, false, nullptr, false);
228 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
249 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple,
H A DBC_OnedEAN13Writer.cpp187 CFX_FxgeDevice geBitmap; local
189 geBitmap.Attach(pOutBitmap, false, nullptr, false);
239 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
261 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple,
289 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight);
H A DBC_OneDimWriter.cpp246 CFX_FxgeDevice geBitmap; local
247 geBitmap.Attach(pOutBitmap, false, nullptr, false);
248 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY);

Completed in 79 milliseconds