HomeSort by relevance Sort by last modified time
    Searched refs:dest_rect (Results 1 - 15 of 15) 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/src/fxge/ge/
fx_ge_device.cpp 367 FX_RECT dest_rect(left, top,
370 dest_rect.Intersect(m_ClipBox);
371 if (dest_rect.IsEmpty()) {
374 FX_RECT src_rect(dest_rect.left - left, dest_rect.top - top,
375 dest_rect.left - left + dest_rect.Width(),
376 dest_rect.top - top + dest_rect.Height());
386 int bg_pixel_width = FXSYS_round(dest_rect.Width() * fScaleX)
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 760 FX_RECT dest_rect = clip_box; local
761 dest_rect.Intersect(image_rect);
763 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top,
764 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top);
768 m_pRenderStatus->CompositeDIBitmap(pStretched.get(), dest_rect.left,
769 dest_rect.top, m_FillArgb, m_BitmapAlpha,
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 358 FX_RECT dest_rect(src_rect.left + x_offset, src_rect.top + y_offset,
361 dest_rect.Intersect(dest_bound);
363 dest_rect.Intersect(pClipRgn->GetBox());
365 dest_left = dest_rect.left;
366 dest_top = dest_rect.top;
369 width = dest_rect.right - dest_rect.left;
370 height = dest_rect.bottom - dest_rect.top;
    [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 617 FX_RECT dest_rect = clip_box; local
618 dest_rect.Intersect(image_rect);
620 dest_rect.left - image_rect.left, dest_rect.top - image_rect.top,
621 dest_rect.right - image_rect.left, dest_rect.bottom - image_rect.top);
625 CompositeDIBitmap(pStretched, dest_rect.left, dest_rect.top, m_FillArgb,
    [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/msmcobalt/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/src/fxge/agg/src/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 531 FX_RECT& dest_rect,
  /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 273 milliseconds