Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp904 fFlipAxis = 0; in SampleWindow()
1554 if (fFlipAxis) { in updateMatrix()
1556 if (fFlipAxis & kFlipAxis_X) { in updateMatrix()
1559 if (fFlipAxis & kFlipAxis_Y) { in updateMatrix()
1761 fFlipAxis ^= kFlipAxis_X; in onEvent()
1766 fFlipAxis ^= kFlipAxis_Y; in onEvent()
2244 title.prepend(fFlipAxis & kFlipAxis_X ? "X " : nullptr); in updateTitle()
2245 title.prepend(fFlipAxis & kFlipAxis_Y ? "Y " : nullptr); in updateTitle()
DSampleApp.h230 unsigned fFlipAxis; variable