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

  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 102 __in DWRITE_GLYPH_RUN const* glyphRun,
238 DWRITE_GLYPH_RUN glyphRun;
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.bidiLevel = 0;
    [all...]
  /external/skia/include/text/
SkTextLayout.h 56 struct GlyphRun;
  /external/chromium_org/third_party/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 301 DWRITE_GLYPH_RUN const* glyphRun,
306 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
  /external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp 301 DWRITE_GLYPH_RUN const* glyphRun,
306 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
  /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...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
DWrite.h     [all...]

Completed in 600 milliseconds