HomeSort by relevance Sort by last modified time
    Searched defs:fit (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 49 private static final String FIT_ATTRIBUTE_NAME = "fit";
63 String fit = getAttribute(FIT_ATTRIBUTE_NAME); local
64 if (FILL_ATTRIBUTE.equalsIgnoreCase(fit)) {
66 } else if (MEET_ATTRIBUTE.equalsIgnoreCase(fit)) {
68 } else if (SCROLL_ATTRIBUTE.equalsIgnoreCase(fit)) {
70 } else if (SLICE_ATTRIBUTE.equalsIgnoreCase(fit)) {
127 public void setFit(String fit) throws DOMException {
128 if (fit.equalsIgnoreCase(FILL_ATTRIBUTE)
129 || fit.equalsIgnoreCase(MEET_ATTRIBUTE)
130 || fit.equalsIgnoreCase(SCROLL_ATTRIBUTE
    [all...]
  /external/freetype/src/autofit/
aftypes.h 90 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
aflatin2.c 578 width->fit = width->cur;
596 blue->ref.fit = blue->ref.cur;
598 blue->shoot.fit = blue->shoot.cur;
624 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
625 blue->shoot.fit = blue->ref.fit + delta2;
627 AF_LOG(( ">> activating blue zone %d: ref.cur=%.2g ref.fit=%.2g shoot.cur=%.2g shoot.fit=%.2g\n",
628 nn, blue->ref.cur/64.0, blue->ref.fit/64.0,
629 blue->shoot.cur/64.0, blue->shoot.fit/64.0 ))
1982 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 300 int fit = start; local
400 fit = j + 1;
469 // Act like it fit even though it didn't.
472 fit = j + 1;
504 } else if (fit != here) {
505 // Log.e("text", "output fit " + here + " to " +fit);
507 here, fit,
514 fit == bufend, includepad, trackpad,
519 here = fit;
    [all...]
TextUtils.java 974 * or, if it does not fit, a truncated
986 * or, if it does not fit, a copy with ellipsis character added
1041 int fit = p.breakText(text, 0, len, false, local
1054 int fit = p.breakText(text, 0, len, true, local
    [all...]
  /external/qemu/hw/
usb-ohci.c 93 uint32_t fit:1; member in struct:__anon6340
407 ohci->fit = 0;
    [all...]

Completed in 573 milliseconds