Home
last modified time | relevance | path

Searched refs:subPixel (Results 1 – 25 of 58) sorted by relevance

123

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCTRStencilShadow.cpp152 f32 subPixel; in fragment_zfail_decr() local
208 line.z[0] += slopeZ * subPixel; in fragment_zfail_decr()
211 line.w[0] += slopeW * subPixel; in fragment_zfail_decr()
214 line.c[0][0] += slopeC[0] * subPixel; in fragment_zfail_decr()
217 line.t[0][0] += slopeT[0] * subPixel; in fragment_zfail_decr()
220 line.t[1][0] += slopeT[1] * subPixel; in fragment_zfail_decr()
223 line.t[2][0] += slopeT[2] * subPixel; in fragment_zfail_decr()
309 f32 subPixel; in fragment_zfail_incr() local
365 line.z[0] += slopeZ * subPixel; in fragment_zfail_incr()
368 line.w[0] += slopeW * subPixel; in fragment_zfail_incr()
[all …]
H A DCTRNormalMap.cpp128 f32 subPixel; in scanline_bilinear() local
182 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
184 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
187 line.w[0] += slopeW * subPixel; in scanline_bilinear()
190 line.c[0][0] += slopeC[0] * subPixel; in scanline_bilinear()
193 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
196 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
199 line.t[2][0] += slopeT[2] * subPixel; in scanline_bilinear()
202 line.l[0][0] += slopeL[0] * subPixel; in scanline_bilinear()
432 f32 subPixel; in drawTriangle() local
[all …]
H A DCTRTextureLightMap2_M4.cpp141 fp24 a = line.w[0] + ( b * subPixel ); in scanline_bilinear2_mag()
161 f32 a = line.z[0] + ( b * subPixel ); in scanline_bilinear2_mag()
181 a = (f32) i + subPixel; in scanline_bilinear2_mag()
284 f32 a = line.w[0] + ( b * subPixel ); in scanline_bilinear2_mag()
304 f32 a = line.z[0] + ( b * subPixel ); in scanline_bilinear2_mag()
325 a = (f32) i + subPixel; in scanline_bilinear2_mag()
453 f32 subPixel; in scanline_bilinear2_mag() local
493 subPixel = ( (f32) yStart ) - a->Pos.y; in scanline_bilinear2_mag()
496 scan.x[0] += scan.slopeX[0] * subPixel; in scanline_bilinear2_mag()
500 scan.z[0] += scan.slopeZ[0] * subPixel; in scanline_bilinear2_mag()
[all …]
H A DCTRGouraud2.cpp122 f32 subPixel; in scanline_bilinear() local
167 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
169 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
172 line.w[0] += slopeW * subPixel; in scanline_bilinear()
175 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
178 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
181 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
317 f32 subPixel; in drawTriangle() local
358 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
361 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRGouraudAlpha2.cpp125 f32 subPixel; in scanline_bilinear() local
173 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
175 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
178 line.w[0] += slopeW * subPixel; in scanline_bilinear()
181 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
184 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
187 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
331 f32 subPixel; in drawTriangle() local
372 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
375 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRGouraudAlphaNoZ2.cpp124 f32 subPixel; in scanline_bilinear() local
169 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
171 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
174 line.w[0] += slopeW * subPixel; in scanline_bilinear()
177 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
180 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
183 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
330 f32 subPixel; in drawTriangle() local
370 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
373 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureDetailMap2.cpp124 f32 subPixel; in scanline_bilinear() local
169 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
171 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
174 line.w[0] += slopeW * subPixel; in scanline_bilinear()
177 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
180 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
183 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
335 f32 subPixel; in drawTriangle() local
375 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
378 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudNoZ2.cpp128 f32 subPixel; in scanline_bilinear() local
173 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
175 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
178 line.w[0] += slopeW * subPixel; in scanline_bilinear()
181 line.c[0] += slopeC * subPixel; in scanline_bilinear()
184 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
187 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
321 f32 subPixel; in drawTriangle() local
361 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
364 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudVertexAlpha2.cpp122 f32 subPixel; in scanline_bilinear() local
167 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
169 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
172 line.w[0] += slopeW * subPixel; in scanline_bilinear()
175 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
178 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
181 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
364 f32 subPixel; in drawTriangle() local
404 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
407 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudAdd2.cpp123 f32 subPixel; in scanline_bilinear() local
168 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
170 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
173 line.w[0] += slopeW * subPixel; in scanline_bilinear()
176 line.c[0] += slopeC * subPixel; in scanline_bilinear()
179 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
182 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
354 f32 subPixel; in drawTriangle() local
394 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
397 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudAddNoZ2.cpp123 f32 subPixel; in scanline_bilinear() local
168 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
170 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
173 line.w[0] += slopeW * subPixel; in scanline_bilinear()
176 line.c[0] += slopeC * subPixel; in scanline_bilinear()
179 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
182 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
321 f32 subPixel; in drawTriangle() local
361 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
364 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraud2.cpp123 f32 subPixel; in scanline_bilinear() local
168 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
170 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
173 line.w[0] += slopeW * subPixel; in scanline_bilinear()
176 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
179 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
182 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
349 f32 subPixel; in drawTriangle() local
389 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
392 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureLightMap2_Add.cpp123 f32 subPixel; in scanline_bilinear() local
168 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
170 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
173 line.w[0] += slopeW * subPixel; in scanline_bilinear()
176 line.c[0] += slopeC * subPixel; in scanline_bilinear()
179 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
182 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
345 f32 subPixel; in drawTriangle() local
385 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
388 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureLightMapGouraud2_M4.cpp123 f32 subPixel; in scanline_bilinear() local
168 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
170 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
173 line.w[0] += slopeW * subPixel; in scanline_bilinear()
176 line.c[0][0] += slopeC * subPixel; in scanline_bilinear()
179 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
182 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
359 f32 subPixel; in drawTriangle() local
401 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
404 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudAlpha.cpp140 f32 subPixel; in scanline_bilinear() local
185 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
187 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
190 line.w[0] += slopeW * subPixel; in scanline_bilinear()
193 line.c[0][0] += slopeC[0] * subPixel; in scanline_bilinear()
196 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
199 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
418 f32 subPixel; in drawTriangle() local
458 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
461 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureGouraudAlphaNoZ.cpp140 f32 subPixel; in scanline_bilinear() local
185 subPixel = ( (f32) xStart ) - line.x[0]; in scanline_bilinear()
187 line.z[0] += slopeZ * subPixel; in scanline_bilinear()
190 line.w[0] += slopeW * subPixel; in scanline_bilinear()
193 line.c[0][0] += slopeC[0] * subPixel; in scanline_bilinear()
196 line.t[0][0] += slopeT[0] * subPixel; in scanline_bilinear()
199 line.t[1][0] += slopeT[1] * subPixel; in scanline_bilinear()
418 f32 subPixel; in drawTriangle() local
458 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
461 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
H A DCTRTextureLightMap2_M1.cpp136 f32 a = line.w[0] + ( b * subPixel ); in scanline_bilinear2()
156 f32 a = line.z[0] + ( b * subPixel ); in scanline_bilinear2()
177 a = (f32) i + subPixel; in scanline_bilinear2()
315 f32 subPixel; in scanline_bilinear2() local
355 subPixel = ( (f32) yStart ) - a->Pos.y; in scanline_bilinear2()
358 scan.x[0] += scan.slopeX[0] * subPixel; in scanline_bilinear2()
362 scan.z[0] += scan.slopeZ[0] * subPixel; in scanline_bilinear2()
367 scan.w[0] += scan.slopeW[0] * subPixel; in scanline_bilinear2()
372 scan.c[0] += scan.slopeC[0] * subPixel; in scanline_bilinear2()
516 subPixel = ( (f32) yStart ) - b->Pos.y; in scanline_bilinear2()
[all …]
H A DCTRTextureLightMap2_M2.cpp136 f32 a = line.w[0] + ( b * subPixel ); in scanline_bilinear2()
156 f32 a = line.z[0] + ( b * subPixel ); in scanline_bilinear2()
177 a = (f32) i + subPixel; in scanline_bilinear2()
315 f32 subPixel; in scanline_bilinear2() local
355 subPixel = ( (f32) yStart ) - a->Pos.y; in scanline_bilinear2()
358 scan.x[0] += scan.slopeX[0] * subPixel; in scanline_bilinear2()
362 scan.z[0] += scan.slopeZ[0] * subPixel; in scanline_bilinear2()
367 scan.w[0] += scan.slopeW[0] * subPixel; in scanline_bilinear2()
372 scan.c[0] += scan.slopeC[0] * subPixel; in scanline_bilinear2()
516 subPixel = ( (f32) yStart ) - b->Pos.y; in scanline_bilinear2()
[all …]
H A DCTRTextureBlend.cpp241 f32 subPixel; in fragment_dst_color_src_alpha() local
288 line.z[0] += slopeZ * subPixel; in fragment_dst_color_src_alpha()
425 f32 subPixel; in fragment_src_color_src_alpha() local
605 f32 subPixel; in fragment_one_one_minus_src_alpha() local
802 f32 subPixel; in fragment_one_minus_dst_alpha_one() local
998 f32 subPixel; in fragment_src_alpha_one() local
1225 f32 subPixel; in fragment_dst_color_one_minus_dst_alpha() local
1421 f32 subPixel; in fragment_dst_color_zero() local
1615 f32 subPixel; in fragment_dst_color_one() local
1812 f32 subPixel; in fragment_zero_one_minus_scr_color() local
[all …]
H A DCBurningShader_Raster_Reference.cpp714 line.c[i][0] += line.c[i][1] * subPixel; in scanline2()
721 line.t[i][0] += line.t[i][1] * subPixel; in scanline2()
775 f32 a = line.w[0] + ( b * subPixel ); in scanline()
809 a = (f32) pShader.i + subPixel; in scanline()
908 f32 subPixel; in drawTriangle() local
937 subPixel = ( (f32) yStart ) - a->Pos.y; in drawTriangle()
940 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
943 scan.w[0] += scan.slopeW[0] * subPixel; in drawTriangle()
1052 subPixel = ( (f32) yStart ) - b->Pos.y; in drawTriangle()
1055 scan.x[0] += scan.slopeX[0] * subPixel; in drawTriangle()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/paintops/libpaintop/
H A DKisDabCacheUtils.cpp66 di.subPixel.x(), in generateDab()
67 di.subPixel.y()); in generateDab()
73 di.subPixel.x(), di.subPixel.y(), in generateDab()
94 di.subPixel.x(), di.subPixel.y(), in generateDab()
H A Dkis_dab_cache_base.cpp37 qreal subPixel; member
72 qAbs(subPixelX - rhs.subPixelX) <= prec.subPixel && in compare()
73 qAbs(subPixelY - rhs.subPixelY) <= prec.subPixel && in compare()
166 subPixel(_subPixel), in DabPosition()
171 QPointF subPixel; member
265 di->subPixel = position.subPixel; in fetchDabGenerationInfo()
276 di->subPixel.x(), in fetchDabGenerationInfo()
277 di->subPixel.y(), in fetchDabGenerationInfo()
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Doutput_interface.cpp40 OutputInterface::SubPixel subPixel = OutputInterface::SubPixel::Unknown; member in KWaylandServer::OutputInterfacePrivate
97 static quint32 kwaylandServerSubPixelToWaylandSubPixel(OutputInterface::SubPixel subPixel) in kwaylandServerSubPixelToWaylandSubPixel() argument
99 switch (subPixel) { in kwaylandServerSubPixelToWaylandSubPixel()
124 kwaylandServerSubPixelToWaylandSubPixel(subPixel), in sendGeometry()
314 OutputInterface::SubPixel OutputInterface::subPixel() const in subPixel() function in KWaylandServer::OutputInterface
316 return d->subPixel; in subPixel()
319 void OutputInterface::setSubPixel(SubPixel subPixel) in setSubPixel() argument
321 if (d->subPixel == subPixel) { in setSubPixel()
324 d->subPixel = subPixel; in setSubPixel()
326 Q_EMIT subPixelChanged(d->subPixel); in setSubPixel()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/fonts/
H A Dfontsaasettings.cpp52 Q_PROPERTY(KXftConfig::SubPixel::Type subPixel READ subPixel WRITE setSubPixel)
115 KXftConfig::SubPixel::Type subPixel() const in subPixel() function in FontAASettingsStore
120 void setSubPixel(KXftConfig::SubPixel::Type subPixel) in setSubPixel() argument
122 if (m_subPixel != subPixel) { in setSubPixel()
124 m_subPixel = subPixel; in setSubPixel()
322 } else if (subPixel() == KXftConfig::SubPixel::None) { in setAntiAliasing()
346 KXftConfig::SubPixel::Type FontsAASettings::subPixel() const in subPixel() function in FontsAASettings
353 if (subPixel() == type) { in setSubPixel()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/src/client/
H A Doutput.cpp55 SubPixel subPixel = SubPixel::Unknown; member in Wrapland::Client::Output::Private
69 int32_t subPixel,
86 void setSubPixel(SubPixel subPixel);
158 int32_t subPixel, in geometryCallback() argument
170 auto toSubPixel = [subPixel]() { in geometryCallback()
171 switch (subPixel) { in geometryCallback()
326 subPixel = s; in setSubPixel()
385 Output::SubPixel Output::subPixel() const in subPixel() function in Wrapland::Client::Output
387 return d->subPixel; in subPixel()

123