OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexat
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp
113
CFIndex hitGlyphStart = complexTextRun.
indexAt
(j);
116
hitGlyphEnd = max<CFIndex>(hitGlyphStart, j + 1 < complexTextRun.glyphCount() ? complexTextRun.
indexAt
(j + 1) : static_cast<CFIndex>(complexTextRun.indexEnd()));
118
hitGlyphEnd = max<CFIndex>(hitGlyphStart, j > 0 ? complexTextRun.
indexAt
(j - 1) : static_cast<CFIndex>(complexTextRun.indexEnd()));
149
while (firstGlyphBeforeCluster >= 0 && complexTextRun.
indexAt
(firstGlyphBeforeCluster) >= clusterStart && complexTextRun.
indexAt
(firstGlyphBeforeCluster) < clusterEnd) {
156
while (firstGlyphAfterCluster < complexTextRun.glyphCount() && complexTextRun.
indexAt
(firstGlyphAfterCluster) >= clusterStart && complexTextRun.
indexAt
(firstGlyphAfterCluster) < clusterEnd) {
280
CFIndex ComplexTextController::ComplexTextRun::
indexAt
(size_t i) const
328
ASSERT(
indexAt
(i) < static_cast<CFIndex>(m_stringLength));
329
mappedIndices[
indexAt
(i)] = true
[
all
...]
ComplexTextController.h
93
ALWAYS_INLINE CFIndex
indexAt
(size_t i) const;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp
179
QModelIndex idx = peers->
indexAt
(pos);
[
all
...]
Completed in 456 milliseconds