Home
last modified time | relevance | path

Searched refs:ip_triple (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx101 class BASEGFX_DLLPUBLIC ip_triple class
109 ip_triple() in ip_triple() function in basegfx::ip_triple
115 ip_triple(double fXVal, double fXInc, double fYVal, double fYInc, double fZVal, double fZInc) in ip_triple() function in basegfx::ip_triple
140 ::std::vector< ip_triple > maColorInterpolators;
141 ::std::vector< ip_triple > maNormalInterpolators;
143 ::std::vector< ip_triple > maInverseTextureInterpolators;
182 ip_triple( in addColorInterpolator()
226 ip_triple( in addNormalInterpolator()
288 ip_triple( in addInverseTextureInterpolator()
307 ::std::vector< ip_triple >& getColorInterpolators() { return maColorInterpolators; } in getColorInterpolators()
[all …]
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx153 basegfx::ip_triple maIntColor;
154 basegfx::ip_triple maIntNormal;
156 basegfx::ip_triple maIntInvTexture;
328 … const basegfx::ip_triple& rITA(getInverseTextureInterpolators()[rA.getInverseTextureIndex()]); in setupLineSpanInterpolators()
330 maIntInvTexture = basegfx::ip_triple( in setupLineSpanInterpolators()
339 const basegfx::ip_triple& rNA(getNormalInterpolators()[rA.getNormalIndex()]); in setupLineSpanInterpolators()
340 const basegfx::ip_triple& rNB(getNormalInterpolators()[rB.getNormalIndex()]); in setupLineSpanInterpolators()
341 maIntNormal = basegfx::ip_triple( in setupLineSpanInterpolators()
349 const basegfx::ip_triple& rCA(getColorInterpolators()[rA.getColorIndex()]); in setupLineSpanInterpolators()
350 const basegfx::ip_triple& rCB(getColorInterpolators()[rB.getColorIndex()]); in setupLineSpanInterpolators()
[all …]

Completed in 22 milliseconds