HomeSort by relevance Sort by last modified time
    Searched defs:area (Results 26 - 50 of 124) sorted by null

12 3 4 5

  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 42 SDL_Rect area; /**< The area of the mouse cursor */ member in struct:SDL_Cursor
46 Uint8 *save[2]; /**< Place to save cursor area */
  /external/clang/test/FixIt/
typo.cpp 31 float area(float radius, // expected-note{{'radius' declared here}} function
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyDialog.java 74 Composite area = (Composite) super.createDialogArea(parent); local
80 m_valueText = new Text(area, SWT.BORDER | SWT.MULTI | SWT.WRAP);
84 m_valueText = new Text(area, SWT.BORDER | SWT.SINGLE);
109 return area;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
LodControl.java 53 * It calculates the area of the screen that the spatial covers by using its bounding box.
112 * area on the screen.
168 // estimate area of polygon via bounding volume
169 float area = AreaUtils.calcScreenArea(bv, lastDistance, cam.getWidth()); local
170 float trisToDraw = area * trisPerPixel;
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 65 SDL_Rect area, *position, *velocity; local
89 area = *position;
90 SDL_BlitSurface(sprite, NULL, screen, &area);
91 sprite_rects[nupdates++] = area;
testalpha.c 263 without being overwritten by the saved area behind the sprite.
294 /* Save the area behind the sprite */
497 SDL_Rect area; local
499 area.x = event.button.x-16;
500 area.y = event.button.y-16;
501 area.w = 32;
502 area.h = 32;
503 SDL_FillRect(screen, &area, 0);
504 SDL_UpdateRects(screen,1,&area);
testgl.c 176 SDL_Rect area; local
216 area.x = 0;
217 area.y = 0;
218 area.w = surface->w;
219 area.h = surface->h;
220 SDL_BlitSurface(surface, &area, image, &area);
419 update the new area.
  /external/quake/quake/src/QW/server/
progs.h 38 link_t area; // linked to a division node or leaf member in struct:edict_s
49 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
  /external/quake/quake/src/WinQuake/
progs.h 38 link_t area; // linked to a division node or leaf member in struct:edict_s
54 #define EDICT_FROM_AREA(l) STRUCT_FROM_LINK(l,edict_t,area)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 113 float area = 4.0f * rect.width() * rect.height(); local
114 if (area > static_cast<float>(std::numeric_limits<int>::max()))
  /external/webkit/Source/WebCore/storage/
StorageAreaSync.cpp 74 RefPtr<StorageAreaSync> area = adoptRef(new StorageAreaSync(storageSyncManager, storageArea, databaseIdentifier)); local
78 if (!area->m_syncManager->scheduleImport(area.get()))
79 area->m_importComplete = true;
81 return area.release();
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h 61 unsigned int area; /**< cache for (w * h) */ member in struct:_Ewk_Tile_Stats
98 EAPI void ewk_tiled_backing_store_render_cb_set(Evas_Object *o, Eina_Bool (*cb)(void *data, Ewk_Tile *t, const Eina_Rectangle *area), const void *data);
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 84 int area = width * height; local
85 byte[] matrix = new byte[area];
90 System.arraycopy(yuvData, inputOffset, matrix, 0, area);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 59 unsigned char *area; /* virtual pointer */ member in struct:snd_dma_buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 59 unsigned char *area; /* virtual pointer */ member in struct:snd_dma_buffer
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ConvertSwitchDialog.java 84 Composite area = (Composite) super.createDialogArea(parent); local
85 Composite container = new Composite(area, SWT.NONE);
96 return area;
  /external/chromium/chrome/browser/ui/
window_sizer_unittest.cc 34 // The work area for 1024x768 monitors with different taskbar orientations.
84 // largest area of the supplied match rect.
87 int area = overlap.width() * overlap.height(); local
88 if (area > max_area) {
89 max_area = area;
486 // it is moved to be flush with the left edge of the work area.
    [all...]
  /external/icu4c/samples/layout/
cgnomelayout.c 90 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); local
99 gtk_widget_hide(area);
101 gtk_widget_show_all(area);
229 GtkWidget *area; local
249 area = gtk_drawing_area_new();
250 gtk_object_set_data(GTK_OBJECT(app), "area", area); local
252 style = gtk_style_copy(gtk_widget_get_style(area));
258 gtk_widget_set_style(area, style)
260 gnome_app_set_contents(GNOME_APP(app), area); local
    [all...]
gnomelayout.cpp 98 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); local
107 gtk_widget_hide(area);
109 gtk_widget_show_all(area);
250 GtkWidget *area = gtk_drawing_area_new(); local
251 gtk_object_set_data(GTK_OBJECT(app), "area", area); local
253 GtkStyle *style = gtk_style_copy(gtk_widget_get_style(area));
259 gtk_widget_set_style(area, style);
261 gnome_app_set_contents(GNOME_APP(app), area); local
    [all...]
  /external/libpcap/
nametoaddr.c 389 u_int node, area; local
391 if (sscanf(s, "%d.%d", &area, &node) != 2)
394 *addr = (area << AREASHIFT) & AREAMASK;
  /external/libyuv/files/source/
planar_functions.cc 1308 int area = radius * (bot_y - top_y); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.c 132 cursor->area.x = 0;
133 cursor->area.y = 0;
134 cursor->area.w = w;
135 cursor->area.h = h;
214 SDL_cursor->area.x = (x - SDL_cursor->hot_x);
215 SDL_cursor->area.y = (y - SDL_cursor->hot_y);
330 SDL_cursor->area.x = (x - SDL_cursor->hot_x);
331 SDL_cursor->area.y = (y - SDL_cursor->hot_y);
348 void SDL_MouseRect(SDL_Rect *area)
352 *area = SDL_cursor->area
597 SDL_Rect area; local
662 SDL_Rect area; local
675 SDL_Rect area; local
736 SDL_Rect area; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
SDL_macevents.c 257 short area; local
259 area = FindWindow(event.where, &win);
266 switch (area) {
319 if ( TrackBox (win, event.where, area )) {
324 ZoomWindow ( win, area, 0);
325 if ( area == inZoomIn ) {
336 if ( TrackBox (win, event.where, area )) {
  /external/skia/src/core/
SkRTree.cpp 181 // root's child pointers do not point to leaves, so minimize area increase
188 // break ties in favor of subtree with smallest area
215 // break ties with lowest area increase
277 int32_t area = get_area(r1) + get_area(r2); local
281 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) {
283 minArea = area;
  /external/tcpdump/
print-decnet.c 361 int area; local
372 area = EXTRACT_LE_16BITS(rp);
378 (void)printf("{areas %d-%d cost %d hops %d} ", area, area + count,
859 int area = (u_short)(dnaddr & AREAMASK) >> AREASHIFT; local
865 snprintf(str, siz, "%d.%d", area, node);

Completed in 1028 milliseconds

12 3 4 5