HomeSort by relevance Sort by last modified time
    Searched defs:polygon (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/first_run/
try_chrome_dialog_view.cc 233 static const POINT polygon[] = { local
238 HRGN region = ::CreatePolygonRgn(polygon, arraysize(polygon), WINDING);
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc 201 // |w| is used to make it easier to create the part of the polygon that curves
210 // This polygon array represents the outline of the background image for the
213 const Path::Point polygon[] = { local
219 // Find the largest x and y value in the polygon.
221 for (size_t i = 0; i < arraysize(polygon); i++) {
222 max_x = std::max(max_x, static_cast<int>(polygon[i].x));
223 max_y = std::max(max_y, static_cast<int>(polygon[i].y));
226 // We then create the polygon and use SetWindowRgn to force the window to draw
228 Path path(polygon, arraysize(polygon));
    [all...]
  /external/clang/test/Sema/
flexible-array-init.c 43 struct polygon { struct
47 struct polygon poly = {
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 419 milliseconds