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

/external/pdfium/xfa/src/fxbarcode/oned/
H A DBC_OnedUPCAWriter.cpp132 CFX_FxgeDevice geBitmap; local
134 geBitmap.Attach(pOutBitmap);
191 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
215 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 40 * multiple,
245 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight);
268 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 85 * multiple,
H A DBC_OnedEAN8Writer.cpp181 CFX_FxgeDevice geBitmap; local
183 geBitmap.Attach(pOutBitmap);
223 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
247 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 33 * multiple,
H A DBC_OnedEAN13Writer.cpp173 CFX_FxgeDevice geBitmap; local
175 geBitmap.Attach(pOutBitmap);
227 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition, m_Height - iTextHeight);
252 geBitmap.SetDIBits(ge.GetBitmap(), leftPosition + 47 * multiple,
283 geBitmap.SetDIBits(ge.GetBitmap(), 0, m_Height - iTextHeight);
H A DBC_OneDimWriter.cpp226 CFX_FxgeDevice geBitmap; local
227 geBitmap.Attach(pOutBitmap);
228 geBitmap.SetDIBits(ge.GetBitmap(), (int)locX, (int)locY);

Completed in 88 milliseconds