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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h284 * @param auxData the auxillary data array will be copied to this address
289 void getAuxData(le_uint32 auxData[], LEErrorCode &success) const;
381 * all of the relevant glyph information ( glyph, indices, positions, and auxData ),
383 * to be set in the target glyph's auxData so that it won't be reprocessed later in the
458 * @param auxData the new auxillary data
463 void setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success);
H A DLEGlyphStorage.cpp355 void LEGlyphStorage::getAuxData(le_uint32 auxData[], LEErrorCode &success) const argument
361 if (auxData == NULL) {
371 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount);
393 void LEGlyphStorage::setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) argument
409 fAuxData[glyphIndex] = auxData;
H A DIndicReordering.cpp317 void insertCharacter( LEUnicode ch, le_int32 toPosition, le_int32 charIndex, le_uint32 auxData ) {
330 fGlyphStorage.setAuxData(toPosition,auxData,success);

Completed in 31 milliseconds