Searched defs:textLen (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dfontscaler.cpp53 const size_t textLen = strlen(text); local
77 canvas->drawText(text, textLen, x, y, paint);
H A Ddftext.cpp72 const size_t textLen = strlen(text); local
82 canvas->drawText(text, textLen, 0, 0, paint);
96 canvas->drawText(text, textLen, rotX, rotY, paint);
112 canvas->drawText(text, textLen, 0, 0, paint);
122 SkAutoTArray<SkPoint> pos(textLen);
123 SkAutoTArray<SkScalar> widths(textLen);
126 paint.getTextWidths(text, textLen, &widths[0]);
130 for (unsigned int i = 0; i < textLen; ++i) {
135 canvas->drawPosText(text, textLen, &pos[0], paint);
157 canvas->drawText(text, textLen,
[all...]
H A Dtypeface.cpp192 const size_t textLen = strlen(text); variable
205 canvas->drawText(text, textLen, x, y, paint);
207 drawKernText(canvas, text, textLen, x + 240, y, paint);
H A Dshadertext.cpp106 const int textLen = SK_ARRAY_COUNT(text) - 1; local
109 const int w = pointSize * textLen;
173 canvas->drawText(text, textLen, 0, textBase, paint);
179 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFontScalerTest.cpp100 const size_t textLen = strlen(text); local
123 canvas->drawText(text, textLen, x, y, paint);
H A DSampleShaderText.cpp113 const int textLen = SK_ARRAY_COUNT(text) - 1; local
116 int w = pointSize * textLen;
178 canvas->drawText(text, textLen, 0, textBase, paint);
184 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/skia/gm/
H A Ddeviceproperties.cpp61 const size_t textLen = strlen(text); local
85 canvas.drawText(text, textLen, x, y, paint);
H A Dfontscaler.cpp53 const size_t textLen = strlen(text); local
78 canvas->drawText(text, textLen, x, y, paint);
H A Dtypeface.cpp192 const size_t textLen = strlen(text); variable
205 canvas->drawText(text, textLen, x, y, paint);
207 drawKernText(canvas, text, textLen, x + 240, y, paint);
H A Dshadertext.cpp115 const int textLen = SK_ARRAY_COUNT(text) - 1; local
118 int w = pointSize * textLen;
180 canvas->drawText(text, textLen, 0, textBase, paint);
186 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/skia/samplecode/
H A DSampleFontScalerTest.cpp100 const size_t textLen = strlen(text); local
123 canvas->drawText(text, textLen, x, y, paint);
H A DSampleShaderText.cpp113 const int textLen = SK_ARRAY_COUNT(text) - 1; local
116 int w = pointSize * textLen;
178 canvas->drawText(text, textLen, 0, textBase, paint);
184 canvas->drawTextOnPath(text, textLen, path, NULL, paint);
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsr2022.cpp29 * @param textLen the size of the text in the byte.
33 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) const argument
43 while(i < textLen) {
50 if (textLen-i >= seq_length) {
H A Ducurr.cpp1290 // @param textLen: the length of the text to be compared
1298 const UChar* text, int32_t textLen,
1302 if (len > *maxMatchLen && len <= textLen &&
1318 // @param textLen: the length of the text to be compared
1326 const UChar* text, int32_t textLen,
1347 for (int32_t index = 0; index < textLen; ++index) {
1365 text, textLen,
1531 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); local
1532 text.extract(start, textLen, inputText);
1534 textLen
1296 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1324 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsr2022.cpp29 * @param textLen the size of the text in the byte.
33 int32_t CharsetRecog_2022::match_2022(const uint8_t *text, int32_t textLen, const uint8_t escapeSequences[][5], int32_t escapeSequences_length) const argument
43 while(i < textLen) {
50 if (textLen-i >= seq_length) {
H A Ducurr.cpp1290 // @param textLen: the length of the text to be compared
1298 const UChar* text, int32_t textLen,
1302 if (len > *maxMatchLen && len <= textLen &&
1318 // @param textLen: the length of the text to be compared
1326 const UChar* text, int32_t textLen,
1347 for (int32_t index = 0; index < textLen; ++index) {
1365 text, textLen,
1531 int32_t textLen = MIN(MAX_CURRENCY_NAME_LEN, text.length() - start); local
1532 text.extract(start, textLen, inputText);
1534 textLen
1296 linearSearch(const CurrencyNameStruct* currencyNames, int32_t begin, int32_t end, const UChar* text, int32_t textLen, int32_t *maxMatchLen, int32_t* maxMatchIndex) argument
1324 searchCurrencyName(const CurrencyNameStruct* currencyNames, int32_t total_currency_count, const UChar* text, int32_t textLen, int32_t* maxMatchLen, int32_t* maxMatchIndex) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp127 size_t textLen = it.glyphCount() * sizeof(uint16_t); local
135 this->drawText(localDraw, it.glyphs(), textLen, offset.x(), offset.y(), runPaint);
139 this->drawPosText(localDraw, it.glyphs(), textLen, it.pos(), offset.y(),
/external/mdnsresponder/mDNSPosix/
H A DResponder.c421 mDNSu16 textLen,
442 text, textLen, // TXT data, length
521 unsigned int textLen = 0; local
581 unsigned int newlen = textLen + 1 + len;
583 text[textLen] = len;
584 mDNSPlatformMemCopy(text + textLen + 1, rawText, len);
585 textLen = newlen;
592 status = RegisterOneService(name, type, dom, text, textLen, atol(port));
417 RegisterOneService(const char * richTextName, const char * serviceType, const char * serviceDomain, const mDNSu8 text[], mDNSu16 textLen, long portNumber) argument
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c194 int textLen; /* length in XML_Chars */ member in struct:__anon11776
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4159 declEntity->textLen,
4822 textEnd = (char *)(entity->textPtr + entity->textLen);
4867 textEnd = (char *)(entity->textPtr + entity->textLen);
5066 const XML_Char *textEnd = entity->textPtr + entity->textLen;
5168 + entity->textLen));
5931 oldE->textLen);
5935 newE->textLen = oldE->textLen;
[all...]
/external/expat/lib/
H A Dxmlparse.c194 int textLen; /* length in XML_Chars */ member in struct:__anon21360
4151 declEntity->textLen = (int)(poolLength(&dtd->entityValuePool));
4159 declEntity->textLen,
4822 textEnd = (char *)(entity->textPtr + entity->textLen);
4867 textEnd = (char *)(entity->textPtr + entity->textLen);
5066 const XML_Char *textEnd = entity->textPtr + entity->textLen;
5168 + entity->textLen));
5931 oldE->textLen);
5935 newE->textLen = oldE->textLen;
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 884 milliseconds