HomeSort by relevance Sort by last modified time
    Searched defs:fText (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/legacy/include/text/
SkTextLayout.h 46 SkTDArray<char> fText;
  /external/skia/legacy/src/animator/
SkDrawTextBox.h 29 SkString fText;
  /external/skia/src/animator/
SkDrawTextBox.h 29 SkString fText;
  /external/skia/bench/
FontScalerBench.cpp 19 SkString fText;
24 fText.set("abcdefghijklmnopqrstuvwxyz01234567890");
44 canvas->drawText(fText.c_str(), fText.size(),
ShaderMaskBench.cpp 37 SkString fText;
44 fText.set(STR);
78 canvas->drawText(fText.c_str(), fText.size(), x, y, paint);
85 canvas->drawText(fText.c_str(), fText.size(), x, y, paint);
TextBench.cpp 43 SkString fText;
55 fText.set(text);
117 canvas->drawPosText(fText.c_str(), fText.size(), fPos, paint);
121 canvas->drawText(fText.c_str(), fText.size(), x, y, paint);
  /external/skia/include/text/
SkTextLayout.h 50 SkTDArray<char> fText;
  /external/skia/src/core/
SkTextToPathIter.h 40 const char* fText;
SkPicturePlayback.h 93 const void* text() { return (const void*) fText; }
95 const char* fText;
156 text->fText = (const char*)reader.skip(length);
  /external/icu4c/common/unicode/
rbbi.h 72 UText *fText;
  /external/skia/include/views/
SkTextBox.h 67 const char* fText;
SkWidget.h 167 SkString fText;
  /external/skia/legacy/include/utils/
SkTextBox.h 67 const char* fText;
  /external/skia/legacy/include/core/
SkDraw.h 145 const char* fText;
  /external/skia/legacy/src/core/
SkPicturePlayback.h 54 const void* text() { return (const void*) fText; }
56 const char* fText;
122 text->fText = (const char*)fReader.skip(length);
  /external/icu4c/common/
rbbinode.h 61 UnicodeString fText; // Text corresponding to this node.
  /external/icu4c/test/thaitest/
thaitest.cpp 63 const UChar *fText;
65 // number of UChars in fText
497 : fBreakIter(0), fText(text), fTextCount(count), fWordCount(0), fSpaceCount(0), fDone(FALSE)
539 while(nextBreak > 0 && fComplexContext.contains(fText[nextBreak-1])
540 && fComplexContext.contains(fText[nextBreak]));
545 if (fText[nextBreak] == 0x0020 /*Unicode::isSpaceChar(fText[nextBreak])*/) {
  /external/skia/include/views/animated/
SkWidgetViews.h 194 SkString fText;
  /external/skia/legacy/include/views/
SkWidget.h 156 SkString fText;
316 SkString fText;
SkWidgetViews.h 194 SkString fText;
  /external/icu4c/i18n/
tzfmt.cpp 130 UChar* fText;
138 : fText(NULL), fType(TEXT), fWidth(0) {
142 if (fText) {
143 uprv_free(fText);
159 result->fText = (UChar*)uprv_malloc((len + 1) * sizeof(UChar));
160 if (result->fText == NULL) {
165 u_strncpy(result->fText, text.getBuffer(), len);
166 result->fText[len] = 0;
228 return fText;
    [all...]
uregex.cpp 42 const UChar *fText; // Text from setText()
57 fText = NULL;
70 if (fOwnsText && fText!=NULL) {
71 uprv_free((void *)fText);
94 if (requiresText && re->fText == NULL && !re->fOwnsText) {
307 // Note: fText is not cloned.
384 if (regexp->fOwnsText && regexp->fText != NULL) {
385 uprv_free((void *)regexp->fText);
388 regexp->fText = text;
417 if (regexp->fOwnsText && regexp->fText != NULL)
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.variables_3.2.400.v20100505.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 690 milliseconds

1 2