Home
last modified time | relevance | path

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

/aoo41x/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx100 class ip_triple class
108 ip_triple() in ip_triple() function in basegfx::ip_triple
114 ip_triple(double fXVal, double fXInc, double fYVal, double fYInc, double fZVal, double fZInc) in ip_triple() function in basegfx::ip_triple
139 ::std::vector< ip_triple > maColorInterpolators;
140 ::std::vector< ip_triple > maNormalInterpolators;
142 ::std::vector< ip_triple > maInverseTextureInterpolators;
181 ip_triple( in addColorInterpolator()
225 ip_triple( in addNormalInterpolator()
287 ip_triple( in addInverseTextureInterpolator()
306 ::std::vector< ip_triple >& getColorInterpolators() { return maColorInterpolators; } in getColorInterpolators()
[all …]
/aoo41x/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 15 milliseconds