Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp906 fFlipAxis = 0; in SampleWindow()
1567 if (fFlipAxis) { in updateMatrix()
1569 if (fFlipAxis & kFlipAxis_X) { in updateMatrix()
1572 if (fFlipAxis & kFlipAxis_Y) { in updateMatrix()
1777 fFlipAxis ^= kFlipAxis_X; in onEvent()
1782 fFlipAxis ^= kFlipAxis_Y; in onEvent()
2292 title.prepend(fFlipAxis & kFlipAxis_X ? "X " : nullptr); in updateTitle()
2293 title.prepend(fFlipAxis & kFlipAxis_Y ? "Y " : nullptr); in updateTitle()
DSampleApp.h238 unsigned fFlipAxis; variable