/cts/tests/tests/text/src/android/text/style/cts/ |
DrawableMarginSpanTest.java | 85 " int baseline, int bottom, CharSequence text, int start, int end," + 87 " used in this method: p, top, baseline, bottom, start, end, first",
|
LeadingMarginSpan_StandardTest.java | 91 " int baseline, int bottom, CharSequence text, int start, int end," +
|
QuoteSpanTest.java | 99 " int baseline, int bottom, CharSequence text, int start, int end," +
|
/external/webkit/WebCore/bindings/v8/ |
WorkerContextExecutionProxy.cpp | 188 ScriptValue WorkerContextExecutionProxy::evaluate(const String& script, const String& fileName, int baseLine, WorkerContextExecutionState* state) 198 v8::Handle<v8::Script> compiledScript = V8Proxy::compileScript(scriptString, fileName, baseLine);
|
/external/webkit/WebCore/rendering/ |
SVGCharacterLayoutInfo.h | 122 // Accumulated baseline-shift values 136 // Used for baseline-shift.
|
RenderTheme.h | 88 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline 94 // the baseline position API above).
|
SVGCharacterLayoutInfo.cpp | 176 // baseline-shift doesn't span across ancestors, unlike dx/dy. 296 // Only baseline-shift is handled through the normal layout system
|
/external/webkit/WebKit/android/nav/ |
FindCanvas.cpp | 158 SkScalar baseline = y; local 159 rect.fTop = baseline + fontMetrics.fAscent; 160 rect.fBottom = baseline + fontMetrics.fDescent; 189 SkScalar baseline = points[j].fY; local 190 bounds.fTop = baseline + fontMetrics.fAscent; 191 bounds.fBottom = baseline + fontMetrics.fDescent;
|
/frameworks/base/docs/html/guide/practices/ |
screens_support.jd | 131 dpi screen, the baseline density assumed by the platform (as described later in 176 baseline configuration that is assigned a size of <em>normal</em> and a density of 178 definition) designed for the baseline HVGA screen used on the T-Mobile G1 and 340 designed for proper display at the baseline screen density of "medium" (160), 346 default resources instead, scaling them from the baseline density ("medium") to 359 size as they would be at the baseline density of "medium" (160). The platform 396 the application at the baseline size ("normal") and density ("medium). For 397 screens larger than baseline, the platform displays the application in a 398 baseline-sized portion of the overall screen, against a black background. </p> 416 baseline "normal" size or larger. </p [all...] |
/external/jpeg/ |
usage.doc | 128 other JPEG programs may be unable to decode the resulting file. Use -baseline 187 -baseline Force baseline-compatible quantization tables to be 191 actually baseline JPEG. For example, you can use 192 -baseline and -progressive together.) 405 for example from baseline JPEG to progressive JPEG or vice versa. It can also 431 If you specify none of these switches, you get a plain baseline-JPEG output
|
cjpeg.c | 187 fprintf(stderr, " -baseline Force baseline quantization tables\n"); 257 } else if (keymatch(arg, "baseline", 1)) { 258 /* Force baseline-compatible output (8-bit quantizer values). */
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
base.py | 126 """Given a test name, finds where the baseline results are located. 133 all_baselines: If True, return an ordered list of all baseline paths 149 conjunction with the other baseline and filename routines that are 194 the other baseline and filename manipulation routines. 588 """Return the full path to the top of the baseline tree for a
|
/external/dropbear/libtommath/ |
tommath.out | 72 \BOOKMARK [2][-]{subsection.5.2.1}{The Baseline Multiplication}{section.5.2} 79 \BOOKMARK [2][-]{subsection.5.3.1}{The Baseline Squaring Algorithm}{section.5.3} 96 \BOOKMARK [2][-]{subsection.6.3.2}{Baseline Montgomery Reduction}{section.6.3}
|
bn_mp_karatsuba_mul.c | 43 * the standard O(N**2) that the baseline/comba methods use.
|
/external/libvpx/vp8/encoder/ |
picklpf.c | 116 // Enforce a minimum filter level based upon baseline Q 136 // Enforce a maximum filter level based upon baseline Q 348 // Get baseline error score
|
/external/webkit/WebCore/css/ |
SVGCSSParser.cpp | 55 // auto | baseline | before-edge | text-before-edge | middle | 64 // baseline | super | sub | <percentage> | <length> | inherit
|
/frameworks/base/graphics/java/android/graphics/ |
Paint.java | 876 * Return the distance above (negative) the baseline (ascent) based on the 879 * @return the distance above (negative) the baseline (ascent) based on the 885 * Return the distance below (positive) the baseline (descent) based on the 888 * @return the distance below (positive) the baseline (descent) based on 901 * The maximum distance above the baseline for the tallest glyph in 906 * The recommended distance above the baseline for singled spaced text. 910 * The recommended distance below the baseline for singled spaced text. 914 * The maximum distance below the baseline for the lowest glyph in [all...] |
/frameworks/base/test-runner/src/android/test/ |
ViewAsserts.java | 110 * Assert that two views are aligned on their baseline, that is that their baselines 124 assertEquals("views are not baseline aligned", firstTop, secondTop);
|
/bootable/diskinstaller/ |
config.mk | 94 @echo Copying baseline ramdisk...
|
/cts/tests/res/layout/ |
relative_layout.xml | 82 <!-- view7, has same baseline with view6 and centered horizontally within its parent. -->
|
/cts/tests/tests/view/src/android/view/cts/ |
View_LayoutPositionTest.java | 134 // baseline not support in view
|
/external/quake/quake/src/QW/server/ |
progs.h | 43 entity_state_t baseline; member in struct:edict_s
|
/external/quake/quake/src/WinQuake/ |
progs.h | 43 entity_state_t baseline; member in struct:edict_s
|
render.h | 45 entity_state_t baseline; // to fill in defaults in updates
member in struct:entity_s
|
/external/skia/emoji/ |
EmojiFont.cpp | 178 /* This tells us to shift the emoji bounds down by 20% below the baseline,
|