HomeSort by relevance Sort by last modified time
    Searched refs:fit (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/chromium_org/tools/telemetry/telemetry/timeline/
thread.py 198 We first check row 2's last item, [d]. [e] wont fit into [d] (they dont
199 even intersect). So we go to row 1. That gives us [b], and [d] wont fit
209 We do the same deepest-to-shallowest walk of the subrows trying to fit
210 it. This time, it doesn't fit in any open slice. So, we simply append
  /external/chromium_org/third_party/markdown/extensions/
headerid.py 59 To fit within a html template's hierarchy, set the header base level:
  /external/libunwind/doc/
unw_get_reg.tex 34 registers whose values fit in a single word. See
35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
unw_set_reg.tex 34 registers whose values fit in a single word. See
36 fit this constraint.
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowAttachmentView.java 88 public void setImageRegionFit(String fit) {
VideoAttachmentView.java 74 public void setImageRegionFit(String fit) {
AudioAttachmentView.java 132 public void setImageRegionFit(String fit) {
BasicSlideEditorView.java 111 public void setImageRegionFit(String fit) {
SlideListItemView.java 98 public void setImageRegionFit(String fit) {
  /external/chromium_org/third_party/polymer/components/paper-toast/
paper-toast.css 31 :host(.fit-bottom) {
  /external/chromium_org/third_party/polymer/components-chromium/paper-toast/
paper-toast.css 31 :host(.fit-bottom) {
  /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/chrome/browser/resources/pdf/
viewport.js 59 FIT_TO_PAGE: 'fit-to-page',
60 FIT_TO_WIDTH: 'fit-to-width'
324 * Compute the zoom level for fit-to-page or fit-to-width. |pageDimensions| is
326 * that fit-to-page zoom should be computed rather than fit-to-page.
328 * @param {boolean} widthOnly a bool indicating whether fit-to-page or
329 * fit-to-width should be computed.
396 // When computing fit-to-width, the maximum width of a page in the
pdf.js 101 $('fit-to-width-button').addEventListener('click',
103 $('fit-to-page-button').addEventListener('click',
152 // Go to the previous page if we are fit-to-page.
163 // Go to the next page if we are fit-to-page.
453 $('fit-to-page-button').classList.remove('polymer-selected');
454 $('fit-to-width-button').classList.remove('polymer-selected');
456 $('fit-to-page-button').classList.add('polymer-selected');
459 $('fit-to-width-button').classList.add('polymer-selected');
  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 679 width->fit = width->cur;
697 blue->ref.fit = blue->ref.cur;
699 blue->shoot.fit = blue->shoot.cur;
734 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
735 blue->shoot.fit = blue->ref.fit + delta2;
754 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
755 blue->shoot.fit = blue->ref.fit - delta2;
    [all...]
aftypes.h 80 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
  /external/chromium_org/remoting/webapp/
toolbar.js 90 document.getElementById('screen-shrink-to-fit'),
180 * Updates the options menu to reflect the current scale-to-fit and full-screen
  /external/chromium_org/third_party/polymer/components/core-layout/
core-layout.css 51 .core-fit {
59 body.core-fit {
  /external/chromium_org/third_party/polymer/components-chromium/core-layout/
core-layout.css 51 .core-fit {
59 body.core-fit {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-728.js 30 // Array index k is to big to fit into the string hash field.
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
  /external/zlib/src/contrib/delphi/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /external/zlib/src/contrib/pascal/
zlibd32.mak 72 # the command line is cut to fit in the MS-DOS 128 byte limit:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 34 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)

Completed in 1655 milliseconds

12 3 4 5 6