/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSNamedFlowView.js | 63 fit: "fit",
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
MatrixFit.java | 22 // Simple implementation of a matrix fit in N dimensions. 32 mValid = fit(from, to); 47 public boolean fit(double[][] from, double[][] to) { method in class:MatrixFit
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshglob.h | 68 FT_Pos fit; member in struct:PSH_WidthRec_
|
/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/chromium_org/third_party/freetype/src/autofit/ |
aftypes.h | 80 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
|
aflatin2.c | 620 width->fit = width->cur; 638 blue->ref.fit = blue->ref.cur; 640 blue->shoot.fit = blue->shoot.cur; 666 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 667 blue->shoot.fit = blue->ref.fit + delta2; 670 " ref.cur=%.2g ref.fit=%.2g" 671 " shoot.cur=%.2g shoot.fit=%.2g\n", 672 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0, 673 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )) 2036 FT_Pos displacements[6], scores[6], org, fit, delta; local [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 | 620 width->fit = width->cur; 638 blue->ref.fit = blue->ref.cur; 640 blue->shoot.fit = blue->shoot.cur; 666 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 667 blue->shoot.fit = blue->ref.fit + delta2; 670 " ref.cur=%.2g ref.fit=%.2g" 671 " shoot.cur=%.2g shoot.fit=%.2g\n", 672 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0, 673 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )) 2036 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:__anon25472 407 ohci->fit = 0; [all...] |