• Home
  • Raw
  • Download

Lines Matching refs:success

23 		  LEErrorCode *success)  in le_create()  argument
27 …*) LayoutEngine::layoutEngineFactory(fontInstance, scriptCode, languageCode, typo_flags, *success); in le_create()
47 LEErrorCode *success) in le_layoutChars() argument
52 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_layoutChars()
56 return le->layoutChars(chars, offset, count, max, rightToLeft, x, y, *success); in le_layoutChars()
61 LEErrorCode *success) in le_getGlyphCount() argument
66 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphCount()
76 LEErrorCode *success) in le_getGlyphs() argument
81 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphs()
85 le->getGlyphs(glyphs, *success); in le_getGlyphs()
91 LEErrorCode *success) in le_getCharIndices() argument
96 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getCharIndices()
100 le->getCharIndices(charIndices, *success); in le_getCharIndices()
107 LEErrorCode *success) in le_getCharIndicesWithBase() argument
112 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getCharIndicesWithBase()
116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
122 LEErrorCode *success) in le_getGlyphPositions() argument
127 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphPositions()
131 le->getGlyphPositions(positions, *success); in le_getGlyphPositions()
139 LEErrorCode *success) in le_getGlyphPosition() argument
144 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_getGlyphPosition()
148 le->getGlyphPosition(glyphIndex, *x, *y, *success); in le_getGlyphPosition()
153 LEErrorCode *success) in le_reset() argument
158 *success = LE_ILLEGAL_ARGUMENT_ERROR; in le_reset()