/packages/apps/Mms/src/com/android/mms/model/ |
RegionModel.java | 35 public RegionModel(String regionId, String fit, int left, int top, 37 this(regionId, fit, left, top, width, height, null); 40 public RegionModel(String regionId, String fit, int left, int top, 43 mFit = fit; 66 * @param fit the mFit to set 68 public void setFit(String fit) { 69 mFit = fit;
|
/external/stlport/test/unit/ |
finsert_test.cpp | 35 front_insert_iterator<deque<char const*> > fit(names); 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); 42 copy(array, array + 3, fit);
|
/ndk/tests/device/test-gnustl-full/unit/ |
finsert_test.cpp | 35 front_insert_iterator<deque<char const*> > fit(names); 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); 42 copy(array, array + 3, fit);
|
/ndk/tests/device/test-stlport/unit/ |
finsert_test.cpp | 35 front_insert_iterator<deque<char const*> > fit(names); 36 fit = copy(array, array + 3, front_insert_iterator<deque <char const*> >(names)); 42 copy(array, array + 3, fit);
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILRegionElement.java | 33 public void setFit(String fit)
|
/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...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideViewInterface.java | 30 void setImageRegionFit(String fit);
|
ImageAttachmentView.java | 81 public void setImageRegionFit(String fit) {
|
VideoAttachmentView.java | 73 public void setImageRegionFit(String fit) {
|
SlideshowAttachmentView.java | 87 public void setImageRegionFit(String fit) {
|
AudioAttachmentView.java | 131 public void setImageRegionFit(String fit) {
|
BasicSlideEditorView.java | 112 public void setImageRegionFit(String fit) {
|
SlideListItemView.java | 97 public void setImageRegionFit(String fit) {
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
factor-weight.h | 263 FactorIterator fit(w); 264 if (final_only_ || fit.Done()) { 268 for (; !fit.Done(); fit.Next()) { 269 const pair<Weight, Weight> &p = fit.Value(); 282 for (FactorIterator fit(w); 283 !fit.Done(); 284 fit.Next()) { 285 const pair<Weight, Weight> &p = fit.Value();
|
/external/freetype/src/autofit/ |
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...] |
aftypes.h | 80 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
|
aflatin.c | 613 width->fit = width->cur; 631 blue->ref.fit = blue->ref.cur; 633 blue->shoot.fit = blue->shoot.cur; 668 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 669 blue->shoot.fit = blue->ref.fit + delta2; 688 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 689 blue->shoot.fit = blue->ref.fit - delta2; [all...] |
afcjk.c | 611 blue->ref.fit = blue->ref.cur; 613 blue->shoot.fit = blue->shoot.cur; 623 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 626 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org; 647 blue->shoot.fit = blue->ref.fit - delta2; 650 "ref: cur=%.2f fit=%.2f shoot: cur=%.2f fit=%.2f\n", 653 blue->ref.cur / 64.0, blue->ref.fit / 64.0, 654 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )) [all...] |
/external/freetype/src/pshinter/ |
pshglob.h | 68 FT_Pos fit; member in struct:PSH_WidthRec_
|
/external/markdown/markdown/extensions/ |
headerid.py | 27 To fit within a html template's hierarchy, set the header base level:
|
/external/webkit/Source/WebCore/css/ |
view-source.css | 130 -webkit-border-fit: lines;
|
/frameworks/base/core/java/android/text/ |
StaticLayout.java | 255 int fit = paraStart; local 352 fit = j + 1; 422 } else if (fit != here) { 423 // Log.e("text", "output fit " + here + " to " +fit); 425 here, fit, 432 fit == bufEnd, includepad, trackpad, 437 here = fit; 471 ok = fit = here; [all...] |
/external/v8/test/mjsunit/regress/ |
regress-728.js | 30 // Array index k is to big to fit into the string hash field.
|
/external/zlib/contrib/delphi/ |
zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
|