Home
last modified time | relevance | path

Searched defs:minY (Results 1 - 25 of 51) sorted by relevance

123

/third_party/mesa3d/src/mesa/main/
H A Dbbox.c36 _mesa_PrimitiveBoundingBox( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) _mesa_PrimitiveBoundingBox() argument
/base/update/updater/services/ui/view/page/
H A Dbase_page.cpp73 int minY = INT_MAX; in BuildComs() local
82 bool BasePage::BuildCom(const UxViewInfo &viewInfo, int &minY) in BuildCom() argument
H A Dsub_page.cpp46 int minY = INT16_MAX; in BuildSubPage() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_10969_workaround.c55 u32 minX, minY, maxX, maxY; in kbasep_10969_workaround_clamp_coordinates() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_10969_workaround.c56 u32 minX, minY, maxX, maxY; in kbasep_10969_workaround_clamp_coordinates() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DConstants.cpp325 const dword minY[16] = {0x00000000, 0x00000010, 0x00001000, 0x00001010, 0x00100000, 0x00100010, 0x00101000, 0x00101010, 0x10000000, 0x10000010, 0x10001000, 0x10001010, 0x10100000, 0x10100010, 0x10101000, 0x10101010}; in Constants() local
H A DConstants.hpp93 dword minY[16]; member
H A DVertexRoutine.cpp117 Int4 minY = CmpNLE(-o[pos].w, o[pos].y); in computeClipFlags() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DConstants.cpp332 const dword minY[16] = { 0x00000000, 0x00000010, 0x00001000, 0x00001010, 0x00100000, 0x00100010, 0x00101000, 0x00101010, 0x10000000, 0x10000010, 0x10001000, 0x10001010, 0x10100000, 0x10100010, 0x10101000, 0x10101010 }; in Constants() local
H A DConstants.hpp132 dword minY[16]; member
H A DVertexRoutine.cpp130 Int4 minY = CmpNLE(-posW, posY); in computeClipFlags() local
/third_party/skia/src/pathops/
H A DSkPathOpsCurve.cpp24 double minY = fCubic.fPts[0].fY; in nearPoint() local
H A DSkReduceOrder.cpp56 int index, minX, maxX, minY, maxY; in reduce() local
189 int index, minX, maxX, minY, maxY; in reduce() local
38 check_linear(const SkDQuad& quad, int minX, int maxX, int minY, int maxY, SkDQuad& reduction) check_linear() argument
151 check_linear(const SkDCubic& cubic, int minX, int maxX, int minY, int maxY, SkDCubic& reduction) check_linear() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp469 double minY = pointVec[0].GetPointInfo().GetY(); in UpdateTopBottomPoint() local
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp191 int16_t minY = vertexes_[0].y_; in MakeAABB() local
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp126 SkScalar minY = pts[0].fY; in cull_line() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/d3d12/
H A DCopySplitTests.cpp148 uint32_t minY = copySplit.copies[0].textureOffset.y; in ValidateTextureBounds() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp146 const float minY = minX + static_cast<float>(drawIdx) * drawStep; local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalDrawTests.cpp146 const float minY = minX + static_cast<float>(drawIdx) * drawStep; local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibraryCase.cpp224 bool ShaderCase::checkPixels(Surface& surface, int minX, int maxX, int minY, int maxY) in checkPixels() argument
477 int minY = deCeilFloatToInt32(((-quadSize / w) * 0.5f + 0.5f) * (float)height + 1.0f); in execute() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp691 int32_t minY = 0; in GenerateImageRects() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp433 int minY = 0; in DrawImageRepeatRect() local
466 void RSImage::CalcRepeatBounds(int& minX, int& maxX, int& minY, int& maxY) in CalcRepeatBounds() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_morpho.c93 int minY; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_2_autogen.cpp1009 CapturePrimitiveBoundingBox(const State &glState, bool isCallValid, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) CapturePrimitiveBoundingBox() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES32.cpp508 ValidatePrimitiveBoundingBox(const Context *context, angle::EntryPoint entryPoint, GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) ValidatePrimitiveBoundingBox() argument

Completed in 22 milliseconds

123