HomeSort by relevance Sort by last modified time
    Searched refs:dest_rect (Results 1 - 16 of 16) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame.cc 32 const DesktopRect& dest_rect) {
33 assert(DesktopRect::MakeSize(size()).ContainsRect(dest_rect));
35 uint8_t* dest = GetFrameDataAtPos(dest_rect.top_left());
36 for (int y = 0; y < dest_rect.height(); ++y) {
37 memcpy(dest, src_buffer, DesktopFrame::kBytesPerPixel * dest_rect.width());
45 const DesktopRect& dest_rect) {
47 DesktopRect::MakeOriginSize(src_pos, dest_rect.size())));
50 src_frame.stride(), dest_rect);
desktop_frame.h 62 // Copies pixels from a buffer or another frame. |dest_rect| rect must lay
65 const DesktopRect& dest_rect);
68 const DesktopRect& dest_rect);
  /external/pdfium/core/fxge/ge/
cfx_renderdevice.cpp 719 FX_RECT dest_rect(left, top,
722 dest_rect.Intersect(m_ClipBox);
723 if (dest_rect.IsEmpty())
725 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top,
726 dest_rect.left - left + dest_rect.Width(),
727 dest_rect.top - top + dest_rect.Height());
736 int bg_pixel_width = FXSYS_round(dest_rect.Width() * fScaleX)
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_imagerenderer.cpp 477 FX_RECT dest_rect = clip_box; local
478 dest_rect.Intersect(image_rect);
480 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top,
481 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top);
485 m_pRenderStatus->CompositeDIBitmap(pStretched.get(), dest_rect.left,
486 dest_rect.top, m_FillArgb, m_BitmapAlpha,
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 389 FX_RECT dest_rect(src_rect.left + x_offset, src_rect.top + y_offset,
392 dest_rect.Intersect(dest_bound);
394 dest_rect.Intersect(pClipRgn->GetBox());
396 dest_left = dest_rect.left;
397 dest_top = dest_rect.top;
400 width = dest_rect.right - dest_rect.left;
401 height = dest_rect.bottom - dest_rect.top;
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidget.cpp 700 FX_RECT dest_rect = clip_box; local
701 dest_rect.Intersect(image_rect);
703 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top,
704 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top);
708 CompositeDIBitmap(pStretched.get(), dest_rect.left, dest_rect.top,
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.cpp 450 LayerRect dest_rect = blit_layer->src_rect; local
451 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect);
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
blit_engine_c2d.cpp 465 LayerRect dest_rect = blit_layer->src_rect; local
466 int ret_val = DrawRectUsingCopybit(hwc_layer, bottom_layer, src_rect, dest_rect);
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/fxge/
fx_dib.h 527 FX_RECT& dest_rect,
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 1218 hwc_rect_t dest_rect; local
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 1206 hwc_rect_t dest_rect; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp 1524 hwc_rect_t dest_rect; local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp 1432 hwc_rect_t dest_rect; local
    [all...]

Completed in 441 milliseconds