OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clusterMap
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-directwrite.cc
735
uint16_t*
clusterMap
= (uint16_t*) malloc (maxGlyphCount * sizeof (uint16_t));
744
featureRangeLengths, 1, maxGlyphCount,
clusterMap
, textProperties, glyphIndices,
749
free (
clusterMap
);
790
clusterMap
, textProperties, textLength, glyphIndices,
808
runHead->mScript, textLength, glyphCount, textString,
clusterMap
,
853
textLength, glyphCount, maxGlyphCount,
clusterMap
, glyphIndices,
876
free (
clusterMap
);
882
clusterMap
= modifiedClusterMap;
958
free (
clusterMap
);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h
483
const UINT16 *
clusterMap
;
[
all
...]
Completed in 52 milliseconds