HomeSort by relevance Sort by last modified time
    Searched refs:area (Results 276 - 300 of 480) sorted by null

<<11121314151617181920

  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 204 // Checking only area in our destination rect
242 // Detect result edges by reading the first row and first column of the blitted area.
715 DefaultFramebufferBlitCase (Context& context, const char* name, const char* desc, deUint32 format, deUint32 filter, BlitDirection dir, BlitArea area)
718 , m_blitArea (area)
724 DE_ASSERT(area < AREA_LAST);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 233 /* compute area, oneOverArea and perform backface culling */
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy; local
237 if (IS_INF_OR_NAN(area) || area == 0.0F)
240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
243 oneOverArea = 1.0F / area;
315 * refer to it as ``area'' because it's also proportional to
316 * the pixel area of the triangle.
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 233 /* compute area, oneOverArea and perform backface culling */
235 const GLfloat area = eMaj.dx * eBot.dy - eBot.dx * eMaj.dy; local
237 if (IS_INF_OR_NAN(area) || area == 0.0F)
240 if (area * bf * swrast->_BackfaceCullSign < 0.0)
243 oneOverArea = 1.0F / area;
315 * refer to it as ``area'' because it's also proportional to
316 * the pixel area of the triangle.
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 145 // Returns the index of the entry with the largest area that is not larger than
151 int area = sizes[i].GetArea(); local
152 if ((ret == -1 || sizes[ret].GetArea() < area) && area <= max_area)
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_common_unittest.cc 81 int area = overlap.width() * overlap.height(); variable
82 if (area > max_area) {
83 max_area = area;
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 328 // This returns quotient of the target area and its intersection with the touch area.
329 // This will prioritize largest intersection and smallest area, while balancing the two against each other.
344 return rect.size().area() / (float)intersection.size().area();
349 // as links, where the width may be significantly larger than the touch width. Using area of overlap
367 float intersectArea = rect.size().area();
419 // FIXME: This will return the point inside the touch area that is the closest to the quad center, but does not
446 // Distance functions could for instance be distance squared or area of intersection.
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 179 // root's child pointers do not point to leaves, so minimize area increase
186 // break ties in favor of subtree with smallest area
213 // break ties with lowest area increase
275 int32_t area = get_area(r1) + get_area(r2); local
279 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) {
281 minArea = area;
  /external/skia/src/core/
SkRTree.cpp 179 // root's child pointers do not point to leaves, so minimize area increase
186 // break ties in favor of subtree with smallest area
213 // break ties with lowest area increase
275 int32_t area = get_area(r1) + get_area(r2); local
279 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) {
281 minArea = area;
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 322 * Sets the current size of the client area (display size).
323 * @param {number} width client area width
324 * @param {number} height client area height
oobe_screen.css 162 .menu-area {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 375 double area = attackArea(curve, 0, t / time) * kPosition; local
376 EXPECT_LE(0, area);
377 EXPECT_NEAR(accumulate, area, 1.0);
397 double area = releaseArea(curve, t / time, 1) * kPosition; local
398 EXPECT_LE(0, area);
399 EXPECT_NEAR(accumulate, area, 1.0);
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java 2567 Area area = areas.get(i); local
4205 Area area = result.get(0); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
MeteringTest.java 24 import android.hardware.Camera.Area;
40 * one metering area defined. The second one has tests with two metering areas
43 * be assigned to each area. For different tests, we use different ways to
60 /** The maximum number of metering area the device supports. */
63 private List<Camera.Area> mGreyAreas;
91 // Looks up how many metering area the device supports.
94 Log.v(TAG, String.format("Maximum number if metering area is %d", mMaxNumMeteringArea));
231 * when one metering area is added.
239 Log.v(TAG, "Running one area Test");
241 // Test case 1: Two images have the same metering area. Image 1 ha
555 Camera.Area area = new Camera.Area(areaRect, weight); local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.css 23 .cookies-list-content-area {
options_page.css 450 html:not([hasFlashPlugin]) .flash-plugin-area,
454 html[flashPluginSupportsClearSiteData] .flash-plugin-area,
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 284 int area) {
289 int diff = abs(area - it->frame_size.width() * it->frame_size.height());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 313 float area = 4.0f * rect.width() * rect.height(); local
314 if (area > static_cast<float>(std::numeric_limits<int>::max()))
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.cpp 332 // Save the opaque area in the destination, so we can preserve the parts of it under the source opaque area if possible.
348 // If the layer's opaque area is being drawn opaque in the layer below, then mark it opaque. Otherwise,
359 // We keep track of the largest rectangle seen by area. If we can add the new rect to this
360 // rectangle then we do that, as that is the cheapest way to increase the area returned
387 long area = (long)rect.width() * (long)rect.height(); local
388 if (area > opaqueArea)
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c     [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyResultMapper.java 383 List<Camera.Area> meteringAreaList, String regionName) {
386 for (Camera.Area area : meteringAreaList) {
389 activeArray, zoomData, area);
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 1032 FT_Pos area = 0; local
1064 area += ( ( v_cur.y - v_prev.y ) >> yshift ) *
1072 if ( area > 0 )
1074 else if ( area < 0 )

Completed in 578 milliseconds

<<11121314151617181920