Lines Matching refs:texture
387 void verifyInput( const rendering::Texture& texture, in verifyInput() argument
392 verifyInput( texture.AffineTransform, in verifyInput()
395 if( !::rtl::math::isFinite( texture.Alpha ) || in verifyInput()
396 texture.Alpha < 0.0 || in verifyInput()
397 texture.Alpha > 1.0 ) in verifyInput()
403 ::rtl::OUString::valueOf(texture.Alpha) + in verifyInput()
412 if( texture.NumberOfHatchPolygons < 0 ) in verifyInput()
425 if( texture.RepeatModeX < rendering::TexturingMode::NONE || in verifyInput()
426 texture.RepeatModeX > rendering::TexturingMode::REPEAT ) in verifyInput()
432 ::rtl::OUString::valueOf(sal::static_int_cast<sal_Int32>(texture.RepeatModeX)) + in verifyInput()
441 if( texture.RepeatModeY < rendering::TexturingMode::NONE || in verifyInput()
442 texture.RepeatModeY > rendering::TexturingMode::REPEAT ) in verifyInput()
448 ::rtl::OUString::valueOf(sal::static_int_cast<sal_Int32>(texture.RepeatModeY)) + in verifyInput()