MCPcopy Create free account
hub / github.com/defold/defold / TEST_P

Function TEST_P

engine/texc/src/test/test_texc.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421
422TEST_P(TexcCompileTest, FlipX)
423{
424 ASSERT_TRUE(dmTexc::Flip(m_Image, dmTexc::FLIP_AXIS_X));
425}
426
427TEST_P(TexcCompileTest, FlipY)
428{

Callers

nothing calls this directly

Calls 4

BasisUEncodeFunction · 0.85
freeFunction · 0.85
FlipFunction · 0.50
PreMultiplyAlphaFunction · 0.50

Tested by

no test coverage detected