OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:glyphadvances
(Results
1 - 4
of
4
) sorted by null
/external/harfbuzz_ng/src/
hb-directwrite.cc
764
float*
glyphAdvances
= (float*) malloc (maxGlyphCount * sizeof (float));
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
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h
473
const FLOAT *
glyphAdvances
;
[
all
...]
/external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp
238
glyphRun.
glyphAdvances
= glyph_advances;
/external/skia/src/ports/
SkScalerContext_win_dw.cpp
414
run.
glyphAdvances
= &advance;
671
run.
glyphAdvances
= &advance;
Completed in 427 milliseconds