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

  /external/harfbuzz_ng/src/
hb-directwrite.cc 765 DWRITE_GLYPH_OFFSET* glyphOffsets = (DWRITE_GLYPH_OFFSET*)
794 glyphAdvances, glyphOffsets);
825 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets);
879 free (glyphOffsets);
885 glyphOffsets = modifiedGlyphOffsets;
893 free(glyphOffsets);
896 glyphOffsets = justifiedGlyphOffsets;
937 info->var1.i32 = glyphOffsets[i].advanceOffset;
938 info->var2.i32 = glyphOffsets[i].ascenderOffset;
963 free (glyphOffsets);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 474 const DWRITE_GLYPH_OFFSET *glyphOffsets;
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 239 glyphRun.glyphOffsets = (DWRITE_GLYPH_OFFSET*)glyph_offsets;
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 420 run.glyphOffsets = &offset;
677 run.glyphOffsets = &offset;

Completed in 1071 milliseconds