HomeSort by relevance Sort by last modified time
    Searched defs:area (Results 1 - 25 of 34) sorted by null

1 2

  /device/samsung/crespo/alsa-lib/src/
shmarea.c 2 * IPC SHM area manager
42 * \brief Create a shm area record
44 * \param ptr the shared area pointer
45 * \return The allocated shm area record, NULL if fail
47 * Allocates a shared area record with the given SHM ID and pointer.
52 struct snd_shm_area *area = malloc(sizeof(*area)); local
53 if (area) {
54 area->shmid = shmid;
55 area->ptr = ptr
102 struct snd_shm_area *area; local
    [all...]
  /external/iproute2/lib/
dnet_ntop.c 39 u_int16_t area = addr >> 10; local
51 if (do_digit(str + pos, &area, 10, &pos, len, &started))
54 if (do_digit(str + pos, &area, 1, &pos, len, &started))
dnet_pton.c 40 u_int16_t area = 0; local
44 pos = dnet_num(src, &area);
45 if ((pos == 0) || (area > 63) || (*(src + pos) != '.'))
51 *(u_int16_t *)dna->a_addr = dn_htons((area << 10) | node);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor
44 Uint8 *save[2]; /* Place to save cursor area */
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsmouse.c 55 SDL_Rect area; local
69 /* Remove the cursor image from the DMA area */
80 /* Save the current mouse area */
81 SDL_MouseRect(&area);
82 mouse_y1 = area.y;
83 mouse_y2 = area.y+area.h;
88 cursor->area.x = (x - cursor->hot_x);
89 cursor->area.y = (y - cursor->hot_y);
100 /* Update the affected area of the screen *
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor
44 Uint8 *save[2]; /* Place to save cursor area */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor
44 Uint8 *save[2]; /* Place to save cursor area */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h 44 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor
48 Uint8 *save[2]; /* Place to save cursor area */
  /prebuilt/windows/sdl/include/SDL/
SDL_mouse.h 40 SDL_Rect area; /* The area of the mouse cursor */ member in struct:SDL_Cursor
44 Uint8 *save[2]; /* Place to save cursor 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/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/qemu/distrib/sdl-1.2.12/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.12/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/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);
  /frameworks/base/core/java/android/webkit/
ViewManager.java 174 float area = MAX_SURFACE_AREA; local
176 fixedW = (int)Math.sqrt(area * v.width / v.height);
179 fixedH = (int)Math.sqrt(area * v.height / v.width);
185 // if we get here, either our dimensions or area (or both)
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 203 NJ_UINT8 *area; local
214 area = YOMI_AREA_TOP_ADDR(hdl) + DATA_YOMI(data);
225 NJ_CHAR_COPY(stroke, area);
227 area += sizeof(NJ_CHAR);
232 dic_ylen = convert_to_yomi(hdl, area, DATA_YOMI_SIZE(data), stroke, size);
359 NJ_UINT8 *area, *data; local
373 area = YOMI_AREA_TOP_ADDR(loc->handle) + DATA_YOMI(data);
385 NJ_CHAR_COPY(stroke, area);
387 area += sizeof(NJ_CHAR);
392 len = convert_to_yomi(loc->handle, area, DATA_YOMI_SIZE(data), stroke, size)
405 NJ_UINT8 *data, *area; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 524 SDL_RWops *area; local
526 area = (SDL_RWops *)SDL_malloc(sizeof *area);
527 if ( area == NULL ) {
530 return(area);
533 void SDL_FreeRW(SDL_RWops *area)
535 SDL_free(area);
  /external/webkit/WebKit/android/jni/
PictureSet.cpp 76 void PictureSet::add(const SkRegion& area, SkPicture* picture,
79 DBG_SET_LOGD("%p area={%d,%d,r=%d,b=%d} pict=%p elapsed=%d split=%d", this,
80 area.getBounds().fLeft, area.getBounds().fTop,
81 area.getBounds().fRight, area.getBounds().fBottom, picture,
85 SkRegion diff = SkRegion(area);
89 Pictures pictureAndBounds = {area, picture, area.getBounds(),
112 SkRegion& area = working->mArea local
178 SkRegion& area = working->mArea; local
248 const SkRegion& area = working->mArea; local
622 const SkRegion& area = working->mArea; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 719 /* 16bit modes, palette area used for rgb bitmasks */
1361 int x1, y1, x2, y2, area; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 1982 RECT area; local
    [all...]
  /frameworks/base/opengl/libagl/
primitives.cpp 258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS; local
260 // triangles with an area smaller than 1.0 are not smooth-shaded
263 if (abs(area) >= minArea) {
265 // factor for deltas/area:
267 // First compute the 1/area with full 32-bits precision,
269 d = gglRecipQNormalized(area, &q);
275 // We'll keep 16-bits of precision for deltas/area. So we need
698 // rho = sqrt( texelArea / area )
700 // lod = log2( texelArea / area ) / 2
701 // lod = (log2( texelArea ) - log2( area )) /
703 const GGLcoord area = abs(lerp.area()); local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 315 TArea area; member in struct:TCell_
328 TArea area; member in struct:TWorker_
405 ras.area = 0;
487 cell->area = 0;
501 if ( !ras.invalid && ( ras.area | ras.cover ) )
506 cell->area += ras.area;
548 ras.area = 0;
573 ras.area = 0;
619 ras.area += (TArea)(( fx1 + fx2 ) * delta)
746 TArea area; local
1385 TPos area; local
    [all...]

Completed in 616 milliseconds

1 2