Searched defs:newStyle (Results 1 - 8 of 8) sorted by relevance

/external/skia/tests/
H A DTypefaceTest.cpp54 SkFontStyle newStyle = newTypeface->fontStyle(); local
56 //printf("%d, %f\n", weight, (newStyle.weight() - (float)0x7FFF) / (float)0x7FFF);
57 //printf("%d, %f\n", width , (newStyle.width() - (float)0x7F) / (float)0x7F);
58 //printf("%d, %d\n", weight, newStyle.weight());
59 //printf("%d, %d\n", width , newStyle.width());
63 newStyle.weight() == weight ||
64 (weight <= 10 && newStyle.weight() == 100 * weight) ||
65 (weight == 4 && newStyle.weight() == 350) || // GDI weirdness
66 (weight == 5 && newStyle.weight() == 400) || // GDI weirdness
67 (weight == 0 && newStyle
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dreptest.cpp124 UChar newStyle = NO_STYLE; local
126 newStyle = styles.charAt(start);
128 newStyle = styles.charAt(start-1);
130 newStyle = styles.charAt(limit);
141 s.append(newStyle);
/external/libvncserver/webclients/novnc/include/
H A Ddisplay.js538 var newStyle = 'rgb(' + bgr[2] + ',' + bgr[1] + ',' + bgr[0] + ')'; variable
539 if (newStyle !== this._prevDrawStyle) {
540 this._drawCtx.fillStyle = newStyle;
541 this._prevDrawStyle = newStyle;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 697 milliseconds