Searched refs:textPos (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | titletrn.cpp | 121 int32_t textPos, delta, result; in handleTransliterate() local 123 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 124 csc.cpStart=textPos; in handleTransliterate() 125 c=text.char32At(textPos); in handleTransliterate() 126 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 156 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 158 textPos+=delta; in handleTransliterate() 165 offsets.start=textPos; in handleTransliterate()
|
D | casetrn.cpp | 152 int32_t textPos, delta, result; in handleTransliterate() local 154 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 155 csc.cpStart=textPos; in handleTransliterate() 156 c=text.char32At(textPos); in handleTransliterate() 157 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 180 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 182 textPos+=delta; in handleTransliterate() 188 offsets.start=textPos; in handleTransliterate()
|
/external/skia/docs/examples/ |
D | Canvas_drawTextBlob.cpp | 17 SkPoint textPos = { 20, 100 }; 22 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 25 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
D | TextBlob_bounds.cpp | 17 SkPoint textPos = { 20, 50 }; 23 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 25 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
D | TextBlob_getIntercepts.cpp | 10 SkPoint textPos = { 20, 110 }; 14 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY); 27 SkScalar x = textPos.fX;
|
D | TextBlob_uniqueID.cpp | 20 SkPoint textPos = { 20, 50 }; 26 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 28 … textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
/external/icu/icu4c/source/common/ |
D | schriter.cpp | 43 int32_t textPos) in StringCharacterIterator() argument 44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator() 54 int32_t textPos) in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
/external/skqp/docs/ |
D | SkTextBlob_Reference.bmh | 30 SkPoint textPos = { 20, 50 }; 35 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 37 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, 69 SkPoint textPos = { 20, 50 }; 74 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 76 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, 113 SkPoint textPos = { 20, 110 }; 117 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY); 130 SkScalar x = textPos.fX;
|
D | SkCanvas_Reference.bmh | 3958 SkPoint textPos = { 20, 100 }; 3963 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 3966 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
|
/external/icu/libicu/cts_headers/unicode/ |
D | schriter.h | 69 int32_t textPos); 90 int32_t textPos);
|
/external/icu/icu4c/source/common/unicode/ |
D | schriter.h | 69 int32_t textPos); 90 int32_t textPos);
|