Home
last modified time | relevance | path

Searched defs:dst_end (Results 1 – 7 of 7) sorted by relevance

/external/qemu/android/skin/
Dargb.h245 uint8_t* dst_end = dst + 4*op->rd.w; in ARGB_SCALE_GENERIC() local
341 uint8_t* dst_end = dst + 4*op->rd.w; in scale_05_to_10() local
486 uint8_t* dst_end = dst + 4*op->rd.w; in scale_up_bilinear() local
573 uint8_t* dst_end = dst + 4*op->rd.w; in ARGB_SCALE_UP_QUICK_4x4() local
827 uint8_t* dst_end = dst + 4*op->rd.w; in ARGB_SCALE_NEAREST() local
Dimage.c154 unsigned* dst_end = dst + w*h; in blend_image() local
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc195 uint32_t* dst_end = dst + (img->width * img->height); in CaptureCursor() local
Dscreen_capturer_x11.cc374 uint32_t* dst_end = dst + (img->width * img->height); in CaptureCursor() local
/external/lldb/source/Core/
DDataExtractor.cpp476 uint16_t *dst_end = dst_pos + count; in GetU16() local
535 uint32_t *dst_end = dst_pos + count; in GetU32() local
592 uint64_t *dst_end = dst_pos + count; in GetU64() local
/external/chromium_org/v8/src/arm64/
Dcodegen-arm64.cc192 Register dst_end = x12; in GenerateSmiToDouble() local
289 Register dst_end = x12; in GenerateDoubleToObject() local
/external/llvm/include/llvm/Support/
DGCOV.h335 EdgeIterator dst_end() const { return DstEdges.end(); } in dst_end() function