Searched defs:glyphRun (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp102 __in DWRITE_GLYPH_RUN const* glyphRun,
238 DWRITE_GLYPH_RUN glyphRun; local
248 glyphRun.fontFace = (IDWriteFontFace*)font;
249 glyphRun.fontEmSize = font_size;
250 glyphRun.glyphCount = glyph_count;
251 glyphRun.glyphIndices = glyph_indices;
252 glyphRun.glyphAdvances = glyph_advances;
253 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets;
254 glyphRun.isSideways = FALSE;
255 glyphRun
416 DrawGlyphRun( const FX_RECT& text_bbox, __in_opt CFX_ClipRgn* pClipRgn, __in_opt DWRITE_MATRIX const* pMatrix, FLOAT baselineOriginX, FLOAT baselineOriginY, DWRITE_MEASURING_MODE measuringMode, __in DWRITE_GLYPH_RUN const* glyphRun, const COLORREF& textColor ) argument
[all...]

Completed in 66 milliseconds