Searched refs:fCharIndices (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLEGlyphStorage.cpp47 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL),
77 if (fCharIndices != NULL) {
78 LE_DELETE_ARRAY(fCharIndices);
79 fCharIndices = NULL;
111 if (fCharIndices == NULL) {
112 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount);
114 if (fCharIndices == NULL) {
130 fCharIndices[out] = i;
138 LE_DELETE_ARRAY(fCharIndices);
139 fCharIndices
[all...]
H A DLEGlyphStorage.h81 le_int32 *fCharIndices; member in class:LEGlyphStorage

Completed in 106 milliseconds