OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexBase
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/layout/
loengine.cpp
106
le_int32
indexBase
,
116
le->getCharIndices(charIndices,
indexBase
, *success);
loengine.h
160
* @param
indexBase
- an offset that will be added to each index.
168
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
419
* @param
indexBase
- an offset which will be added to each index
424
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
164
void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32
indexBase
, LEErrorCode &success) const
166
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
...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_grid.js
292
var
indexBase
= this.getFirstItemInRow(verticalIndex);
296
var index =
indexBase
+ horizontalIndex;
Completed in 166 milliseconds