OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clusterLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h
194
unsigned
clusterLength
= 0;
195
while (textIterator.consume(character,
clusterLength
)) {
202
textIterator.advance(
clusterLength
);
215
unsigned
clusterLength
= 0;
216
while (textIterator.consume(character,
clusterLength
)) {
221
textIterator.advance(
clusterLength
);
233
unsigned
clusterLength
= 0;
234
while (textIterator.consume(character,
clusterLength
)) {
240
textIterator.advance(
clusterLength
);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthIterator.h
78
unsigned
clusterLength
;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
584
unsigned
clusterLength
,
591
int markLength =
clusterLength
;
623
unsigned
clusterLength
= 0;
626
if (!iterator.consume(character,
clusterLength
))
641
for (iterator.advance(
clusterLength
); iterator.consume(character,
clusterLength
); iterator.advance(
clusterLength
)) {
645
int length = handleMultipleUChar(character,
clusterLength
, currentFontData, currentCharacterPosition, iterator.characters() +
clusterLength
, normalizedBufferEnd);
647
clusterLength
= length
[
all
...]
Completed in 160 milliseconds