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

  /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_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.h 68 FT_Pos fit; member in struct:PSH_WidthRec_
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionElementImpl.java 50 private static final String FIT_ATTRIBUTE_NAME = "fit";
64 String fit = getAttribute(FIT_ATTRIBUTE_NAME); local
65 if (FILL_ATTRIBUTE.equalsIgnoreCase(fit)) {
67 } else if (MEET_ATTRIBUTE.equalsIgnoreCase(fit)) {
69 } else if (SCROLL_ATTRIBUTE.equalsIgnoreCase(fit)) {
71 } else if (SLICE_ATTRIBUTE.equalsIgnoreCase(fit)) {
128 public void setFit(String fit) throws DOMException {
129 if (fit.equalsIgnoreCase(FILL_ATTRIBUTE)
130 || fit.equalsIgnoreCase(MEET_ATTRIBUTE)
131 || 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...]
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 114 fit(0, period * 12 / 7, 8, &a, &b, &err);
126 bool VideoFrameScheduler::PLL::fit( function in class:android::VideoFrameScheduler::PLL
242 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
251 fit(firstTime, delta, numSamplesToUse, &a, &b, &err);
293 if (!fit(mPhase, mPeriod, kMaxSamplesToEstimatePeriod, &a, &b, &err)) {
296 ALOGV("could not fit - keeping old period:%lld", (long long)mPeriod);
  /external/freetype/src/autofit/
aftypes.h 79 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
aflatin2.c 621 width->fit = width->cur;
639 blue->ref.fit = blue->ref.cur;
641 blue->shoot.fit = blue->shoot.cur;
667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
668 blue->shoot.fit = blue->ref.fit + delta2;
671 " ref.cur=%.2g ref.fit=%.2g"
672 " shoot.cur=%.2g shoot.fit=%.2g\n",
673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
674 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
2037 FT_Pos displacements[6], scores[6], org, fit, delta; local
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 260 // fit is a character offset such that the [here, fit[ range fits in the allowed width.
262 int fit = paraStart; local
354 fit = j + 1;
397 } else if (fit != here) {
398 endPos = fit;
432 ok = fit = here;
    [all...]

Completed in 178 milliseconds