Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/third_party/skia/src/gpu/
DGrTextureRenderTargetProxy.cpp31 SkBackingFit fit, in GrTextureRenderTargetProxy() argument
37 : GrSurfaceProxy(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrTextureRenderTargetProxy()
39 , GrRenderTargetProxy(caps, format, dimensions, sampleCnt, fit, budgeted, isProtected, in GrTextureRenderTargetProxy()
41 , GrTextureProxy(format, dimensions, mipMapped, mipmapStatus, fit, budgeted, isProtected, in GrTextureRenderTargetProxy()
54 SkBackingFit fit, in GrTextureRenderTargetProxy() argument
60 : GrSurfaceProxy(std::move(callback), format, dimensions, fit, budgeted, isProtected, in GrTextureRenderTargetProxy()
64 , GrRenderTargetProxy(LazyInstantiateCallback(), format, dimensions, sampleCnt, fit, in GrTextureRenderTargetProxy()
68 fit, budgeted, isProtected, surfaceFlags, useAllocator, in GrTextureRenderTargetProxy()
154 SkBackingFit fit; in callbackDesc() local
156 fit = SkBackingFit::kApprox; in callbackDesc()
[all …]
DGrSurfaceProxy.cpp29 static bool is_valid_lazy(const SkISize& dimensions, SkBackingFit fit) { in is_valid_lazy() argument
34 return ((dimensions.fWidth < 0 && dimensions.fHeight < 0 && SkBackingFit::kApprox == fit) || in is_valid_lazy()
46 SkBackingFit fit, in GrSurfaceProxy() argument
54 , fFit(fit) in GrSurfaceProxy()
66 SkBackingFit fit, in GrSurfaceProxy() argument
74 , fFit(fit) in GrSurfaceProxy()
81 SkASSERT(is_valid_lazy(dimensions, fit)); in GrSurfaceProxy()
86 SkBackingFit fit, in GrSurfaceProxy() argument
92 , fFit(fit) in GrSurfaceProxy()
265 SkBackingFit fit, in Copy() argument
[all …]
DGrRecordingContextPriv.cpp42 SkBackingFit fit, in createDevice() argument
50 return skgpu::v1::Device::Make(this->context(), budgeted, ii, fit, sampleCount, in createDevice()
119 SkBackingFit fit, in makeSC() argument
135 fit, in makeSC()
153 SkBackingFit fit, in makeSFC() argument
165 fit, in makeSFC()
181 fit, in makeSFC()
208 SkBackingFit fit, in makeSFC() argument
225 fit, in makeSFC()
243 fit, in makeSFC()
[all …]
DGrTextureProxy.cpp25 SkBackingFit fit, in GrTextureProxy() argument
31 : INHERITED(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrTextureProxy()
50 SkBackingFit fit, in GrTextureProxy() argument
56 : INHERITED(std::move(callback), format, dimensions, fit, budgeted, isProtected, in GrTextureProxy()
212 SkBackingFit fit; in callbackDesc() local
214 fit = SkBackingFit::kApprox; in callbackDesc()
217 fit = this->isFunctionallyExact() ? SkBackingFit::kExact : SkBackingFit::kApprox; in callbackDesc()
222 fit, in callbackDesc()
DGrProxyProvider.cpp139 SkBackingFit fit, in testingOnly_createInstantiatedProxy() argument
160 if (SkBackingFit::kApprox == fit) { in testingOnly_createInstantiatedProxy()
189 SkBackingFit fit, in testingOnly_createInstantiatedProxy() argument
201 fit, in testingOnly_createInstantiatedProxy()
286 SkBackingFit fit, in createProxyFromBitmap() argument
289 SkASSERT(fit == SkBackingFit::kExact || mipMapped == GrMipmapped::kNo); in createProxyFromBitmap()
318 proxy = this->createNonMippedProxyFromBitmap(copyBitmap, fit, budgeted); in createProxyFromBitmap()
341 SkBackingFit fit, in createNonMippedProxyFromBitmap() argument
369 GrInternalSurfaceFlags::kNone, fit, budgeted, GrProtected::kNo, UseAllocator::kYes); in createNonMippedProxyFromBitmap()
441 SkBackingFit fit, in createProxy() argument
[all …]
DGrSurfaceProxyView.h102 SkBackingFit fit, in Copy() argument
109 fit, in Copy()
117 SkBackingFit fit, in Copy() argument
123 fit, in Copy()
DGrRenderTargetProxy.cpp31 SkBackingFit fit, in GrRenderTargetProxy() argument
36 : INHERITED(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrRenderTargetProxy()
45 SkBackingFit fit, in GrRenderTargetProxy() argument
51 : INHERITED(std::move(callback), format, dimensions, fit, budgeted, isProtected, in GrRenderTargetProxy()
/third_party/skia/tests/
DProxyTest.cpp48 SkBackingFit fit, in check_rendertarget() argument
66 if (SkBackingFit::kExact == fit) { in check_rendertarget()
81 SkBackingFit fit) { in check_texture() argument
124 for (auto fit : {SkBackingFit::kExact, SkBackingFit::kApprox}) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
137 if (SkBackingFit::kApprox == fit) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
149 fit, budgeted, GrProtected::kNo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
166 fit, caps.maxWindowRectangles()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
173 if (SkBackingFit::kApprox == fit) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
185 fit, budgeted, GrProtected::kNo)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
198 fit); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
DTextureProxyTest.cpp43 SkBackingFit fit) { in deferred_tex() argument
49 proxyProvider->createProxy(format, kSize, GrRenderable::kNo, 1, GrMipmapped::kNo, fit, in deferred_tex()
59 SkBackingFit fit) { in deferred_texRT() argument
65 proxyProvider->createProxy(format, kSize, GrRenderable::kYes, 1, GrMipmapped::kNo, fit, in deferred_texRT()
73 GrProxyProvider* proxyProvider, SkBackingFit fit) { in wrapped() argument
75 kSize, kColorType, GrRenderable::kNo, 1, fit, SkBudgeted::kYes, GrProtected::kNo); in wrapped()
82 GrProxyProvider* proxyProvider, SkBackingFit fit) { in wrapped_with_key() argument
94 kSize, kColorType, GrRenderable::kNo, 1, fit, SkBudgeted::kYes, GrProtected::kNo); in wrapped_with_key()
347 for (auto fit : { SkBackingFit::kExact, SkBackingFit::kApprox }) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
350 basic_test(direct, reporter, create(reporter, direct, proxyProvider, fit), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum_mod_raw.data1 Test mbedtls_mpi_mod_raw_io #1 BE (Buffer and limbs just fit, input limb-aligned)
4 Test mbedtls_mpi_mod_raw_io #1 LE (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_mod_raw_io #2 BE (Buffer and limbs just fit, input unaligned)
10 Test mbedtls_mpi_mod_raw_io #2 LE (Buffer and limbs just fit, input unaligned)
37 Test mbedtls_mpi_mod_raw_io #7 BE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
40 Test mbedtls_mpi_mod_raw_io #7 LE (Buffer and limbs just fit, input limb-aligned with leading zeroe…
43 Test mbedtls_mpi_mod_raw_io #8 BE (Buffer and limbs just fit, input unaligned with leading zeroes)
46 Test mbedtls_mpi_mod_raw_io #8 LE (Buffer and limbs just fit, input unaligned with leading zeroes)
Dtest_suite_bignum_core.misc.data4 Test mbedtls_mpi_core_io_be #1 (Buffer and limbs just fit, input limb-aligned)
7 Test mbedtls_mpi_core_io_be #2 (Buffer and limbs just fit, input unaligned)
22 Test mbedtls_mpi_core_io_be #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
25 Test mbedtls_mpi_core_io_be #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
66 Test mbedtls_mpi_core_io_be #21 (Buffer and limbs fit, input unaligned, odd number of limbs)
69 Test mbedtls_mpi_core_io_le #1 (Buffer and limbs just fit, input limb-aligned)
72 Test mbedtls_mpi_core_io_le #2 (Buffer and limbs just fit, input unaligned)
87 Test mbedtls_mpi_core_io_le #7 (Buffer and limbs just fit, input limb-aligned with leading zeroes)
90 Test mbedtls_mpi_core_io_le #8 (Buffer and limbs just fit, input unaligned with leading zeroes)
131 Test mbedtls_mpi_core_io_le #21 (Buffer and limbs fit, input unaligned, odd number of limbs)
/third_party/skia/docs/examples/
DMatrix_ScaleToFit.cpp14 for (auto fit : { SkMatrix::kFill_ScaleToFit, SkMatrix::kStart_ScaleToFit,
19 if (!matrix.setRectToRect(bounds, rect, fit)) {
26 canvas->drawString(labels[fit], 10, 255, paint);
/third_party/typescript/tests/baselines/reference/
Des2018IntlAPIs.types26 …Of : (locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit"; }) => string[]
27 …esOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit"; }): string[]; }
29 …esOf(locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit"; }): string[]; }
30 >supportedLocalesOf : (locales: string | string[], options?: { localeMatcher?: "lookup" | "best fit
/third_party/curl/lib/
Ddynbuf.c72 size_t fit = len + indx + 1; /* new string + old string + zero byte */ in dyn_nappend() local
82 if(fit > s->toobig) { in dyn_nappend()
91 else if(fit < MIN_FIRST_ALLOC) in dyn_nappend()
94 a = fit; in dyn_nappend()
97 while(a < fit) in dyn_nappend()
/third_party/benchmark/src/
Dcomplexity.cc107 double fit = result.coef * fitting_curve(n[i]); in MinimalLeastSq() local
108 rms += pow((time[i] - fit), 2); in MinimalLeastSq()
142 for (const auto& fit : fit_curves) { in MinimalLeastSq() local
143 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq()
146 best_fit.complexity = fit; in MinimalLeastSq()
/third_party/skia/third_party/externals/icu/source/data/unit/
Dtr.txt73 dnam{"fit kare"}
74 one{"{0} fit kare"}
75 other{"{0} fit kare"}
525 dnam{"fit"}
526 one{"{0} fit"}
527 other{"{0} fit"}
528 per{"{0}/fit"}
847 dnam{"pound fit"}
848 one{"{0} pound fit"}
849 other{"{0} pound fit"}
[all …]
/third_party/icu/icu4c/source/data/unit/
Dtr.txt73 dnam{"fit kare"}
74 one{"{0} fit kare"}
75 other{"{0} fit kare"}
541 dnam{"fit"}
542 one{"{0} fit"}
543 other{"{0} fit"}
544 per{"{0}/fit"}
863 dnam{"pound fit"}
864 one{"{0} pound fit"}
865 other{"{0} pound fit"}
[all …]
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dinsert.md65 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current…
70 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current…
75 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current…
77 do not belong to the same JSON value; example: `"iterators do not fit"`
84 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current…
89 …iterator which does not belong to the current JSON value; example: `"iterator does not fit current…
91 do not belong to the same JSON value; example: `"iterators do not fit"`
/third_party/skia/modules/canvaskit/tests/
Dutil.js109 _commonGM(fit, false, name, callback, assetsToFetchOrPromisesToWaitOn);
133 _commonGM(fit, true, name, callback, assetsToFetchOrPromisesToWaitOn);
190 _commonMultipleCanvasGM(fit, false, name, callback);
207 _commonMultipleCanvasGM(fit, true, name, callback);
/third_party/gn/src/gn/format_test_data/
D060.golden1 …his is a very long string that is going to exceed 80 col and will never under any circumstance fit"
2 …s is a very long string that is going to exceed 80 col and will never under any circumstance fit" ]
D060.gn1 …his is a very long string that is going to exceed 80 col and will never under any circumstance fit"
2 …s is a very long string that is going to exceed 80 col and will never under any circumstance fit" ]
/third_party/skia/src/core/
DSkGpuBlurUtils.cpp162 SkBackingFit fit) { in convolve_gaussian() argument
172 rContext, srcColorType, std::move(finalCS), fit, dstBounds.size(), SkSurfaceProps(), 1, in convolve_gaussian()
309 SkBackingFit fit) { in reexpand() argument
323 rContext, srcColorType, std::move(colorSpace), fit, dstSize, SkSurfaceProps(), 1, in reexpand()
355 SkBackingFit fit) { in two_pass_gaussian() argument
359 SkBackingFit xFit = radiusY > 0 ? SkBackingFit::kApprox : fit; in two_pass_gaussian()
447 dstBounds, Direction::kY, radiusY, sigmaY, mode, colorSpace, fit); in two_pass_gaussian()
464 SkBackingFit fit) { in GaussianBlur() argument
527 fit, in GaussianBlur()
561 std::move(colorSpace), fit); in GaussianBlur()
[all …]
/third_party/rust/crates/clap/examples/
DREADME.md4 documentation](https://documentation.divio.com/). Examples fit into this by
13 New examples should fit within the above structure and support their narrative
/third_party/skia/third_party/externals/harfbuzz/src/ms-use/
DIndicPositionalCategory-Additional.txt18 …# Mn TIBETAN VOWEL SIGN I # Not really below, but need to override to fit into Universal model
19 … SIGN E..TIBETAN VOWEL SIGN OO # Not really below, but need to override to fit into Universal model
20 … TIBETAN VOWEL SIGN REVERSED I # Not really below, but need to override to fit into Universal model
42 … Mn TIBETAN VOWEL SIGN U # Not really above, but need to override to fit into Universal model
/third_party/skia/src/gpu/ops/
DSoftwarePathRenderer.cpp85 SkBackingFit fit, in make_deferred_mask_texture_view() argument
97 fit, SkBudgeted::kYes, GrProtected::kNo); in make_deferred_mask_texture_view()
332 SkBackingFit fit = useCache ? SkBackingFit::kExact : SkBackingFit::kApprox; in onDrawPath() local
341 view = make_deferred_mask_texture_view(args.fContext, fit, boundsForMask->size()); in onDrawPath()
370 view = helper.toTextureView(args.fContext, fit); in onDrawPath()

12345678910>>...29