Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleApp.cpp435 kFlipAxis_Y = (1 << 1) enumerator
1392 if (fFlipAxis & kFlipAxis_Y) { in updateMatrix()
1515 fFlipAxis ^= kFlipAxis_Y; in onEvent()
1925 title.prepend(fFlipAxis & kFlipAxis_Y ? "Y " : NULL); in updateTitle()