HomeSort by relevance Sort by last modified time
    Searched defs:fit (Results 1 - 6 of 6) 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 48 private static final String FIT_ATTRIBUTE_NAME = "fit";
62 String fit = getAttribute(FIT_ATTRIBUTE_NAME); local
63 if (FILL_ATTRIBUTE.equalsIgnoreCase(fit)) {
65 } else if (MEET_ATTRIBUTE.equalsIgnoreCase(fit)) {
67 } else if (SCROLL_ATTRIBUTE.equalsIgnoreCase(fit)) {
69 } else if (SLICE_ATTRIBUTE.equalsIgnoreCase(fit)) {
126 public void setFit(String fit) throws DOMException {
127 if (fit.equalsIgnoreCase(FILL_ATTRIBUTE)
128 || fit.equalsIgnoreCase(MEET_ATTRIBUTE)
129 || fit.equalsIgnoreCase(SCROLL_ATTRIBUTE
    [all...]
  /external/freetype/src/autofit/
aftypes.h 80 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
aflatin2.c 593 width->fit = width->cur;
611 blue->ref.fit = blue->ref.cur;
613 blue->shoot.fit = blue->shoot.cur;
639 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
640 blue->shoot.fit = blue->ref.fit + delta2;
643 " ref.cur=%.2g ref.fit=%.2g"
644 " shoot.cur=%.2g shoot.fit=%.2g\n",
645 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
646 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2005 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 258 // fit is a character offset such that the [here, fit[ range fits in the allowed width.
260 int fit = paraStart; local
347 fit = j + 1;
394 } else if (fit != here) {
395 endPos = fit;
419 ok = fit = here;
    [all...]
  /external/qemu/hw/
usb-ohci.c 93 uint32_t fit:1; member in struct:__anon13804
407 ohci->fit = 0;
    [all...]

Completed in 330 milliseconds