Searched defs:clipped (Results 1 - 7 of 7) sorted by relevance

/external/skia/tests/
H A DClipCubicTest.cpp80 SkPoint clipped[4], shouldbe[4]; local
88 success = clipper.clipCubic(crv, clipped);
90 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
96 success = clipper.clipCubic(crv, clipped);
98 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
104 success = clipper.clipCubic(crv, clipped);
106 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
112 success = clipper.clipCubic(crv, clipped);
118 success = clipper.clipCubic(crv, clipped);
120 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurv
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c226 unsigned clipped = 0; local
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
277 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info );
286 if (clipped) {
290 /* Do we need to run the pipeline? Now will come here if clipped
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_magnifier.cc238 RECT clipped,
231 OnMagImageScalingCallback( HWND hwnd, void* srcdata, MAGIMAGEHEADER srcheader, void* destdata, MAGIMAGEHEADER destheader, RECT unclipped, RECT clipped, HRGN dirty) argument
/external/opencv3/modules/imgproc/src/
H A Dclahe.cpp197 // how many pixels were clipped
198 int clipped = 0; local
203 clipped += tileHist[i] - clipLimit_;
208 // redistribute clipped pixels
209 int redistBatch = clipped / histSize;
210 int residual = clipped - redistBatch * histSize;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp153 * \brief Get clipped portion of the second endpoint
169 * \brief Get clipped portion of the endpoint
171 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
274 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2) argument
285 const TriangleVertex& outside = clipped;
309 const TriangleVertex& outside = clipped;
343 clippedEdges.push_back(clipped);
367 // this edge cannot be clipped because the edge is really close to the volume boundary
391 // this edge cannot be clipped because the edge is really close to the volume boundary
719 // Lines are clipped onl
[all...]
/external/skia/third_party/vulkan/
H A Dvulkan.h3262 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3271 VkBool32 clipped; member in struct:VkSwapchainCreateInfoKHR

Completed in 384 milliseconds