Searched refs:indexBase (Results 1 – 9 of 9) sorted by relevance
/external/icu4c/layout/ |
D | loengine.cpp | 106 le_int32 indexBase, in le_getCharIndicesWithBase() argument 116 le->getCharIndices(charIndices, indexBase, *success); in le_getCharIndicesWithBase()
|
D | loengine.h | 168 le_int32 indexBase,
|
D | LEGlyphStorage.h | 188 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LayoutEngine.h | 424 void getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const;
|
D | LEGlyphStorage.cpp | 169 void LEGlyphStorage::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &succes… in getCharIndices() argument 188 charIndices[i] = fCharIndices[i] + indexBase; in getCharIndices()
|
D | LayoutEngine.cpp | 160 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success)… in getCharIndices() argument 162 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices()
|
/external/svox/pico/lib/ |
D | picokpdf.h | 130 picoos_uint8 *indexBase; member
|
D | picokpdf.c | 265 pdfphs->indexBase = &(this->base[pos]); in kpdfPHSInitialize() 266 pdfphs->contentBase = pdfphs->indexBase + pdfphs->numvectors * sizeof(picoos_uint32); in kpdfPHSInitialize()
|
D | picosig.c | 338 nCurrIndexOffset = ((picoos_uint8*) pdf->indexBase) + phsIndex * sizeof(picoos_uint32); in getPhsFromPdf()
|