HomeSort by relevance Sort by last modified time
    Searched full:widths (Results 101 - 125 of 340) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 404 // The current widths of various types of tabs. We save these so that, as
407 // them all at their existing, rounded widths.
  /external/harfbuzz_ng/src/
hb-ot-shape.cc 422 /* Zero'ing mark widths by GDEF (as used in Myanmar spec) happens
471 /* Zero'ing mark widths by Unicode happens
  /external/icu4c/i18n/unicode/
dtptngen.h 293 * @return pattern adjusted to match the skeleton fields widths and subtypes.
319 * @return pattern adjusted to match the skeleton fields widths and subtypes.
  /external/llvm/include/llvm/ADT/
APInt.h 64 /// widths will yield an assertion.
68 /// widths must be the same, operations such as Mul and Add produce the same
520 /// one of them (if needed!) to ensure that the bit-widths match.
700 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
713 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
726 assert(BitWidth == RHS.BitWidth && "Bit widths must be the same");
866 assert(BitWidth == RHS.BitWidth && "Comparison requires equal bit widths");
    [all...]
  /frameworks/base/core/java/android/widget/
TabWidget.java 65 // When positive, the widths and heights of tabs will be imposed so that they fit in parent
208 // Measure again, this time with imposed tab widths and respecting initial spec request
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 188 final int widths[] = new int[] {320, 640}; local
234 TestCamera(whichCamera, widths[whichResolution],
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 50 * Turns the given two strings (with widths) and spacer into a formatted
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 50 * Turns the given two strings (with widths) and spacer into a formatted
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 50 * Turns the given two strings (with widths) and spacer into a formatted
  /external/freetype/include/freetype/internal/
ftdriver.h 161 /* widths of `count' glyphs (in font units), */
  /external/llvm/include/llvm-c/
Disassembler.h 43 * size parameter. For instructions sets with fixed widths and one symbolic
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
TwoColumnOutput.java 54 * Turns the given two strings (with widths) and spacer into a formatted
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 52 // Checking emptiness handles negative widths as well as zero.
SimpleFontData.cpp 163 // Nasty hack to determine if we should round or ceil space widths.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.h 100 // Get the advances (widths) for each glyph.
  /external/icu4c/layout/
LayoutEngine.h 41 * widths. Subclasses can override these methods for more advanced layout.
49 * 2) Glyph positioning - position the glyphs based on their advance widths.
213 * the glyphs based on their advance widths. This is sufficient for most uses. It
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 536 final float[] widths = new float[len]; local
537 final int count = paint.getTextWidths(text, 0, len, widths);
540 width += Math.round(widths[i] + 0.5f);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 359 SkScalar* widths = storage.get(); local
363 count = paint.getTextWidths(run.characters(), count << 1, widths);
370 if (x < SkScalarRound(pos + SkScalarHalf(widths[i])))
372 pos += widths[i];
474 // Get the advances (widths) for each glyph.
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h     [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 589 If widths is not null, returns the array of advance widths for each
594 float widths[], ANPRectF bounds[]);
    [all...]
  /dalvik/docs/
verifier.html 98 type safety on sub-32-bit integer widths. These additional restrictions
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 130 // folder menu window. This is calculated from the widths of the main
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller.mm 64 // The min widths match the windows values and are sums of left + right
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 89 // determine the widths of the bar and the label areas

Completed in 1451 milliseconds

1 2 3 45 6 7 8 91011>>