Searched refs:pic (Results 51 - 75 of 168) sorted by relevance

1234567

/external/skia/tests/
H A DPathOpsSkpClipTest.cpp540 static SkMSec timePict(SkPicture* pic, SkCanvas* canvas) { argument
542 int pWidth = pic->width();
543 int pHeight = pic->height();
554 pic->draw(canvas);
564 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) { argument
570 pic->draw(canvas);
586 SkPicture* pic = NULL; local
616 pic = SkPicture::CreateFromStream(&stream, &SkImageDecoder::DecodeMemory);
617 if (!pic) {
621 int width = pic
[all...]
H A DSkpSkGrTest.cpp333 static SkMSec timePict(SkPicture* pic, SkCanvas* canvas) { argument
335 int pWidth = pic->width();
336 int pHeight = pic->height();
347 pic->draw(canvas);
357 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) { argument
363 pic->draw(canvas);
379 SkPicture* pic = NULL; local
400 pic = SkPicture::CreateFromStream(&stream, &SkImageDecoder::DecodeMemory);
401 if (!pic) {
405 int pWidth = pic
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dh264_dpb.h87 void StorePic(H264Picture* pic);
/external/chromium_org/third_party/skia/dm/
H A DDM.cpp141 SkAutoTUnref<SkPicture> pic(
143 if (pic.get() == NULL) {
149 tasks->add(SkNEW_ARGS(DM::SKPTask, (reporter, tasks, pic, filename)));
150 tasks->add(SkNEW_ARGS(DM::PDFTask, (reporter, tasks, pic, filename, RASTERIZE_PDF_PROC)));
/external/chromium_org/third_party/skia/tests/
H A DSkpSkGrTest.cpp331 static SkMSec timePict(SkPicture* pic, SkCanvas* canvas) { argument
333 int pWidth = pic->width();
334 int pHeight = pic->height();
345 pic->draw(canvas);
355 static void drawPict(SkPicture* pic, SkCanvas* canvas, int scale) { argument
361 pic->draw(canvas);
377 SkPicture* pic = NULL; local
398 pic = SkPicture::CreateFromStream(&stream, &SkImageDecoder::DecodeMemory);
399 if (!pic) {
403 int pWidth = pic
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DMachO_x86-64_PIC_relocations.s1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %t.o %s
/external/qemu/include/hw/i386/
H A Dpc.h124 int pcspk_audio_init(qemu_irq *pic);
127 PCIBus *i440fx_init(PCIDevice **pi440fx_state, qemu_irq *pic);
159 qemu_irq *pic);
161 qemu_irq *pic);
/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);
H A Dvocab.h88 bool getPIC( int pronIndex, int picIndex, std::string &pic );
/external/valgrind/main/gdbserver_tests/
H A Dmake_local_links76 # We need at least a 7.1 version to run the 'pic' executable tests
78 check_version 7.1 gdbserver_tests/gdb.pic "pic executable tests"
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs26 LowLevelTypes.PROCESSINFOCLASS pic,
24 NtQueryInformationProcess( IntPtr hProcess, LowLevelTypes.PROCESSINFOCLASS pic, ref LowLevelTypes.PROCESS_BASIC_INFORMATION pbi, int cb, out int pSize) argument
/external/llvm/test/MC/Sparc/
H A Dsparc-pic.s1 ! RUN: llvm-mc %s -arch=sparcv9 --relocation-model=pic -filetype=obj | llvm-readobj -r | FileCheck %s
/external/qemu/include/hw/android/goldfish/
H A Ddevice.h40 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count);
/external/skia/dm/
H A DDM.cpp183 SkAutoTUnref<SkPicture> pic(SkPicture::CreateFromStream(stream.get()));
184 if (pic.get() == NULL) {
189 tasks->add(SkNEW_ARGS(DM::SKPTask, (reporter, tasks, pic->clone(), filename)));
190 tasks->add(SkNEW_ARGS(DM::PDFTask, (reporter, tasks, pic->clone(), filename,
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86gas.pl118 elsif (($::aout and !$::pic) or $::macosx)
191 if (($::pic && ($::elf || $::aout)) || $::macosx)
248 $initseg.=".type $ctor,\@function\n" if ($::pic);
H A Dx86asm.pl283 $pic=0;
284 for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); }
/external/openssl/crypto/perlasm/
H A Dx86gas.pl111 elsif (($::aout and !$::pic) or $::macosx)
185 if (($::pic && ($::elf || $::aout)) || $::macosx)
240 $initseg.=".type $ctor,\@function\n" if ($::pic);
H A Dx86asm.pl253 $pic=0;
254 for (@ARGV) { $pic=1 if (/\-[fK]PIC/i); }
/external/qemu/hw/arm/
H A Darmv7m.c162 static qemu_irq pic[64]; local
208 pic[i] = qdev_get_gpio_in(nvic, i);
240 return pic;
/external/qemu/hw/pci-host/
H A Dpiix.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/chromium_org/third_party/libwebp/webp/
H A Dencode.h424 WEBP_EXTERN(int) WebPPictureRescale(WebPPicture* pic, int width, int height);
485 WEBP_EXTERN(void) WebPBlendAlpha(WebPPicture* pic, uint32_t background_rgb);
/external/chromium_org/third_party/skia/experimental/nanomsg/
H A Dpicture_demo.cpp66 SkPicture* pic = SkPicture::CreateFromStream(&stream); local
71 return pic;
/external/chromium_org/third_party/skia/tools/
H A Dbbh_shootout.cpp58 * @param pic The picture to draw to the renderer.
64 SkPicture* pic,
69 renderer->init(pic, NULL, NULL, NULL, false);
62 do_benchmark_work(sk_tools::PictureRenderer* renderer, BBoxType bBoxType, SkPicture* pic, const int numRepeats, Timer* timer) argument
/external/llvm/test/MC/PowerPC/
H A Dppc64-initial-cfa.s3 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
7 # RUN: llvm-mc -triple=powerpc64le-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
/external/qemu/hw/android/goldfish/
H A Ddevice.c14 #include "hw/arm/pic.h"
215 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count) argument
217 goldfish_pic = pic;

Completed in 522 milliseconds

1234567