Home
last modified time | relevance | path

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

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dfocus_traversal_test.dart502 debugLabel: 'lowerLeft',
772 debugLabel: 'lowerLeft',
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h56 void onClipControlChange(bool lowerLeft, bool zeroToOne);
DStateManager11.cpp592 void ShaderConstants11::onClipControlChange(bool lowerLeft, bool zeroToOne) in onClipControlChange() argument
594 mVertex.clipControlOrigin = lowerLeft ? -1.0f : 1.0f; in onClipControlChange()
/third_party/skia/src/core/
DSkScan_AAAPath.cpp1460 SkFixed lowerLeft, in blit_saved_trapezoid() argument
1484 std::max(lowerLeft, leftClip), in blit_saved_trapezoid()
/third_party/flutter/skia/src/core/
DSkScan_AAAPath.cpp1454 SkFixed lowerLeft, in blit_saved_trapezoid() argument
1478 SkTMax(lowerLeft, leftClip), in blit_saved_trapezoid()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp4445 const RGBA lowerLeft(pixelBuffer.getPixel(1, pixelBuffer.getHeight() - 1)); in runAndVerifyDefaultPipeline() local
4446 if (!tcu::compareThreshold(lowerLeft, instance.outputColors[2], threshold)) in runAndVerifyDefaultPipeline()