Home
last modified time | relevance | path

Searched refs:fWeight (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp51 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
52 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
94 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
130 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
131 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
132 az = conic_eval_denominator(fWeight, t1); in subDivide()
141 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
148 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
149 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
150 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
H A DSkPathOpsConic.h20 SkScalar fWeight; member
35 SkDConic result = {{{fPts[2], fPts[1], fPts[0]}}, fWeight}; in flip()
43 fWeight = weight; in set()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp51 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
52 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
94 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
130 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
131 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
132 az = conic_eval_denominator(fWeight, t1); in subDivide()
141 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
148 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
149 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
150 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
H A DSkPathOpsConic.h20 SkScalar fWeight; member
38 SkDEBUGPARAMS(fPts.fDebugGlobalState) }, fWeight}; in flip()
51 fWeight = weight; in set()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkPathOpsConic.cpp52 conic_eval_tan(&fPts[0].fX, fWeight, t), in dxdyAtT()
53 conic_eval_tan(&fPts[0].fY, fWeight, t) in dxdyAtT()
95 double denominator = conic_eval_denominator(fWeight, t); in ptAtT()
131 ax = conic_eval_numerator(&fPts[0].fX, fWeight, t1); in subDivide()
132 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1); in subDivide()
133 az = conic_eval_denominator(fWeight, t1); in subDivide()
142 double dz = conic_eval_denominator(fWeight, midT); in subDivide()
149 cx = conic_eval_numerator(&fPts[0].fX, fWeight, t2); in subDivide()
150 cy = conic_eval_numerator(&fPts[0].fY, fWeight, t2); in subDivide()
151 cz = conic_eval_denominator(fWeight, t2); in subDivide()
[all …]
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A DcatmarkScheme.h117 mask.FaceWeight(i) = fWeight; in assignSmoothMaskForEdge()
135 mask.FaceWeight(0) = fWeight; in assignSmoothMaskForEdge()
136 mask.FaceWeight(1) = fWeight; in assignSmoothMaskForEdge()
193 Weight eWeight = fWeight; in assignSmoothMaskForVertex()
198 mask.FaceWeight(i) = fWeight; in assignSmoothMaskForVertex()
275 posMask.FaceWeight(0) = fWeight; in assignSmoothLimitMask()
276 posMask.FaceWeight(1) = fWeight; in assignSmoothLimitMask()
277 posMask.FaceWeight(2) = fWeight; in assignSmoothLimitMask()
278 posMask.FaceWeight(3) = fWeight; in assignSmoothLimitMask()
281 Weight eWeight = 4.0f * fWeight; in assignSmoothLimitMask()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/samplecode/
H A DSampleMixer.cpp31 float fWeight = 0; member in MixerView
45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw()
46 canvas->drawImage(fImg, fImg->width() + gap * fWeight, 0, &paint); in dodraw()
68 fWeight += fDW; in onDrawContent()
69 if (fWeight > 1 || fWeight < 0) { in onDrawContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/samplecode/
H A DSampleMixer.cpp31 float fWeight = 0; member in MixerView
45 paint.setColorFilter(SkColorFilters::Lerp(fWeight, cf0, cf1)); in dodraw()
46 canvas->drawImage(fImg, fImg->width() + gap * fWeight, 0, &paint); in dodraw()
68 fWeight += fDW; in onDrawContent()
69 if (fWeight > 1 || fWeight < 0) { in onDrawContent()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DText_Utils.cc55 FLOAT fWeight = 0.0f; in GetWeightBasedOnMetricOption() local
60 fWeight = (FLOAT)uiObjectWeight; in GetWeightBasedOnMetricOption()
66 fWeight = uiObjectWeight * 2.2f; in GetWeightBasedOnMetricOption()
69 return( fWeight ); in GetWeightBasedOnMetricOption()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsConicIntersectionTest.cpp48 SkASSERT(roughly_equal(chopped[0].fW, dChopped[0].fWeight)); in chopCompare()
49 SkASSERT(roughly_equal(chopped[1].fW, dChopped[1].fWeight)); in chopCompare()
120 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight }; in writeDPng()
139 path.conicTo(dConic.fPts[1].asSkPoint(), dConic.fPts[2].asSkPoint(), dConic.fWeight); in writeDPng()
148 path.conicTo(chopped.fPts[1].asSkPoint(), chopped.fPts[2].asSkPoint(), chopped.fWeight); in writeDPng()
163 conic.fW = dConic.fWeight; in chopBothWays()
249 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight }; in writeFrames()
278 {dC.fPts[2].fX * scale, dC.fPts[2].fY * scale }}}, dC.fWeight }; in writeFrames()
281 path.conicTo(dConic.fPts[1].asSkPoint(), dConic.fPts[2].asSkPoint(), dConic.fWeight); in writeFrames()
302 c1.debugSet(conic1.fPts.fPts, conic1.fWeight); in oneOff()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dweighhdl.cxx38 float fWeight; member
101 rValue <<= aFontWeightMap[i].fWeight; in importXML()
103 rValue <<= aFontWeightMap[i+1].fWeight; in importXML()
136 if( fValue <= pair.fWeight ) in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dweighhdl.cxx36 float const fWeight; member
98 rValue <<= aFontWeightMap[i].fWeight; in importXML()
100 rValue <<= aFontWeightMap[i+1].fWeight; in importXML()
133 if( fValue <= pair.fWeight ) in exportXML()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dctfonts.cxx385 double fWeight = 0; in DevFontFromCTFontDescriptor() local
387 CFNumberGetValue( pWeightNum, kCFNumberDoubleType, &fWeight ); in DevFontFromCTFontDescriptor()
396 fWeight > 0.2) in DevFontFromCTFontDescriptor()
398 fWeight = 0; in DevFontFromCTFontDescriptor()
407 fWeight > 0.2) in DevFontFromCTFontDescriptor()
409 fWeight = 0; in DevFontFromCTFontDescriptor()
412 if( fWeight > 0 ) in DevFontFromCTFontDescriptor()
414 nInt = rint(int(WEIGHT_NORMAL) + fWeight * ((WEIGHT_BLACK - WEIGHT_NORMAL)/0.68)); in DevFontFromCTFontDescriptor()
420 else if( fWeight < 0 ) in DevFontFromCTFontDescriptor()
422 nInt = rint(int(WEIGHT_NORMAL) + fWeight * ((WEIGHT_NORMAL - WEIGHT_THIN)/0.8)); in DevFontFromCTFontDescriptor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dctfonts.cxx381 double fWeight = 0; in DevFontFromCTFontDescriptor() local
383 CFNumberGetValue( pWeightNum, kCFNumberDoubleType, &fWeight ); in DevFontFromCTFontDescriptor()
392 fWeight > 0.2) in DevFontFromCTFontDescriptor()
394 fWeight = 0; in DevFontFromCTFontDescriptor()
403 fWeight > 0.2) in DevFontFromCTFontDescriptor()
405 fWeight = 0; in DevFontFromCTFontDescriptor()
408 if( fWeight > 0 ) in DevFontFromCTFontDescriptor()
410 nInt = rint(WEIGHT_NORMAL + fWeight * ((WEIGHT_BLACK - WEIGHT_NORMAL)/0.68)); in DevFontFromCTFontDescriptor()
416 else if( fWeight < 0 ) in DevFontFromCTFontDescriptor()
418 nInt = rint(WEIGHT_NORMAL + fWeight * ((WEIGHT_NORMAL - WEIGHT_THIN)/0.8)); in DevFontFromCTFontDescriptor()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/engines/
H A Dchromatic_aberration.cl96 float3 fWeight = clamp(radialBlurSize - radius, 0.0f, 1.0f);
114 fWeight *= colorWeight;
116 if (length(fWeight) > 0.0f)
118 weight += fWeight;
123 oldPixel.s0 *= fWeight.s0;
124 oldPixel.s1 *= fWeight.s1;
125 oldPixel.s2 *= fWeight.s2;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkColorFilter.cpp266 : fCF0(std::move(cf0)), fCF1(std::move(cf1)), fWeight(weight) in SkMixerColorFilter()
269 SkASSERT(fWeight >= 0 && fWeight <= 1); in SkMixerColorFilter()
302 float* storage = rec.fAlloc->make<float>(fWeight); in onAppendStages()
313 ? lerp(c0, c1, p->uniformF(uniforms->pushF(fWeight))) in onProgram()
323 fWeight); in asFragmentProcessor()
331 buffer.writeScalar(fWeight); in flatten()
339 const float fWeight; member in SkMixerColorFilter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/effects/
H A DTritoneEffect.cpp51 .bind(kBlendAmount_Index, fWeight );
60 fCF->setWeight((100 - fWeight) / 100); in onSync()
71 ScalarValue fWeight = 0; member in skottie::internal::__anon6f4790980111::TritoneAdapter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/effects/
H A DTritoneEffect.cpp51 .bind(kBlendAmount_Index, fWeight );
60 fCF->setWeight((100 - fWeight) / 100); in onSync()
71 ScalarValue fWeight = 0; member in skottie::internal::__anon0ea91bb30111::TritoneAdapter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkColorFilter.cpp303 , fWeight(weight) in SkMixerColorFilter()
306 SkASSERT(fWeight >= 0 && fWeight <= 1); in SkMixerColorFilter()
345 float* storage = rec.fAlloc->make<float>(fWeight); in onAppendStages()
356 ? lerp(c0, c1, p->uniformF(uniforms->pushF(fWeight))) in onProgram()
382 std::move(fp1), fWeight)); in asFragmentProcessor()
392 buffer.writeScalar(fWeight); in flatten()
398 const float fWeight; member in SkMixerColorFilter
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkFontStyle.cpp14 fUnion.fR.fWeight = kNormal_Weight;
21 fUnion.fR.fWeight = SkTPin<int>(weight, kInvisible_Weight, kExtraBlack_Weight);

12345678