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

1 23 4 5 6

  /external/chromium_org/v8/test/mjsunit/
array-natives-elements.js 169 // Commented out since handled in js, which takes the best fit.
183 // Commented out since handled in js, which takes the best fit.
197 // Commented out since handled in js, which takes the best fit.
  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 615 blue->ref.fit = blue->ref.cur;
617 blue->shoot.fit = blue->shoot.cur;
627 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
630 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org;
651 blue->shoot.fit = blue->ref.fit - delta2;
654 "ref: cur=%.2f fit=%.2f shoot: cur=%.2f fit=%.2f\n",
657 blue->ref.cur / 64.0, blue->ref.fit / 64.0,
658 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
    [all...]
  /external/freetype/src/autofit/
afcjk.c 624 blue->ref.fit = blue->ref.cur;
626 blue->shoot.fit = blue->shoot.cur;
636 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
639 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org;
660 blue->shoot.fit = blue->ref.fit - delta2;
663 " ref: cur=%.2f fit=%.2f\n"
664 " shoot: cur=%.2f fit=%.2f\n",
667 blue->ref.cur / 64.0, blue->ref.fit / 64.0,
668 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
    [all...]
aflatin.c 1011 width->fit = width->cur;
    [all...]
aftypes.h 79 FT_Pos fit; /* current/fitted position/width in device sub-pixels */ member in struct:AF_WidthRec_
  /external/chromium_org/chrome/browser/password_manager/
native_backend_kwallet_x_unittest.cc 69 for (Folder::const_iterator fit = it->second.begin();
70 fit != it->second.end(); ++fit)
71 entries->push_back(fit->first);
80 Folder::const_iterator fit = it->second.find(key);
81 if (fit == it->second.end()) return false;
82 *value = fit->second;
    [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...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
thumbnail_loader.js 89 FIT: 1, // Keep aspect ratio, do not crop.
91 AUTO: 3 // Try to fill, but if incompatible aspect ratio, then fit.
346 * Update the image style to fit/fill the container.
374 case ThumbnailLoader.FillMode.FIT:
407 // First try vertical fit or horizontal fill.
410 if ((fractionX < 1) === !!fill) { // Vertical fill or horizontal fit.
  /external/libunwind/doc/
unw_get_fpreg.tex 35 read registers which fit in a single word.
unw_set_fpreg.tex 35 write registers which fit in a single word.
unw_get_proc_name.tex 61 \item[\Const{UNW\_ENOMEM}] The procedure name is too long to fit
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 707 void calculateBasicStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples, int SampleType::*predictor)
735 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset;
752 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset;
782 void calculateBasicTransferStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples)
784 calculateBasicStatistics(stats, fit, samples, &SampleType::writtenSize);
788 void calculateBasicRenderStatistics (StatisticsType& stats, const LineParametersWithConfidence& fit, const std::vector<SampleType>& samples)
790 calculateBasicStatistics(stats, fit, samples, &SampleType::renderDataSize);
793 static SingleCallStatistics calculateSampleStatistics (const LineParametersWithConfidence& fit, const std::vector<UploadSampleResult<SingleOperationDuration> >& samples
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
ssim_opt_x86_64.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_ssim_opt_x86_64.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Array.js 178 arr[55.5] = "test"; // does fit in a JSImmediate number
179 arr[65.11111111111111111111111111111] = "test"; // does not fit in a JSImmediate number
  /external/libvpx/libvpx/vp8/encoder/x86/
ssim_opt.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
ssim_opt.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 59 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
149 ; ( calling app will initialize to 0 ) could easily fit everything in sse2
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 487 * Obtains CSS transformation that makes the rotated image fit the original
511 * Obtains CSS transformation that makes the cropped image fit the original
540 * Obtains CSS transformation that makes the image fit to the screen rectangle.
filter.js 124 * Rounds and clips the results to fit the [0..255] range.
146 * source, must completely fit inside the source.
211 * source, must completely fit inside the source.
352 * The copied part of src should completely fit into dst (there is no clipping
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 55 width->fit = FT_PIX_ROUND( width->cur );
75 width->fit = FT_PIX_ROUND( w );
  /external/freetype/src/pshinter/
pshglob.c 55 width->fit = FT_PIX_ROUND( width->cur );
75 width->fit = FT_PIX_ROUND( w );
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 55 width->fit = FT_PIX_ROUND( width->cur );
75 width->fit = FT_PIX_ROUND( w );
  /external/chromium_org/third_party/WebKit/Source/core/css/
html.css 147 object-fit: contain;
1074 width: -webkit-fit-content;
1075 height: -webkit-fit-content;

Completed in 1377 milliseconds

1 23 4 5 6