HomeSort by relevance Sort by last modified time
    Searched defs:ascent (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp 612 // Given an HFONT, return the ascent. If GetTextMetrics fails,
640 , ascent(kUndefinedAscent)
647 int ascent; member in struct:WebCore::ShaperFontData
660 // calculate the ascent for the derived HFONT, and initialize SCRIPT_CACHE
666 // Returns false if the font is not accessible, in which case |ascent| field
679 int* ascent, HFONT* hfont, SCRIPT_CACHE** scriptCache, WORD* spaceGlyph)
709 derived->ascent = getAscent(derived->hfont);
716 if (kUndefinedAscent == derived->ascent)
717 derived->ascent = getAscent(derived->hfont);
722 *ascent = derived->ascent
740 int ascent = m_ascent; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 151 le_int16 ascent; member in struct:HHEATable
sfnt.h 325 le_int16 ascent; member in struct:HHEATable
  /external/icu4c/samples/layout/
sfnt.h 188 le_int16 ascent; member in struct:HHEATable
  /external/icu4c/test/letest/
FontObject.h 151 le_int16 ascent; member in struct:HHEATable
sfnt.h 325 le_int16 ascent; member in struct:HHEATable
  /frameworks/base/core/java/android/text/
TextLine.java 240 float bmAscent = ascent(j);
354 float bmAscent = ascent(j);
683 final int previousAscent = fmi.ascent;
697 fmi.ascent = Math.min(fmi.ascent, previousAscent);
1000 float ascent(int pos) { method
    [all...]
  /external/harfbuzz_ng/src/hb-icu-le/
sfnt.h 328 le_int16 ascent; member in struct:HHEATable
  /external/icu4c/layoutex/
ParagraphLayout.cpp 828 le_int32 ascent = font->getAscent(); local
833 if (ascent > fAscent) {
834 fAscent = ascent;
1239 le_int32 ascent = fRuns[i]->getAscent(); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 46 jfieldID ascent; member in struct:android::JMetricsID
344 static jfloat ascent(JNIEnv* env, jobject paint) { function in class:android::SkPaintGlue
366 env->SetFloatField(metricsObj, gFontMetrics_fieldID.ascent, SkScalarToFloat(metrics.fAscent));
379 int ascent = SkScalarRound(metrics.fAscent); local
386 env->SetIntField(metricsObj, gFontMetricsInt_fieldID.ascent, ascent);
391 return descent - ascent + leading;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 500 /*package*/ static float ascent(Paint thisPaint) { method in class:Paint_Delegate
509 // Android expects negative ascent so we invert the value from Java.
555 // Android expects negative ascent so we invert the value from Java.
557 fmi.ascent = - javaMetrics.getAscent();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 506 // The primary purpose of this function is to compute the maximal ascent and descent values for
520 // part of the box (EXCLUDING leading) is above (for ascent) or below (for descent) the root box's baseline.
527 int ascent = 0; local
529 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
531 if (maxAscent < ascent || !setMaxAscent) {
532 maxAscent = ascent;
559 int ascent = 0; local
561 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
563 LayoutUnit boxHeight = ascent + descent;
573 // if our box (excluding line-height) was above (for ascent) or below (for descent) the root baseline, once you factor in line-heigh
    [all...]
RenderFlexibleBox.cpp 811 LayoutUnit ascent = child->firstLineBoxBaseline(); local
812 if (ascent == -1)
813 ascent = crossAxisExtentForChild(child);
814 return ascent + flowAwareMarginBeforeForChild(child);
1101 LayoutUnit ascent = marginBoxAscentForChild(child); local
1284 LayoutUnit ascent = marginBoxAscentForChild(child); local
    [all...]
RenderListMarker.cpp 1725 int ascent = fontMetrics.ascent(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 73 OpenType::Int16 ascent; member in struct:WebCore::OpenType::VheaTable
519 float ascent = metrics.ascent(); local
551 // No vertical info in the font file; use ascent as vertical origin.
552 outXYArray[1] = -ascent;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType.cpp 1368 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /external/chromium_org/ui/gfx/
render_text_win.cc 488 // Ascent and descent values of the current line, |lines_.back()|.
996 int ascent = font_list().GetBaseline(); local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 1438 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 1131 final int ascent = Math.max(maxAscent[INDEX_FILL], local
1287 final int ascent = Math.max(maxAscent[INDEX_FILL], local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 1270 public native float ascent(); method in class:Paint
1296 public float ascent; field in class:Paint.FontMetrics
1339 public int ascent; field in class:Paint.FontMetricsInt
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1024 short ascent; \/* baseline to top edge of raster *\/ member in struct:__anon39393
1053 int ascent; \/* log. extent above baseline for spacing *\/ member in struct:__anon39395
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1024 short ascent; \/* baseline to top edge of raster *\/ member in struct:__anon40983
1053 int ascent; \/* log. extent above baseline for spacing *\/ member in struct:__anon40985
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 1024 short ascent; \/* baseline to top edge of raster *\/ member in struct:__anon42498
1053 int ascent; \/* log. extent above baseline for spacing *\/ member in struct:__anon42500
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 2497 milliseconds

12 3 4