/third_party/skia/src/pathops/ |
D | SkReduceOrder.cpp | 39 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
|
D | SkPathOpsCurve.cpp | 15 double minX = fCubic.fPts[0].fX; in nearPoint() local
|
D | SkOpAngle.cpp | 577 double minX, minY, maxX, maxY; in endsIntersect() local 662 double minX, minY, maxX, maxY; in endToSide() local
|
/third_party/flutter/skia/src/pathops/ |
D | SkReduceOrder.cpp | 39 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
|
D | SkPathOpsCurve.cpp | 15 double minX = fCubic.fPts[0].fX; in nearPoint() local
|
D | SkOpAngle.cpp | 577 double minX, minY, maxX, maxY; in endsIntersect() local 662 double minX, minY, maxX, maxY; in endToSide() local
|
/third_party/mesa3d/src/mesa/main/ |
D | bbox.c | 36 GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, in _mesa_PrimitiveBoundingBox()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Constants.cpp | 324 …const dword minX[16] = {0x00000000, 0x00000008, 0x00000800, 0x00000808, 0x00080000, 0x00080008, 0x… in Constants() local
|
D | VertexRoutine.cpp | 116 Int4 minX = CmpNLE(-o[pos].w, o[pos].x); in computeClipFlags() local
|
D | Constants.hpp | 92 dword minX[16]; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | Constants.cpp | 331 …const dword minX[16] = { 0x00000000, 0x00000008, 0x00000800, 0x00000808, 0x00080000, 0x00080008, 0… in Constants() local
|
D | VertexRoutine.cpp | 129 Int4 minX = CmpNLE(-posW, posX); in computeClipFlags() local
|
D | Constants.hpp | 131 dword minX[16]; member
|
/third_party/flutter/skia/src/effects/ |
D | SkDashPathEffect.cpp | 93 SkScalar minX = pts[0].fX; in cull_line() local
|
/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 93 SkScalar minX = pts[0].fX; in cull_line() local
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLibraryCase.cpp | 224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() 479 int minX = deCeilFloatToInt32(((-quadSize / w) * 0.5f + 0.5f) * (float)width + 1.0f); in execute() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalDrawTests.cpp | 121 const float minX = -0.3f; in ConditionalDraw() local
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
D | CopySplitTests.cpp | 147 uint32_t minX = copySplit.copies[0].textureOffset.x; in ValidateTextureBounds() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/d3d12/ |
D | CopySplitTests.cpp | 83 uint32_t minX = copySplit.copies[0].textureOffset.x; in ValidateTextureBounds() local
|
/third_party/flutter/skia/tests/ |
D | BlurTest.cpp | 612 for (int minX = 0; minX < (int)SK_ARRAY_COUNT(testLocs); ++minX) { in DEF_TEST() local
|
D | PathOpsAngleIdeas.cpp | 481 double minX, minY, maxX, maxY; in testQuadAngles() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationES32.cpp | 510 GLfloat minX, in ValidatePrimitiveBoundingBox()
|
/third_party/skia/src/core/ |
D | SkTextBlob.cpp | 333 SkScalar minX = *glyphPos; in ConservativeRunBounds() local
|
/third_party/flutter/skia/src/core/ |
D | SkTextBlob.cpp | 321 SkScalar minX = *glyphPos; in ConservativeRunBounds() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 1315 const int minX = deCeilFloatToInt32 (((-quadSize / w) * 0.5f + 0.5f) * (float)width + 1.0f); in execute() local
|