Home
last modified time | relevance | path

Searched defs:maxX (Results 1 – 25 of 71) 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.cpp16 double maxX = minX; in nearPoint() local
DSkOpAngle.cpp577 double minX, minY, maxX, maxY; in endsIntersect() local
662 double minX, minY, maxX, maxY; in endToSide() local
/third_party/flutter/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.cpp16 double maxX = minX; in nearPoint() 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.cpp87 const unsigned maxX = s.fPixmap.width() - 1; in nofilter_scale() local
131 int maxX = s.fPixmap.width () - 1, in nofilter_affine() local
170 const unsigned maxX = s.fPixmap.width() - 1; in filter_scale() local
216 unsigned maxX = s.fPixmap.width () - 1, in filter_affine() local
DSkBitmapProcState.cpp33 const unsigned maxX = s.fPixmap.width() - 1; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
304 const int maxX = s.fPixmap.width() - 1; in Clamp_S32_D32_nofilter_trans_shaderproc() local
/third_party/flutter/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp95 const unsigned maxX = s.fPixmap.width() - 1; in nofilter_scale() local
153 const unsigned maxX = s.fPixmap.width() - 1; in filter_scale() local
409 const unsigned maxX = s.fPixmap.width() - 1; in nofilter_scale_neon() local
511 const unsigned maxX = s.fPixmap.width() - 1; in filter_scale_neon() local
DSkBitmapProcState.cpp34 const unsigned maxX = s.fPixmap.width() - 1; in Clamp_S32_opaque_D32_nofilter_DX_shaderproc() local
292 const int maxX = s.fPixmap.width() - 1; in Clamp_S32_D32_nofilter_trans_shaderproc() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp328 …const dword maxX[16] = { 0x00000000, 0x00000001, 0x00000100, 0x00000101, 0x00010000, 0x00010001, 0… in Constants() local
DVertexRoutine.cpp127 Int4 maxX = CmpLT(posW, posX); in computeClipFlags() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp321 …const dword maxX[16] = {0x00000000, 0x00000001, 0x00000100, 0x00000101, 0x00010000, 0x00010001, 0x… in Constants() local
DVertexRoutine.cpp113 Int4 maxX = CmpLT(o[pos].w, o[pos].x); in computeClipFlags() local
DConstants.hpp89 dword maxX[16]; member
/third_party/flutter/skia/gm/
Dovals.cpp155 int maxX = fMatrices.count(); in onDraw() local
Droundrects.cpp158 int maxX = fMatrices.count(); in onDraw() local
/third_party/skia/gm/
Dovals.cpp155 int maxX = fMatrices.count(); in onDraw() local
Droundrects.cpp158 int maxX = fMatrices.count(); in onDraw() local
Dbleed.cpp249 SkScalar maxX = 0; in onDraw() local
/third_party/flutter/skia/src/effects/
DSkDashPathEffect.cpp94 SkScalar maxX = pts[1].fX; in cull_line() local
/third_party/skia/src/effects/
DSkDashPathEffect.cpp94 SkScalar maxX = pts[1].fX; 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()
480 int maxX = deFloorFloatToInt32(((+quadSize / w) * 0.5f + 0.5f) * (float)width - 0.5f); in execute() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp141 const float maxX = 0.3f; local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawTests.cpp141 const float maxX = 0.3f; local

123