Searched defs:pic (Results 1 - 25 of 41) sorted by relevance

12

/external/skia/samplecode/
H A DSampleClamp.cpp53 SkPicture pic; local
54 SkCanvas* c = pic.beginRecording(100, 100, 0);
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c36 static void readILBM(IB *st, Info *pic) { argument
38 pic->usedtobeundef.w = 5;
51 Info pic; local
55 readILBM(&st,&pic);
56 return pic.usedtobeundef.w; // No undefined value warning here.
/external/quake/quake/src/QW/client/
H A Dwad.c28 void SwapPic (qpic_t *pic);
154 void SwapPic (qpic_t *pic) argument
156 pic->width = LittleLong(pic->width);
157 pic->height = LittleLong(pic->height);
H A Ddraw.c66 cachepic_t *pic; local
70 for (pic=menu_cachepics, i=0 ; i<menu_numcachepics ; pic++, i++)
71 if (!strcmp (path, pic->name))
79 strcpy (pic->name, path);
82 dat = Cache_Check (&pic->cache);
88 // load the pic from disk
90 COM_LoadCacheFile (path, &pic->cache);
92 dat = (qpic_t *)pic->cache.data;
344 void Draw_Pic (int x, int y, qpic_t *pic) argument
395 Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) argument
446 Draw_TransPic(int x, int y, qpic_t *pic) argument
533 Draw_TransPicTranslate(int x, int y, qpic_t *pic, byte *translation) argument
[all...]
H A Dsbar.c232 void Sbar_DrawPic (int x, int y, qpic_t *pic) argument
234 Draw_Pic (x /* + ((vid.width - 320)>>1) */, y + (vid.height-SBAR_HEIGHT), pic);
244 void Sbar_DrawSubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height) argument
246 Draw_SubPic (x, y+(vid.height-SBAR_HEIGHT), pic, srcx, srcy, width, height);
255 void Sbar_DrawTransPic (int x, int y, qpic_t *pic) argument
257 Draw_TransPic (x /*+ ((vid.width - 320)>>1) */, y + (vid.height-SBAR_HEIGHT), pic);
900 qpic_t *pic; local
920 pic = Draw_CachePic ("gfx/ranking.lmp");
921 Draw_Pic (160-pic->width/2, 0, pic);
993 qpic_t *pic; local
1322 qpic_t *pic; local
[all...]
/external/quake/quake/src/WinQuake/
H A Dwad.cpp28 void SwapPic (qpic_t *pic);
154 void SwapPic (qpic_t *pic) argument
156 pic->width = LittleLong(pic->width);
157 pic->height = LittleLong(pic->height);
H A Ddraw.cpp66 cachepic_t *pic; local
70 for (pic=menu_cachepics, i=0 ; i<menu_numcachepics ; pic++, i++)
71 if (!strcmp (path, pic->name))
79 strcpy (pic->name, path);
82 dat = Cache_Check (&pic->cache);
88 // load the pic from disk
90 COM_LoadCacheFile (path, &pic->cache);
92 dat = (qpic_t *)pic->cache.data;
289 void Draw_Pic (int x, int y, qpic_t *pic) argument
340 Draw_TransPic(int x, int y, qpic_t *pic) argument
427 Draw_TransPicTranslate(int x, int y, qpic_t *pic, byte *translation) argument
[all...]
H A Dgl_screen.cpp462 qpic_t *pic; local
470 pic = Draw_CachePic ("gfx/pause.lmp");
471 Draw_Pic ( (vid.width - pic->width)/2,
472 (vid.height - 48 - pic->height)/2, pic);
484 qpic_t *pic; local
489 pic = Draw_CachePic ("gfx/loading.lmp");
490 Draw_Pic ( (vid.width - pic->width)/2,
491 (vid.height - 48 - pic->height)/2, pic);
[all...]
H A Dsbar.cpp66 void M_DrawPic (int x, int y, qpic_t *pic);
260 void Sbar_DrawPic (int x, int y, qpic_t *pic) argument
263 Draw_Pic (x /* + ((vid.width - 320)>>1)*/, y + (vid.height-SBAR_HEIGHT), pic);
265 Draw_Pic (x + ((vid.width - 320)>>1), y + (vid.height-SBAR_HEIGHT), pic);
273 void Sbar_DrawTransPic (int x, int y, qpic_t *pic) argument
276 Draw_TransPic (x /*+ ((vid.width - 320)>>1)*/, y + (vid.height-SBAR_HEIGHT), pic);
278 Draw_TransPic (x + ((vid.width - 320)>>1), y + (vid.height-SBAR_HEIGHT), pic);
1092 qpic_t *pic; local
1102 pic = Draw_CachePic ("gfx/ranking.lmp");
1103 M_DrawPic ((320-pic
1173 qpic_t *pic; local
1275 qpic_t *pic; local
1321 qpic_t *pic; local
[all...]
H A Dscreen.cpp404 qpic_t *pic; local
412 pic = Draw_CachePic ("gfx/pause.lmp");
413 Draw_Pic ( (vid.width - pic->width)/2,
414 (vid.height - 48 - pic->height)/2, pic);
426 qpic_t *pic; local
431 pic = Draw_CachePic ("gfx/loading.lmp");
432 Draw_Pic ( (vid.width - pic->width)/2,
433 (vid.height - 48 - pic->height)/2, pic);
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay.c17 SDL_Surface *screen, *pic; variable
484 pic = SDL_LoadBMP(bmpfile);
485 if ( pic == NULL ) {
520 newsurf=SDL_ConvertSurface(pic, &format, SDL_SWSURFACE);
527 SDL_FreeSurface(pic);
528 pic=newsurf;
532 overlay = SDL_CreateYUVOverlay(pic->w, pic->h, overlay_format, screen);
557 ConvertRGBtoYV12(pic,overlay,monochrome,luminance);
560 ConvertRGBtoUYVY(pic,overla
[all...]
/external/qemu/hw/
H A Darmv7m.c162 static qemu_irq pic[64]; local
208 pic[i] = qdev_get_gpio_in(nvic, i);
240 return pic;
H A Dgoldfish_device.c204 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count) argument
206 goldfish_pic = pic;
H A Dpiix_pci.c46 static void piix3_set_irq(qemu_irq *pic, int irq_num, int level);
172 PCIBus *i440fx_init(PCIDevice **pi440fx_state, qemu_irq *pic) argument
180 piix3_set_irq, pci_slot_get_pirq, pic, 0, 4);
214 static void piix3_set_irq(qemu_irq *pic, int irq_num, int level) argument
220 /* now we change the pic irq level according to the piix irq mappings */
224 /* The pic level is the logical OR of all the PCI irqs mapped
231 qemu_set_irq(pic[pic_irq], pic_level);
/external/srec/tools/grxmlcompile/
H A Dvocab.cpp185 bool Pronunciation::getPIC( int pronIndex, int picIndex, std::string &pic )
214 pic = lphon + cphon + rphon;
242 std::string pic; local
243 getPIC(ii, jj, pic);
/external/webkit/Source/WebCore/platform/qt/
H A DQtMobileWebStyle.cpp363 QPixmap pic = findComboButton(rect.size(), multiple, disabled); local
365 if (pic.isNull())
368 int x = (rect.width() - pic.width()) >> 1;
369 int y = (rect.height() - pic.height()) >> 1;
370 painter->drawPixmap(rect.x() + x, rect.y() + y, pic);
/external/webp/src/enc/
H A Dalpha.c164 const WebPPicture* const pic = enc->pic_; local
165 const int width = pic->width;
166 const int height = pic->height;
176 assert(enc != NULL && pic != NULL && pic->a != NULL);
179 assert(pic->a_stride >= width);
196 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
215 effort_level, NULL, &bw, pic->stats);
241 if (pic
[all...]
H A Diterator.c107 const WebPPicture* const pic = enc->pic_; local
108 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16;
109 const uint8_t* const usrc = pic->u + (y * pic->uv_stride + x) * 8;
110 const uint8_t* const vsrc = pic->v + (y * pic->uv_stride + x) * 8;
114 int w = (pic->width - x * 16);
115 int h = (pic->height - y * 16);
121 ImportBlock(ysrc, pic
150 const WebPPicture* const pic = enc->pic_; local
[all...]
H A Dsyntax.c41 static int PutPaddingByte(const WebPPicture* const pic) { argument
44 return !!pic->writer(pad_byte, 1, pic);
52 const WebPPicture* const pic = enc->pic_; local
58 if (!pic->writer(riff, sizeof(riff), pic)) {
65 const WebPPicture* const pic = enc->pic_; local
72 assert(pic->width >= 1 && pic->height >= 1);
73 assert(pic
90 const WebPPicture* const pic = enc->pic_; local
115 PutVP8Header(const WebPPicture* const pic, size_t vp8_size) argument
128 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
164 WebPPicture* const pic = enc->pic_; local
261 EmitPartitionsSize(const VP8Encoder* const enc, WebPPicture* const pic) argument
286 WebPPicture* const pic = enc->pic_; local
364 WebPPicture* const pic = enc->pic_; local
[all...]
H A Dwebpenc.c312 int WebPEncodingSetError(const WebPPicture* const pic, argument
316 ((WebPPicture*)pic)->error_code = error;
320 int WebPReportProgress(const WebPPicture* const pic, argument
324 if (pic->progress_hook && !pic->progress_hook(percent, pic)) {
326 WebPEncodingSetError(pic, VP8_ENC_ERROR_USER_ABORT);
334 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { argument
337 if (pic == NULL)
339 WebPEncodingSetError(pic, VP8_ENC_O
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/post/
H A DFilterPostProcessor.java212 Picture pic = new Picture("debug"); field in class:FilterPostProcessor
/external/libpcap/
H A Dpcap1.h127 struct pcap1_info_container pic; member in struct:pcap1_info_timestamp
135 struct pcap1_info_container pic; member in struct:pcap1_info_packet
152 struct pcap1_info_container pic; member in struct:pcap1_info_probe
158 struct pcap1_info_container pic; member in struct:pcap1_info_comment
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.c357 #define pic 3.1415926535897932 macro
361 static double pi = pic,
362 twopi =pic * 2.0,
363 piover4 = pic / 4.0,
364 fouroverpi = 4.0 / pic,
365 piover2 = pic / 2.0;
549 temp += pic;
551 temp -= pic;
/external/valgrind/main/perf/
H A Dfbench.c353 #define pic 3.1415926535897932 macro
357 static double pi = pic,
358 twopi =pic * 2.0,
359 piover4 = pic / 4.0,
360 fouroverpi = 4.0 / pic,
361 piover2 = pic / 2.0;
545 temp += pic;
547 temp -= pic;
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DSimpleWaterProcessor.java249 protected void displayMap(Renderer r, Picture pic, int left) { argument
254 pic.setPosition(left, h / 20f);
256 pic.setWidth(128);
257 pic.setHeight(128);
258 pic.updateGeometricState();
259 rm.renderGeometry(pic);

Completed in 619 milliseconds

12