Searched defs:textSize (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontMac.cpp60 const float textSize = platformData.m_size >= 0 ? platformData.m_size : 12; local
64 paint->setTextSize(SkFloatToScalar(textSize));
/external/skia/gm/
H A Dcoloremoji.cpp57 const int textSize[] = { 10, 30, 50 }; local
59 SkASSERT(sizeof(textSize) == sizeof(textYOffset));
60 for (size_t y = 0; y < sizeof(textSize) / sizeof(int); ++y) {
61 paint.setTextSize(SkIntToScalar(textSize[y]));
H A Ddownsamplebitmap.cpp92 DownsampleBitmapTextGM(float textSize, SkPaint::FilterLevel filterLevel) argument
93 : INHERITED(filterLevel), fTextSize(textSize)
H A Dfilterbitmap.cpp98 FilterBitmapTextGM(float textSize) argument
99 : fTextSize(textSize)
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.h62 SkScalar textSize; member in class:SkDrawPaint
/external/skia/src/animator/
H A DSkDrawPaint.h62 SkScalar textSize; member in class:SkDrawPaint
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontPlatformDataHarfBuzz.cpp100 FontPlatformData::FontPlatformData(float textSize, bool fakeBold, bool fakeItalic) argument
101 : m_textSize(textSize)
124 FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, bool subpixelTextPosition) argument
127 , m_textSize(textSize)
137 FontPlatformData::FontPlatformData(const FontPlatformData& src, float textSize) argument
140 , m_textSize(textSize)
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontPlatformDataWin.cpp250 FontPlatformData::FontPlatformData(const FontPlatformData& data, float textSize) argument
251 : m_textSize(textSize)
267 float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation,
269 : m_textSize(textSize)
281 logFont.lfHeight = -textSize;
266 FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, bool useSubpixelPositioning) argument
/external/svox/pico/lib/
H A Dpicoapi.c587 * @param textSize : text buffer size
597 const pico_Int16 textSize,
606 } else if (textSize < 0) {
612 status = picoctrl_engFeedText((picoctrl_Engine) engine, (picoos_char *)text, textSize, bytesPut);
594 pico_putTextUtf8( pico_Engine engine, const pico_Char *text, const pico_Int16 textSize, pico_Int16 *bytesPut) argument
H A Dpicoctrl.c716 * @param textSize : size of the input text
725 picoos_int16 textSize, picoos_int16 * bytesPut) {
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) {
723 picoctrl_engFeedText(picoctrl_Engine this, picoos_char * text, picoos_int16 textSize, picoos_int16 * bytesPut) argument
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp164 int32_t textSize = 0; variable
289 brkit->setText(UnicodeString(text, textSize));
316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
374 brkit->setText(UnicodeString(text, textSize));
376 for(j = 0; j < textSize; j++) {
390 for(j = 0; j < textSize; j++) {
400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
[all...]
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp164 int32_t textSize = 0; variable
289 brkit->setText(UnicodeString(text, textSize));
316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
374 brkit->setText(UnicodeString(text, textSize));
376 for(j = 0; j < textSize; j++) {
390 for(j = 0; j < textSize; j++) {
400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTextView.java35 private float textSize = 14.0f; field in class:ShadowTextView
161 textSize = size;
382 return textSize;
/external/chromium_org/third_party/skia/src/core/
H A DSkPicturePlayback.cpp1270 SkScalar textSize = paint.getTextSize(); local
1271 if (textSize != defaultPaint.getTextSize())
1273 "{kTextSize, %g}, ", SkScalarToFloat(textSize));
H A DSkCanvas.cpp1898 const SkRect& r, SkScalar textSize) {
1903 p.setStrokeWidth(SkScalarMul(textSize, paint.getStrokeWidth()));
1945 SkScalar textSize = paint.getTextSize(); local
1946 SkScalar height = SkScalarMul(textSize, kStdUnderline_Thickness);
1953 SkScalar offset = SkScalarMulAdd(textSize, kStdUnderline_Offset,
1957 DrawRect(draw, paint, r, textSize);
1960 SkScalar offset = SkScalarMulAdd(textSize, kStdStrikeThru_Offset,
1964 DrawRect(draw, paint, r, textSize);
1897 DrawRect(const SkDraw& draw, const SkPaint& paint, const SkRect& r, SkScalar textSize) argument
H A DSkPaint.cpp973 SkScalar textSize = fTextSize; local
975 return textSize / kCanonicalTextSizeForPaths;
992 * the original textSize
1210 // adjust max in case we changed the textSize in paint
/external/skia/src/core/
H A DSkPicturePlayback.cpp1270 SkScalar textSize = paint.getTextSize(); local
1271 if (textSize != defaultPaint.getTextSize())
1273 "{kTextSize, %g}, ", SkScalarToFloat(textSize));
H A DSkCanvas.cpp1898 const SkRect& r, SkScalar textSize) {
1903 p.setStrokeWidth(SkScalarMul(textSize, paint.getStrokeWidth()));
1945 SkScalar textSize = paint.getTextSize(); local
1946 SkScalar height = SkScalarMul(textSize, kStdUnderline_Thickness);
1953 SkScalar offset = SkScalarMulAdd(textSize, kStdUnderline_Offset,
1957 DrawRect(draw, paint, r, textSize);
1960 SkScalar offset = SkScalarMulAdd(textSize, kStdStrikeThru_Offset,
1964 DrawRect(draw, paint, r, textSize);
1897 DrawRect(const SkDraw& draw, const SkPaint& paint, const SkRect& r, SkScalar textSize) argument
H A DSkPaint.cpp973 SkScalar textSize = fTextSize; local
975 return textSize / kCanonicalTextSizeForPaths;
992 * the original textSize
1210 // adjust max in case we changed the textSize in paint
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 1716 milliseconds