Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/deimage/
DdeTarga.c47 deBool yFlipped; in deImage_loadTarga() local
56 yFlipped = (tgaHeader[17] & 0x20) == 0; in deImage_loadTarga()
85 int dstY = yFlipped ? (height-1 - y) : y; in deImage_loadTarga()
/third_party/skia/src/pathops/
DSkAddIntersections.cpp326 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs()
332 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs()
338 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs()
344 wt.bottom(), wt.x(), wt.yFlipped()); in AddIntersectTs()
361 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs()
396 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs()
434 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs()
473 wn.bottom(), wn.x(), wn.yFlipped()); in AddIntersectTs()
DSkIntersectionHelper.h105 bool yFlipped() const { in yFlipped() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp50 bool yFlipped; member
72 bounds.yFlipped = sourceArea.isReversedY() != destArea.isReversedY(); in GetBlitFramebufferBounds()
978 if (bounds.yFlipped) in adjustSrcDstRegion()
1104 if (bounds.yFlipped) in adjustSrcDstRegion()
1171 if (bounds.yFlipped) in clipSrcRegion()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DContextVk.cpp4209 bool yFlipped = in updateGraphicsPipelineDescWithSpecConstUsageBits() local
4223 rotationAndFlip = yFlipped ? SurfaceRotation::FlippedIdentity : SurfaceRotation::Identity; in updateGraphicsPipelineDescWithSpecConstUsageBits()
4225 else if (yFlipped) in updateGraphicsPipelineDescWithSpecConstUsageBits()