Home
last modified time | relevance | path

Searched refs:isMakeSeamlesslyTileableVertically (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/lib/
H A DengineParams.c13 param->isMakeSeamlesslyTileableVertically = FALSE; in setDefaultParams()
H A DengineParams.h38 int isMakeSeamlesslyTileableVertically; member
H A Dsynthesize.h101 if (parameters->isMakeSeamlesslyTileableVertically) in clipToTargetOrWrapIfTiled()
107 if (parameters->isMakeSeamlesslyTileableVertically) in clipToTargetOrWrapIfTiled()
/dports/graphics/gimp-resynthesizer/resynthesizer-2.0.3/src/resynthesizer/
H A DadaptParameters.c10 p2->isMakeSeamlesslyTileableVertically = p1->v_tile; in adaptPluginToLibraryParameters()