Searched refs:glyphIndex (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLEGlyphStorage.h208 * @param glyphIndex - the index of the glyph
217 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
269 * @param glyphIndex the index into the glyph array
276 LEGlyphID getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const;
281 * @param glyphIndex the index into the glyph array
288 le_int32 getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const;
294 * @param glyphIndex the index into the glyph array
301 le_uint32 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const;
307 * @param glyphIndex the index into the glyph array
313 inline LEGlyphID &operator[](le_int32 glyphIndex) cons
[all...]
H A DLEGlyphStorage.cpp254 LEGlyphID LEGlyphStorage::getGlyphID(le_int32 glyphIndex, LEErrorCode &success) const argument
265 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
270 return fGlyphs[glyphIndex];
273 void LEGlyphStorage::setGlyphID(le_int32 glyphIndex, LEGlyphID glyphID, LEErrorCode &success) argument
284 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
289 fGlyphs[glyphIndex] = glyphID;
292 le_int32 LEGlyphStorage::getCharIndex(le_int32 glyphIndex, LEErrorCode &success) const argument
303 if (glyphIndex <
311 setCharIndex(le_int32 glyphIndex, le_int32 charIndex, LEErrorCode &success) argument
349 getAuxData(le_int32 glyphIndex, LEErrorCode &success) const argument
368 setAuxData(le_int32 glyphIndex, le_uint32 auxData, LEErrorCode &success) argument
406 getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument
426 setPosition(le_int32 glyphIndex, float x, float y, LEErrorCode &success) argument
441 adjustPosition(le_int32 glyphIndex, float xAdjust, float yAdjust, LEErrorCode &success) argument
[all...]
H A Dloengine.cpp136 le_int32 glyphIndex,
148 le->getGlyphPosition(glyphIndex, *x, *y, *success);
135 le_getGlyphPosition(le_engine *engine, le_int32 glyphIndex, float *x, float *y, LEErrorCode *success) argument
H A Dloengine.h194 * @param glyphIndex - the index of the glyph
205 le_int32 glyphIndex,
H A DLayoutEngine.h450 * @param glyphIndex - the index of the glyph
459 void getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const;
H A DLayoutEngine.cpp193 void LayoutEngine::getGlyphPosition(le_int32 glyphIndex, float &x, float &y, LEErrorCode &success) const argument
195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsglyphgenerator.py6 def insertGlyphs_length_forStartingGlyphAtIndex_characterIndex_(self, glyphs, length, glyphIndex, charIndex):
7 self.glyphs = (glyphs, length, glyphIndex, charIndex)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsglyphgenerator.py6 def insertGlyphs_length_forStartingGlyphAtIndex_characterIndex_(self, glyphs, length, glyphIndex, charIndex):
7 self.glyphs = (glyphs, length, glyphIndex, charIndex)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsglyphgenerator.py6 def insertGlyphs_length_forStartingGlyphAtIndex_characterIndex_(self, glyphs, length, glyphIndex, charIndex):
7 self.glyphs = (glyphs, length, glyphIndex, charIndex)

Completed in 133 milliseconds