Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 21 of 21) sorted by relevance

/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp164 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 …]
Dubrkperf.cpp90 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/
DFontPlatformDataLinux.h74 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);
DFontPlatformDataLinux.cpp77 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/
DFontPlatformDataAndroid.cpp84 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()
DFontPlatformData.h47 FontPlatformData(SkTypeface*, float textSize, bool fakeBold, bool fakeItalic);
48 FontPlatformData(const FontPlatformData& src, float textSize);
/external/skia/src/animator/
DSkDrawPaint.cpp66 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()
DSkDrawPaint.h70 SkScalar textSize; variable
/external/webkit/WebKit/android/nav/
DCachedNode.h167 void setTextSize(int textSize) { mTextSize = textSize; } in setTextSize() argument
173 int textSize() const { return mTextSize; } in textSize() function
DCacheBuilder.cpp1000 int textSize = 12; in BuildFrame() local
1135 textSize = style->fontSize(); in BuildFrame()
1211 cachedNode.setTextSize(textSize); in BuildFrame()
DWebView.cpp1671 return node ? node->textSize() : 0; in nativeFocusCandidateTextSize()
/external/skia/src/core/
DSkPictureFlat.cpp122 SkScalar textSize = buffer.readScalar(); in dump() local
123 if (textSize != defaultPaint.getTextSize()) in dump()
125 "textSize:%g ", SkScalarToFloat(textSize)); in dump()
DSkDraw.cpp1220 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()
DSkPicturePlayback.cpp1025 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/
DANPPaintInterface.cpp127 static void anp_setTextSize(ANPPaint* paint, float textSize) { in anp_setTextSize() argument
128 paint->setTextSize(SkFloatToScalar(textSize)); in anp_setTextSize()
/external/svox/pico/lib/
Dpicoctrl.h68 picoos_int16 textSize,
Dpicoapi.c597 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()
Dpicoapi.h391 const pico_Int16 textSize,
Dpicoctrl.c725 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/
DWebSettings.cpp254 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/
DSkPaint.h618 void setTextSize(SkScalar textSize);