HomeSort by relevance Sort by last modified time
    Searched defs:polygon (Results 1 - 4 of 4) 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 = {
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 36 milliseconds