/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_log.h | 204 /* NOTE: we identify xfer buffer from upper 2 bits (11) */
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter.cpp | 808 static XferInterp interpret_xfermode(const SkPaint& paint, SkXfermode* xfer, 812 if (SkXfermode::AsMode(xfer, &mode)) { [all...] |
SkPaint.cpp | 2370 SkXfermode* xfer = this->getXfermode(); local [all...] |
SkDraw.cpp | 915 static bool xfermodeSupportsCoverageAsAlpha(SkXfermode* xfer) { 917 if (!SkXfermode::AsCoeff(xfer, NULL, &dc)) { [all...] |
/external/skia/src/core/ |
SkBlitter.cpp | 805 static XferInterp interpret_xfermode(const SkPaint& paint, SkXfermode* xfer, 809 if (SkXfermode::AsMode(xfer, &mode)) { [all...] |
SkPicturePlayback.cpp | [all...] |
SkDraw.cpp | 909 static bool xfermodeSupportsCoverageAsAlpha(SkXfermode* xfer) { 911 if (!SkXfermode::AsCoeff(xfer, NULL, &dc)) { [all...] |
SkPaint.cpp | 2440 SkXfermode* xfer = this->getXfermode(); local [all...] |
/external/valgrind/main/VEX/priv/ |
host_ppc_isel.c | [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.cpp | 776 unsigned avail, xfer, bufsize; local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/ |
asound.h | 361 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/ |
asound.h | 361 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ [all...] |
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFDevice.cpp | 458 // expands the clip and then uses any xfer mode that uses dst: [all...] |
SkPDFShader.cpp | 600 // the first shader, applying the xfer mode and drawing again with the [all...] |
/external/qemu/slirp/ |
tcp_input.c | 472 * of a uni-directional data xfer. If the packet has 476 * forward, we're the sender side of the xfer. Just [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 477 * of a uni-directional data xfer. If the packet has 481 * forward, we're the sender side of the xfer. Just [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 473 // expands the clip and then uses any xfer mode that uses dst: [all...] |
SkPDFShader.cpp | 600 // the first shader, applying the xfer mode and drawing again with the [all...] |
/external/fio/engines/ |
net.c | 533 td_verror(td, io_u->error, "xfer");
|
/external/kernel-headers/original/uapi/sound/ |
asound.h | 386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ [all...] |
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
asound.h | 386 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
smtplib.py | 468 """SMTP 'mail' command -- begins mail xfer session."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
smtplib.py | 468 """SMTP 'mail' command -- begins mail xfer session."""
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/ |
SkPdfRenderer.cpp | 623 SkPaint xfer; local 624 xfer.setXfermodeMode(SkXfermode::kSrcOut_Mode); 625 canvas->drawBitmapRect(*sMask, dst, &xfer); [all...] |
/external/skia/experimental/PdfViewer/src/ |
SkPdfRenderer.cpp | 623 SkPaint xfer; local 624 xfer.setXfermodeMode(SkXfermode::kSrcOut_Mode); 625 canvas->drawBitmapRect(*sMask, dst, &xfer); [all...] |