/external/webkit/WebCore/css/ |
SVGCSSPropertyNames.in | 41 alignment-baseline 42 baseline-shift 43 dominant-baseline
|
mathml.css | 8 vertical-align: baseline; 20 vertical-align: baseline; 50 vertical-align: baseline; 65 vertical-align: baseline; 79 vertical-align: baseline;
|
SVGCSSValueKeywords.in | 244 # baseline 257 #baseline
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsTypes.cpp | 152 String textBaselineName(TextBaseline baseline) 154 ASSERT(baseline >= 0); 155 ASSERT(baseline < 6); 157 return names[baseline]; 160 bool parseTextBaseline(const String& s, TextBaseline& baseline) 163 baseline = AlphabeticTextBaseline; 167 baseline = TopTextBaseline; 171 baseline = MiddleTextBaseline; 175 baseline = BottomTextBaseline; 179 baseline = IdeographicTextBaseline [all...] |
/frameworks/base/awt/java/awt/font/ |
LineMetrics.java | 34 * Gets the baseline offsets of the text according to the the baseline of 37 * @return the baseline offsets of the text according to the the baseline of 50 * Gets the baseline index, returns one of the following index: 53 * @return the baseline index: ROMAN_BASELINE, CENTER_BASELINE or
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
LineMetricsImpl.java | 34 // array of baseline offsets 40 // baseline index of the font corresponding to this line metrics 101 * Creates LineMetricsImpl object from specified parameters. If baseline data parameter 102 * is null than {0, (-ascent+descent)/2, -ascent} values are used for baseline offsets. 124 * @param _baselineData an array of 3 elements with baseline offsets metrics<p> 125 * _baselineData[0] - roman baseline offset<p> 126 * _baselineData[1] - center baseline offset<p> 127 * _baselineData[2] - hanging baseline offset<p> 139 * Creates LineMetricsImpl object from specified parameters. If baseline data parameter 140 * is null than {0, (-ascent+descent)/2, -ascent} values are used for baseline offsets [all...] |
TextMetricsCalculator.java | 61 * @param baselineIndex - baseline index 62 * @return baseline offset 72 // awt.3F=Invalid baseline index 84 * Take baseline offsets from the first font or graphic attribute 88 // Take baseline offsets of the first font and normalize them 117 } else { // Use defaults - Roman baseline and zero offsets 144 int baseline = metrics.baseLineIndex; local 146 if (baseline >= 0) { 153 } else { // Position is not fixed by the baseline, need sum of ascent and descent
|
/frameworks/base/tools/preload/ |
MemoryUsage.java | 107 MemoryUsage subtract(MemoryUsage baseline) { 109 nativeSharedPages - baseline.nativeSharedPages, 110 javaSharedPages - baseline.javaSharedPages, 111 otherSharedPages - baseline.otherSharedPages, 112 nativePrivatePages - baseline.nativePrivatePages, 113 javaPrivatePages - baseline.javaPrivatePages, 114 otherPrivatePages - baseline.otherPrivatePages, 115 allocCount - baseline.allocCount, 116 allocSize - baseline.allocSize, 117 freedCount - baseline.freedCount 156 static MemoryUsage baseline() { method in class:MemoryUsage [all...] |
PrintCsv.java | 44 MemoryUsage baseline = MemoryUsage.baseline(); local 51 printRow(System.out, baseline, loadedClass); 70 static void printRow(PrintStream out, MemoryUsage baseline, 108 = loadedClass.memoryUsage.subtract(baseline);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
Baseline3.java | 26 * Baseline alignement in LinearLayout with a center_vertical gravity. This sample shows that 27 * using a center_vertical gravity disables baseline alignment.
|
Baseline1.java | 26 * Baseline alignment in LinearLayout.
|
Baseline2.java | 26 * Baseline alignment in LinearLayout with a BOTTOM gravity.
|
Baseline4.java | 26 * Baseline alignment in LinearLayout with mixed gravities.
|
Baseline6.java | 26 * Baseline alignment in RelativeLayout.
|
Baseline7.java | 26 * Baseline alignment in RelativeLayout with various font weights.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 179 """Get full path of the baseline result file. 183 baseline_filename: name of the baseline file. 185 result_type: type of the baseline result: '.txt', '.png'. 188 Full path of the baseline file for rebaselining result comparison. 425 # Extract new baseline from archive and save it to a temp file. 441 # or not THIS baseline is duplicate and should be skipped. 454 # Create the new baseline directory if it doesn't already 484 """Check whether a baseline is duplicate and can fallback to same 485 baseline for another platform. For example, if a test has same 486 baseline on linux and windows, then we only store window [all...] |
/external/webkit/WebCore/svg/ |
svgattrs.in | 9 alignment-baseline 19 baseline-shift 47 dominant-baseline
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
CaptureRenderer.java | 72 if (node.baseline != -1) { 74 g.drawLine(0, node.baseline, width, node.baseline);
|
/external/quake/quake/src/QW/server/ |
sv_init.c | 78 baseline will be transmitted 98 // create entity baseline 100 VectorCopy (svent->v.origin, svent->baseline.origin); 101 VectorCopy (svent->v.angles, svent->baseline.angles); 102 svent->baseline.frame = svent->v.frame; 103 svent->baseline.skinnum = svent->v.skin; 106 svent->baseline.colormap = entnum; 107 svent->baseline.modelindex = SV_ModelIndex("progs/player.mdl"); 111 svent->baseline.colormap = 0; 112 svent->baseline.modelindex [all...] |
/frameworks/base/core/java/android/text/style/ |
LineBackgroundSpan.java | 27 int top, int baseline, int bottom,
|
/external/quake/quake/src/WinQuake/ |
cl_parse.cpp | 377 modnum = ent->baseline.modelindex; 403 ent->frame = ent->baseline.frame; 408 i = ent->baseline.colormap; 422 skin = ent->baseline.skin; 434 ent->skinnum = ent->baseline.skin; 440 ent->effects = ent->baseline.effects; 449 ent->msg_origins[0][0] = ent->baseline.origin[0]; 453 ent->msg_angles[0][0] = ent->baseline.angles[0]; 458 ent->msg_origins[0][1] = ent->baseline.origin[1]; 462 ent->msg_angles[0][1] = ent->baseline.angles[1] [all...] |
/external/webkit/WebCore/mathml/ |
RenderMathMLBlock.cpp | 99 int baseline = baselinePosition(true); local 103 info.context->drawLine(IntPoint(tx, ty + baseline), IntPoint(tx + offsetWidth(), ty + baseline));
|
/packages/apps/Email/tests/src/com/android/email/ |
AccountTestCase.java | 115 android.accounts.Account[] baseline) { 117 if (baseline.length == 0) { 124 for (android.accounts.Account removeAccount : baseline) {
|
/development/samples/ApiDemos/res/layout/ |
baseline_nested_1.xml | 30 be baseline aligned with the others.--> 54 be baseline aligned with the others.-->
|
baseline_nested_2.xml | 30 be baseline aligned with the others.--> 54 be baseline aligned with the others.-->
|