HomeSort by relevance Sort by last modified time
    Searched full:descent (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.cpp 167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
os2_table.h 394 void SetUsWinDescent(int32_t descent);
os2_table.cc 550 void OS2Table::Builder::SetUsWinDescent(int32_t descent) {
551 InternalWriteData()->WriteUShort(Offset::kUsWinDescent, descent);
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 167 fDescent = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->descent));
  /external/replicaisland/res/values/
kyle.xml 116 The sewer entrance is just ahead. We?re getting ready to make the initial descent. My advice to you: stay up here where your chances of getting smashed are slim. We don?t know what we?re going to find down there, but it?s probably not going to be pretty.
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 394 void SetUsWinDescent(int32_t descent);
os2_table.cc 548 void OS2Table::Builder::SetUsWinDescent(int32_t descent) {
549 InternalWriteData()->WriteUShort(Offset::kUsWinDescent, descent);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 247 yCenter -= (mPaint.descent() + mPaint.ascent()) / 2;
  /libcore/luni/src/main/java/libcore/reflect/
GenericSignatureParser.java 29 * Uses a top-down, recursive descent parsing approach for the following grammar:
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 259 final int textY = height / 2 - (int) (paint.descent() + paint.ascent()) / 2;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ScriptUtils.java 54 // proximity to pass to the dictionary descent algorithm.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 593 // Unless the descent is from a non-editable html element to an editable body.
599 // If the html element is editable, descending into its body will look like a descent
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 481 mx->fDescent = fTextSizeRender * SkIntToScalar(dwfm.descent) / upem;
494 my->fDescent = fTextSizeRender * SkIntToScalar(dwfm.descent) / upem;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 2114 const float descent = fontMetrics.floatDescent(); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 1338 public native float descent(); method in class:Paint
1359 public float descent; field in class:Paint.FontMetrics
1399 public int descent; field in class:Paint.FontMetricsInt
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 587 // We want to get the margin box in the inline direction, and then use our font ascent/descent in the block
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 420 pFontDesc->SetAtInteger("Descent", descend);
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 43 * recursive descent parsing approach for the following grammar:
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 260 // Restart line search direction with gradient descent on first iteration
  /external/chromium_org/third_party/freetype/src/pfr/
pfrload.c 814 phy_font->descent = PFR_NEXT_SHORT( q );
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFontDescriptorDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp 392 // The variant 'elegant' is 'not squashed', 'compact' is 'stays in ascent/descent'.
  /external/chromium_org/v8/src/
regexp.js 14 // A recursive descent parser for Patterns according to the grammar of

Completed in 636 milliseconds

1 2 3 4 5 6 7 891011>>