HomeSort by relevance Sort by last modified time
    Searched refs:fit (Results 101 - 125 of 304) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/com/android/internal/colorextraction/types/
Tonal.java 148 // palette and finds a best fit amongst a collection of pre-defined
149 // palettes. The best fit is tweaked to be closer to the source color
169 Log.w(TAG, "Could not find best fit!");
174 float[] h = fit(palette.h, hsl[0], fitIndex,
176 float[] s = fit(palette.s, hsl[1], fitIndex, 0.0f, 1.0f);
177 float[] l = fit(palette.l, hsl[2], fitIndex, 0.0f, 1.0f);
212 // best fit + a 2 colors offset
307 * @param data what you want to fit
314 private static float[] fit(float[] data, float v, int index, float min, float max) { method in class:Tonal
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1.go 153 // we might have to write the length here if all fit in one block
158 // compress, and only keep the digest if all fit in one block
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1.go 153 // we might have to write the length here if all fit in one block
158 // compress, and only keep the digest if all fit in one block
  /external/skia/src/gpu/
GrSoftwarePathRenderer.cpp 211 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox; local
215 fit, args.fViewMatrix);
GrContext.cpp 657 SkBackingFit fit,
661 dstDesc, fit, isDstBudgeted);
785 SkBackingFit fit,
797 return this->makeDeferredRenderTargetContext(fit, width, height, config, std::move(colorSpace),
802 SkBackingFit fit,
    [all...]
  /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:
  /prebuilts/go/darwin-x86/src/runtime/
vlop_arm_test.go 89 // The offset is too big to fit in a load.
mksizeclasses.go 131 // allocation size and fit the same number of
142 // Increase object sizes if we can fit the same number of larger objects
202 // A small k allows us to fit the math required into 32 bits
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go 43 // Write out (must fully fit in dst, or else it is a ErrShortDst).
  /prebuilts/go/linux-x86/src/runtime/
vlop_arm_test.go 89 // The offset is too big to fit in a load.
mksizeclasses.go 131 // allocation size and fit the same number of
142 // Increase object sizes if we can fit the same number of larger objects
202 // A small k allows us to fit the math required into 32 bits
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
transform.go 43 // Write out (must fully fit in dst, or else it is a ErrShortDst).
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 41 // A Word has _W bits and (1<<maxShift - 1)*10 + 9 must fit into Word.
139 // write extra digits that still fit
149 // append additional digits that didn't fit
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 41 // A Word has _W bits and (1<<maxShift - 1)*10 + 9 must fit into Word.
139 // write extra digits that still fit
149 // append additional digits that didn't fit
  /external/freetype/src/autofit/
afcjk.c 685 blue->ref.fit = blue->ref.cur;
687 blue->shoot.fit = blue->shoot.cur;
697 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
700 delta1 = FT_DivFix( blue->ref.fit, scale ) - blue->shoot.org;
721 blue->shoot.fit = blue->ref.fit - delta2;
724 " ref: cur=%.2f fit=%.2f\n"
725 " shoot: cur=%.2f fit=%.2f\n",
728 blue->ref.cur / 64.0, blue->ref.fit / 64.0,
729 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ))
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 39 // more of the values will not fit in 16 bits. The range runs from Lo to Hi
311 // entries fit in uint16, so use uint16. If that changes, compilation
312 // will fail (the constants in the composite literal will not fit in uint16)
  /prebuilts/go/linux-x86/src/unicode/
letter.go 39 // more of the values will not fit in 16 bits. The range runs from Lo to Hi
311 // entries fit in uint16, so use uint16. If that changes, compilation
312 // will fail (the constants in the composite literal will not fit in uint16)
  /external/dhcpcd-6.8.2/
control.c 406 control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit)
428 d->freeit = 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.
  /external/skia/tests/
DetermineDomainModeTest.cpp 137 SkBackingFit fit = isExact ? SkBackingFit::kExact : SkBackingFit::kApprox; local
155 desc, fit,
  /frameworks/rs/script_api/
rs_convert.spec 41 Converting numbers too large to fit the destination type yields undefined results.
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go 92 // Linear search is fine. Choose perfect fit over approximate.
  /prebuilts/go/darwin-x86/src/strconv/
itoa.go 92 // u guaranteed to fit into a uintptr

Completed in 415 milliseconds

1 2 3 45 6 7 8 91011>>