HomeSort by relevance Sort by last modified time
    Searched full:linegap (Results 1 - 22 of 22) sorted by null

  /frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
TestWallpaper.java 217 final int linegap = (int)(-mTextMetrics.ascent + mTextMetrics.descent local
224 y -= linegap;
227 y -= linegap;
230 y -= linegap;
233 y -= linegap;
236 y -= linegap;
240 y -= linegap;
  /external/skia/src/sfnt/
SkOTTable_hhea.h 28 SK_OT_FWORD LineGap;
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.h 48 int32_t LineGap();
74 int32_t LineGap();
horizontal_header_table.cc 37 int32_t HorizontalHeaderTable::LineGap() {
133 int32_t HorizontalHeaderTable::Builder::LineGap() {
  /external/fonttools/Lib/fontTools/ttLib/tables/
_v_h_e_a.py 12 lineGap: h
_h_h_e_a.py 13 lineGap: h
  /external/icu/icu4c/source/samples/layout/
sfnt.h 190 le_int16 lineGap;
GDIFontInstance.cpp 282 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu/icu4c/source/test/letest/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 169 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 153 le_int16 lineGap;
sfnt.h 327 le_int16 lineGap;
PortableFontInstance.cpp 168 fLeading = (le_int32) yUnitsToPoints((float) SWAPW(hheaTable->lineGap));
  /external/harfbuzz_ng/src/
hb-ot-hhea-table.hh 61 FWORD lineGap; /* Typographic line gap. */
  /external/freetype/src/cff/
cf2blues.c 128 &linegap );
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.c 128 &linegap );
  /external/opencv/cv/include/
cvcompat.h 517 int lineLength, int lineGap,
522 rho, theta, threshold, lineLength, lineGap );
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 485 int lineLength, int lineGap,
656 else if( ++gap > lineGap )
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 493 metrics->fLeading = fTextSizeRender * SkIntToScalar(dwfm.lineGap) / upem;
  /external/fonttools/Lib/fontTools/
merge.py 208 'lineGap': max,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 444 INT16 lineGap;
    [all...]

Completed in 2694 milliseconds