Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/win32/
Dfx_win32_dwrite.cpp98 HRESULT STDMETHODCALLTYPE DrawGlyphRun(const FX_RECT& text_bbox,
373 const FX_RECT& text_bbox, in DrawGlyphRun() argument
396 dib.CompositeBitmap(text_bbox.left, text_bbox.top, text_bbox.Width(), in DrawGlyphRun()
397 text_bbox.Height(), pBitmap_, text_bbox.left, in DrawGlyphRun()
398 text_bbox.top, FXDIB_BLEND_NORMAL, NULL); in DrawGlyphRun()
405 pBitmap_->CompositeBitmap(text_bbox.left, text_bbox.top, text_bbox.Width(), in DrawGlyphRun()
406 text_bbox.Height(), &dib, text_bbox.left, in DrawGlyphRun()
407 text_bbox.top, FXDIB_BLEND_NORMAL, pClipRgn); in DrawGlyphRun()