/frameworks/base/core/java/android/text/style/ |
BulletSpan.java | 78 int top, int baseline, int bottom,
|
DrawableMarginSpan.java | 43 int top, int baseline, int bottom,
|
DynamicDrawableSpan.java | 44 * with the baseline of the surrounding text.
|
/libcore/luni/src/main/java/java/lang/ |
UnsafeByteSequence.java | 24 * 10x faster than the baseline non-fast-path implementation instead of 8x faster when using
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
SimpleStringTexture.java | 72 // Ensure baseline alignment with other strings of the same size.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboard.java | 539 final float baseline = height * SPACEBAR_LANGUAGE_BASELINE; local 540 final int top = (int)(baseline - arrowHeight); 542 lArrow.setBounds((int)(remains - arrowWidth), top, (int)remains, (int)baseline); 544 (int)baseline); 573 final float baseline = height * SPACEBAR_LANGUAGE_BASELINE; local 576 canvas.drawText(language, width / 2, baseline - descent - 1, paint); 578 canvas.drawText(language, width / 2, baseline - descent, paint); 983 final float baseline = mHeight * SPACEBAR_LANGUAGE_BASELINE - paint.descent(); local [all...] |
/cts/tests/tests/text/src/android/text/style/cts/ |
IconMarginSpanTest.java | 85 " int baseline, int bottom, CharSequence text, int start, int end," + 87 " used in this method: top, baseline, bottom, start, end, first",
|
/external/freetype/include/freetype/ |
tttables.h | 106 /* from the baseline to the top-most of all */ 119 /* from the baseline to the bottom-most of */ 135 /* baseline-to-baseline distance for the */ 225 /* from the baseline to the top-most of */ 239 /* distance from the baseline to the */ 256 /* baseline-to-baseline distance for the */ [all...] |
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.h | 64 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
fontprops.cpp | 163 int baseline = pango_layout_iter_get_baseline(iter); 165 *descent = h - PANGO_PIXELS(baseline);
|
/external/webkit/WebCore/rendering/ |
RenderBoxModelObject.h | 95 // The difference between this inline's baseline position and the line's baseline position.
|
RenderThemeSafari.h | 52 // A method to obtain the baseline position for a "leaf" control. This will only be used if a baseline
|
SVGRootInlineBox.cpp | 69 EDominantBaseline baseline = style->dominantBaseline(); local 70 if (baseline == DB_AUTO) { 72 baseline = DB_CENTRAL; 74 baseline = DB_ALPHABETIC; 77 switch (baseline) { 79 // TODO: The dominant-baseline and the baseline-table components are set by 129 EAlignmentBaseline baseline = style->alignmentBaseline(); local 130 if (baseline == AB_AUTO) { 132 baseline = dominantBaselineToShift(isVerticalText, text->parent(), font) [all...] |
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssvalues.in | 13 -webkit-baseline-middle 52 baseline
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewNode.java | 52 public int baseline; field in class:ViewNode 82 baseline = getInt("getBaseline()", 0);
|
/external/jpeg/ |
jcmarker.c | 146 /* Returns the precision used (0 = 8bits, 1 = 16bits) for baseline checking */ 510 /* Check for a non-baseline specification. 525 /* If it's baseline except for quantizer size, warn the user */ 537 emit_sof(cinfo, M_SOF0); /* SOF code for baseline implementation */ 539 emit_sof(cinfo, M_SOF1); /* SOF code for non-baseline Huffman file */
|
wizard.doc | 23 values are supported by the IJG software, this feature is not in baseline 26 quantization values to no more than 255 by giving the -baseline switch. 27 Note that use of -baseline will result in poorer quality for the same file 71 tables would be scaled for that quality setting. If -baseline appears, then
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NoteEditor.java | 99 int baseline = getLineBounds(i, r); local 101 canvas.drawLine(r.left, baseline + 1, r.right, baseline + 1, paint);
|
/external/bzip2/ |
bz-fo.xsl | 163 <xsl:attribute name="relative-align">baseline</xsl:attribute> 169 <xsl:attribute name="relative-align">baseline</xsl:attribute> 221 <xsl:attribute name="relative-align">baseline</xsl:attribute> 227 <xsl:attribute name="relative-align">baseline</xsl:attribute>
|
/external/quake/quake/src/QW/server/ |
sv_ents.c | 152 Can delta from either a baseline or a previous packet_entity 296 { // this is a new entity, send it from the baseline 298 //Con_Printf ("baseline %i\n", newnum); 299 SV_WriteDelta (&ent->baseline, &to->entities[newindex], msg, true);
|
/external/webkit/SunSpider/ |
TODO | 27 amount. The question is, what implementation should be the baseline?
|
/external/webkit/WebCore/bindings/v8/ |
WorkerContextExecutionProxy.h | 76 ScriptValue evaluate(const String& script, const String& fileName, int baseLine, WorkerContextExecutionState*);
|
/external/webkit/WebCore/platform/graphics/skia/ |
SkiaFontWin.h | 68 // Remember that Skia's text drawing origin is the baseline, like WebKit, not
|
/packages/apps/Camera/tests/src/com/android/camera/power/ |
ImageAndVideoCapture.java | 64 // This test case capture the baseline for the image preview.
|
/packages/apps/Camera/tests/src/com/android/camera/stress/ |
CameraLatency.java | 95 //1) Need to get the baseline from the cupcake so that we can add the
|