/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 164 int32_t textSize = 0; variable 289 brkit->setText(UnicodeString(text, textSize)); in doForwardTest() 316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize; in doForwardTest() 356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doForwardTest() 359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); in doForwardTest() 362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize); in doForwardTest() 374 brkit->setText(UnicodeString(text, textSize)); in doIsBoundTest() 376 for(j = 0; j < textSize; j++) { in doIsBoundTest() 390 for(j = 0; j < textSize; j++) { in doIsBoundTest() 400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); in doIsBoundTest() [all …]
|
D | ubrkperf.cpp | 90 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize; 130 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize)); 133 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU); 136 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataLinux.h | 74 FontPlatformData(float textSize, bool fakeBold, bool fakeItalic) in FontPlatformData() argument 76 , m_textSize(textSize) in FontPlatformData() 82 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic); 83 FontPlatformData(const FontPlatformData& src, float textSize);
|
D | FontPlatformDataLinux.cpp | 77 FontPlatformData::FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic) in FontPlatformData() argument 79 , m_textSize(textSize) in FontPlatformData() 86 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) in FontPlatformData() argument 88 , m_textSize(textSize) in FontPlatformData()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | FontPlatformDataAndroid.cpp | 84 FontPlatformData::FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic) in FontPlatformData() argument 85 : mTypeface(tf), mTextSize(textSize), mFakeBold(fakeBold), mFakeItalic(fakeItalic) in FontPlatformData() 95 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) in FontPlatformData() argument 96 …: mTypeface(src.mTypeface), mTextSize(textSize), mFakeBold(src.mFakeBold), mFakeItalic(src.mFakeIt… in FontPlatformData()
|
D | FontPlatformData.h | 47 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic); 48 FontPlatformData(const FontPlatformData& src, float textSize);
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 66 SK_MEMBER(textSize, Float), 82 textAlign((SkPaint::Align) -1), textScaleX(SK_ScalarNaN), textSize(SK_ScalarNaN), in SkDrawPaint() 265 if (SkScalarIsNaN(textSize) == false) in setupPaint() 266 paint->setTextSize(textSize); in setupPaint()
|
D | SkDrawPaint.h | 70 SkScalar textSize; variable
|
/external/webkit/WebKit/android/nav/ |
D | CachedNode.h | 167 void setTextSize(int textSize) { mTextSize = textSize; } in setTextSize() argument 173 int textSize() const { return mTextSize; } in textSize() function
|
D | CacheBuilder.cpp | 1000 int textSize = 12; in BuildFrame() local 1135 textSize = style->fontSize(); in BuildFrame() 1211 cachedNode.setTextSize(textSize); in BuildFrame()
|
D | WebView.cpp | 1671 return node ? node->textSize() : 0; in nativeFocusCandidateTextSize()
|
/external/skia/src/core/ |
D | SkPictureFlat.cpp | 122 SkScalar textSize = buffer.readScalar(); in dump() local 123 if (textSize != defaultPaint.getTextSize()) in dump() 125 "textSize:%g ", SkScalarToFloat(textSize)); in dump()
|
D | SkDraw.cpp | 1220 const SkRect& r, SkScalar textSize) { in draw_paint_rect() argument 1225 p.setStrokeWidth(SkScalarMul(textSize, paint.getStrokeWidth())); in draw_paint_rect() 1236 SkScalar textSize = paint.getTextSize(); in handle_aftertext() local 1237 SkScalar height = SkScalarMul(textSize, kStdUnderline_Thickness); in handle_aftertext() 1244 SkScalar offset = SkScalarMulAdd(textSize, kStdUnderline_Offset, in handle_aftertext() 1248 draw_paint_rect(draw, paint, r, textSize); in handle_aftertext() 1251 SkScalar offset = SkScalarMulAdd(textSize, kStdStrikeThru_Offset, in handle_aftertext() 1255 draw_paint_rect(draw, paint, r, textSize); in handle_aftertext()
|
D | SkPicturePlayback.cpp | 1025 SkScalar textSize = paint.getTextSize(); in dumpPaint() local 1026 if (textSize != defaultPaint.getTextSize()) in dumpPaint() 1028 "{kTextSize, %g}, ", SkScalarToFloat(textSize)); in dumpPaint()
|
/external/webkit/WebKit/android/plugins/ |
D | ANPPaintInterface.cpp | 127 static void anp_setTextSize(ANPPaint* paint, float textSize) { in anp_setTextSize() argument 128 paint->setTextSize(SkFloatToScalar(textSize)); in anp_setTextSize()
|
/external/svox/pico/lib/ |
D | picoctrl.h | 68 picoos_int16 textSize,
|
D | picoapi.c | 597 const pico_Int16 textSize, in pico_putTextUtf8() argument 606 } else if (textSize < 0) { in pico_putTextUtf8() 612 … status = picoctrl_engFeedText((picoctrl_Engine) engine, (picoos_char *)text, textSize, bytesPut); in pico_putTextUtf8()
|
D | picoapi.h | 391 const pico_Int16 textSize,
|
D | picoctrl.c | 725 picoos_int16 textSize, picoos_int16 * bytesPut) { in picoctrl_engFeedText() argument 731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) { in picoctrl_engFeedText()
|
/external/webkit/WebKit/android/jni/ |
D | WebSettings.cpp | 254 jobject textSize = env->GetObjectField(obj, gFieldIds->mTextSize); in Sync() local 255 float zoomFactor = env->GetIntField(textSize, gFieldIds->mTextSizeValue) / 100.0f; in Sync()
|
/external/skia/include/core/ |
D | SkPaint.h | 618 void setTextSize(SkScalar textSize);
|