HomeSort by relevance Sort by last modified time
    Searched refs:fb (Results 51 - 75 of 132) sorted by null

1 23 4 5 6

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 129 gs_fastRotateBlit_3 ( unsigned short *fb,
154 dp1 = (ulong *)fb + (159 - starty) + startx*320;
186 gs_fastRotateBlit_1 ( unsigned short *fb,
207 fb += 320*239; // Move "fb" to top left corner
210 dp1 = (ulong*)fb - startx * 320 - starty;
244 uchar *fb = (uchar*)my_painter->frameBuffer(); local
247 SDL_memcpy(fb, buf, width()*height()*2);
253 fb += (rect.left()<<1) + rect.top() * my_painter->lineStep();
256 SDL_memcpy(fb, buf, wd)
274 ushort *fb = (ushort*)my_painter->frameBuffer(); local
280 uchar *fb = (uchar*)my_painter->frameBuffer(); local
304 uchar *fb = (uchar*)my_painter->frameBuffer(); local
328 ushort *fb = (ushort*)my_painter->frameBuffer(); local
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 175 int fb = start & SUPER_Mask; local
180 fb = fe - fb;
184 if (fb == 0) {
187 fb = (1 << SHIFT) - fb;
191 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_alpha(fb), n, coverage_to_alpha(fe),
378 int fb = start & SUPER_Mask; local
386 add_aa_span(row, coverage_to_alpha(fe - fb));
389 if (0 == fb) {
    [all...]
SkFloat.cpp 309 float fa, fb; local
351 fb = (float)bb / 65536.0f;
353 b.assertEquals(fb);
355 fb = b.getFloat();
357 c.assertEquals(fa * fb, 1);
365 c.assertEquals(fa / fb, 1);
  /external/srec/srec/cfront/
chelmel4.c 64 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc);
93 static void icostrans(cepdata *cs, cepdata fb[], cepdata cep[], int nf, int nc)
106 temp += fb[j] * cp[j];
  /bionic/libc/kernel/arch-sh/asm/
sh_mobile_lcdc.h 15 #include <linux/fb.h>
  /frameworks/base/media/libstagefright/
XINGSeeker.cpp 75 float fa, fb; local
82 fb = (float)mTableOfContents[a];
84 fb = 256.0f;
86 fx = fa + (fb-fa)*(percent-a);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 62 InitConfigStatus FBConfig::initConfigList(FrameBuffer *fb)
66 if (!fb) {
70 const FrameBufferCaps &caps = fb->getCaps();
71 EGLDisplay dpy = fb->getDisplay();
148 int FBConfig::chooseConfig(FrameBuffer *fb, EGLint * attribs, uint32_t * configs, uint32_t configs_size)
150 EGLDisplay dpy = fb->getDisplay();
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 362 int fr, fg, fb, fa, br, bg, bb, ba; local
364 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
367 that->setActiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
373 int fr, fg, fb, fa, br, bg, bb, ba; local
375 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, &br, &bg, &bb, &ba, 0, 0, 0, 0))
378 that->setInactiveSelectionColor(fr, fg, fb, fa, br, bg, bb, ba);
384 int fr, fg, fb, fa; local
386 if (!edje_object_color_class_get(object, source, &fr, &fg, &fb, &fa, 0, 0, 0, 0, 0, 0, 0, 0))
389 that->setFocusRingColor(fr, fg, fb, fa);
395 int fr, fg, fb, fa, br, bg, bb, ba local
406 int fr, fg, fb, fa, br, bg, bb, ba; local
417 int fr, fg, fb, fa, br, bg, bb, ba; local
428 int fr, fg, fb, fa, br, bg, bb, ba; local
483 int fr, fg, fb, fa, br, bg, bb, ba; local
    [all...]
  /external/srec/portable/src/
pstream.c 111 FileBufferFrame *fb = NULL; local
114 fb = (FileBufferFrame *)MALLOC(sizeof(FileBufferFrame), "FileBufferFrame");
115 if (fb)
117 fb->next = NULL;
118 fb->prev = NULL;
119 fb->index = 0;
120 fb->size = size;
121 fb->bMalloc = FALSE;
124 fb->buffer = buffer;
128 if ((fb->buffer = (unsigned char *)MALLOC(size, "FileBufferFrame Buffer")) == NULL
    [all...]
  /frameworks/base/core/jni/
BindTest.cpp 241 FieldBlock *fb; local
243 fb = findField(clazz, "instanceString", "Ljava/lang/String;");
245 if (fb == NULL || ((fb->access_flags & ACC_STATIC) == ACC_STATIC)) {
250 offset_instanceString = fb->offset;
  /system/extras/tests/framebuffer/
mdp_test.c 26 #include <linux/fb.h>
95 static int get_framebuffer(int *fd, char **fb, int *width, int *height)
124 *fb = bits;
135 fprintf(stderr,"active fb swap failed!\n");
175 char* fb; local
273 if (get_framebuffer(&fb_fd, &fb, &width, &height)) {
274 printf("couldnt' get fb\n");
  /bionic/libc/kernel/common/linux/
nvhdcp.h 21 #include <linux/fb.h>
tegrafb.h 15 #include <linux/fb.h>
  /device/samsung/crespo/include/
hal_public.h 114 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
  /external/kernel-headers/original/linux/
nvhdcp.h 20 #include <linux/fb.h>
tegrafb.h 21 #include <linux/fb.h>
  /external/strace/linux/
ioctlent.sh 62 lookup_ioctls 46 linux/fb.h
  /external/strace/strace/linux/
ioctlent.sh 62 lookup_ioctls 46 linux/fb.h
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 30 #include <linux/fb.h>
  /hardware/msm7k/libgralloc/
gralloc_priv.h 30 #include <linux/fb.h>
  /hardware/ti/omap4xxx/hwc/
hal_public.h 109 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
  /system/core/toolbox/
rotatefb.c 10 #include <linux/fb.h>
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 98 int (*check_fb)(struct fb_info *fb);
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
board.h 98 int (*check_fb)(struct fb_info *fb);
  /hardware/libhardware/include/hardware/
gralloc.h 31 #include <hardware/fb.h>

Completed in 1648 milliseconds

1 23 4 5 6