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

  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 101 __in DWRITE_GLYPH_RUN const* glyphRun,
234 DWRITE_GLYPH_RUN glyphRun;
244 glyphRun.fontFace = (IDWriteFontFace*)font;
245 glyphRun.fontEmSize = font_size;
246 glyphRun.glyphCount = glyph_count;
247 glyphRun.glyphIndices = glyph_indices;
248 glyphRun.glyphAdvances = glyph_advances;
249 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets;
250 glyphRun.isSideways = FALSE;
251 glyphRun.bidiLevel = 0
    [all...]
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 280 DWRITE_GLYPH_RUN const* glyphRun,
285 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
SkFontMgr_win_dw.cpp 520 DWRITE_GLYPH_RUN const* glyphRun,
525 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
537 fResolvedTypeface = fOuter->createTypefaceFromDWriteFont(glyphRun->fontFace,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
prntfont.h 223 } GLYPHRUN, *PGLYPHRUN;
dwrite.h 627 DWRITE_GLYPH_RUN const *glyphRun,
657 #define IDWriteBitmapRenderTarget_DrawGlyphRun(This,baselineOriginX,baselineOriginY,measuringMode,glyphRun,renderingParams,textColor,blackBoxRect) (This)->lpVtbl->DrawGlyphRun(This,baselineOriginX,baselineOriginY,measuringMode,glyphRun,renderingParams,textColor,blackBoxRect)
784 DWRITE_GLYPH_RUN const *glyphRun,
806 #define IDWriteFactory_CreateGlyphRunAnalysis(This,glyphRun,pixelsPerDip,transform,renderingMode,measuringMode,baselineOriginX,baselineOriginY,glyphRunAnalysis) (This)->lpVtbl->CreateGlyphRunAnalysis(This,glyphRun,pixelsPerDip,transform,renderingMode,measuringMode,baselineOriginX,baselineOriginY,glyphRunAnalysis)
    [all...]
d2d1.h 757 STDMETHOD_(void, DrawGlyphRun)(D2D1_POINT_2F baselineOrigin, CONST DWRITE_GLYPH_RUN *glyphRun, ID2D1Brush *foregroundBrush, DWRITE_MEASURING_MODE measuringMode = DWRITE_MEASURING_MODE_NATURAL) PURE;
    [all...]

Completed in 371 milliseconds