HomeSort by relevance Sort by last modified time
    Searched refs:indexBase (Results 1 - 9 of 9) sorted by null

  /external/icu4c/layout/
loengine.cpp 106 le_int32 indexBase,
116 le->getCharIndices(charIndices, indexBase, *success);
loengine.h 159 * @param indexBase - an offset that will be added to each index.
167 le_int32 indexBase,
LEGlyphStorage.h 183 * @param indexBase - an offset which will be added to each index
188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LayoutEngine.h 412 * @param indexBase - an offset which will be added to each index
417 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
LEGlyphStorage.cpp 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
188 charIndices[i] = fCharIndices[i] + indexBase;
LayoutEngine.cpp 160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
  /external/svox/pico/lib/
picokpdf.h 130 picoos_uint8 *indexBase;
picokpdf.c 265 pdfphs->indexBase = &(this->base[pos]);
266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32);
picosig.c 338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32);
    [all...]

Completed in 66 milliseconds