Home
last modified time | relevance | path

Searched defs:maxY (Results 1 – 25 of 53) sorted by relevance

123

/third_party/skia/src/pathops/
DSkReduceOrder.cpp39 int minX, int maxX, int minY, int maxY, SkDQuad& reduction) { in check_linear()
56 int index, minX, maxX, minY, maxY; in reduce() local
152 int minX, int maxX, int minY, int maxY, SkDCubic& reduction) { in check_linear()
189 int index, minX, maxX, minY, maxY; in reduce() local
DSkPathOpsCurve.cpp25 double maxY = minY; in nearPoint() local
DSkOpAngle.cpp577 double minX, minY, maxX, maxY; in endsIntersect() local
662 double minX, minY, maxX, maxY; in endToSide() local
/third_party/mesa3d/src/mesa/main/
Dbbox.c38 GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) in _mesa_PrimitiveBoundingBox()
/third_party/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp132 maxY = s.fPixmap.height() - 1; in nofilter_affine() local
175 const unsigned maxY = s.fPixmap.height() - 1; in filter_scale() local
217 maxY = s.fPixmap.height() - 1; in filter_affine() local
DSkBitmapProcState.cpp38 const unsigned maxY = s.fPixmap.height() - 1; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
305 const int maxY = s.fPixmap.height() - 1; in Clamp_S32_D32_nofilter_trans_shaderproc() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp322 …const dword maxY[16] = {0x00000000, 0x00000002, 0x00000200, 0x00000202, 0x00020000, 0x00020002, 0x… in Constants() local
DVertexRoutine.cpp114 Int4 maxY = CmpLT(o[pos].w, o[pos].y); in computeClipFlags() local
DConstants.hpp90 dword maxY[16]; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp329 …const dword maxY[16] = { 0x00000000, 0x00000002, 0x00000200, 0x00000202, 0x00020000, 0x00020002, 0… in Constants() local
DVertexRoutine.cpp128 Int4 maxY = CmpLT(posW, posY); in computeClipFlags() local
DConstants.hpp129 dword maxY[16]; member
/third_party/skia/src/effects/
DSkDashPathEffect.cpp127 SkScalar maxY = pts[1].fY; in cull_line() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels()
478 int maxY = deFloorFloatToInt32(((+quadSize / w) * 0.5f + 0.5f) * (float)height - 0.5f); in execute() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp147 const float maxY = minY + drawStep; local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp147 const float maxY = minY + drawStep; local
/third_party/node/deps/v8/tools/turbolizer/src/
Dgraph-view.ts957 let maxY; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
DCopySplitTests.cpp151 uint32_t maxY = copySplit.copies[0].textureOffset.y + copySplit.copies[0].copySize.height; in ValidateTextureBounds() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES32.cpp515 GLfloat maxY, in ValidatePrimitiveBoundingBox()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp1337 const int maxY = deFloorFloatToInt32(((+quadSize / w) * 0.5f + 0.5f) * (float)height - 0.5f); in execute() local
/third_party/skia/tests/
DPathOpsAngleIdeas.cpp478 double minX, minY, maxX, maxY; in testQuadAngles() local
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp1024 GLfloat maxY, in GL_PrimitiveBoundingBox()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_2_autogen.cpp1016 GLfloat maxY, in CapturePrimitiveBoundingBox()
/third_party/vk-gl-cts/framework/common/
DtcuRasterizationVerifier.cpp2404 …const float maxY = de::max(de::max(triangleScreenSpace[0].y(), triangleScreenSpace[1].y()), triang… in calculateTriangleCoverage() local
2595 …const float maxY = de::max(de::max(triangleScreenSpace[0].y(), triangleScreenSpace[1].y()), triang… in calculateUnderestimateTriangleCoverage() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp1427 const int maxY = static_cast<int>(m_parameters.extent.height / 2u); in fillTriangle() local
1622 const int maxY = static_cast<int>(static_cast<float>(m_parameters.extent.height) * 0.75f); in imageData() local

123