Searched refs:glyphAdvances (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc764 float* glyphAdvances = (float*) malloc (maxGlyphCount * sizeof (float)); local
794 glyphAdvances, glyphOffsets);
825 glyphAdvances, glyphOffsets, justifiedGlyphAdvances, justifiedGlyphOffsets);
854 glyphAdvances, justifiedGlyphAdvances, justifiedGlyphOffsets,
878 free (glyphAdvances);
884 glyphAdvances = modifiedGlyphAdvances;
892 free(glyphAdvances);
895 glyphAdvances = justifiedGlyphAdvances;
936 info->mask = glyphAdvances[i];
962 free (glyphAdvances);
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dwrite.cpp238 glyphRun.glyphAdvances = glyph_advances;
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp414 run.glyphAdvances = &advance;
671 run.glyphAdvances = &advance;

Completed in 568 milliseconds