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

  /external/harfbuzz_ng/src/
hb-directwrite.cc 694 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float));
724 glyphAdvances, glyphOffsets);
756 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets);
785 glyphAdvances, justifiedGlyphAdvances, justifiedGlyphOffsets,
808 free (glyphAdvances);
814 glyphAdvances = modifiedGlyphAdvances;
822 free (glyphAdvances);
825 glyphAdvances = justifiedGlyphAdvances;
866 info->mask = glyphAdvances[i];
892 free (glyphAdvances);
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 460 run.glyphAdvances = &advance;
540 run.glyphAdvances = &advance;
785 run.glyphAdvances = &advance;
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_dwrite.cpp 257 glyphRun.glyphAdvances = glyph_advances;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite_1.h 102 FLOAT const *glyphAdvances,
dwrite.h 476 const FLOAT *glyphAdvances;
    [all...]

Completed in 1541 milliseconds