HomeSort by relevance Sort by last modified time
    Searched refs:glyphRun (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 104 __in DWRITE_GLYPH_RUN const* glyphRun,
224 DWRITE_GLYPH_RUN glyphRun;
234 glyphRun.fontFace = (IDWriteFontFace*)font;
235 glyphRun.fontEmSize = font_size;
236 glyphRun.glyphCount = glyph_count;
237 glyphRun.glyphIndices = glyph_indices;
238 glyphRun.glyphAdvances = glyph_advances;
239 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets;
240 glyphRun.isSideways = FALSE;
241 glyphRun.bidiLevel = 0
    [all...]
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 279 DWRITE_GLYPH_RUN const* glyphRun,
284 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
SkFontMgr_win_dw.cpp 523 DWRITE_GLYPH_RUN const* glyphRun,
528 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
540 fResolvedTypeface = fOuter->createTypefaceFromDWriteFont(glyphRun->fontFace,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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 1956 milliseconds