HomeSort by relevance Sort by last modified time
    Searched refs:SetRect (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.idl 85 HRESULT SetRect(
ddstream.h 344 virtual HRESULT STDMETHODCALLTYPE SetRect(
401 HRESULT (STDMETHODCALLTYPE *SetRect)(
425 #define IDirectDrawStreamSample_SetRect(This,pRect) (This)->lpVtbl->SetRect(This,pRect)
458 return This->lpVtbl->SetRect(This,pRect);
docobj.h 171 virtual HRESULT WINAPI SetRect(LPRECT prcView) = 0;
191 HRESULT (WINAPI *SetRect)(IOleDocumentView *This,LPRECT prcView);
213 #define IOleDocumentView_SetRect(This,prcView) (This)->lpVtbl->SetRect(This,prcView)
    [all...]
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 92 virtual void SetRect(const CPDF_Rect& rect) {}
133 void SetRect(const CPDF_Rect& rect) override;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.h 97 void SetRect(const hwc_rect_t &source, LayerRect *target);
98 void SetRect(const hwc_frect_t &source, LayerRect *target);
hwc_layers.cpp 109 SetRect(damage.rects[i], &rect);
175 SetRect(frame, &dst_rect);
196 SetRect(crop, &src_rect);
250 SetRect(visible.rects[i], &rect);
265 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) {
272 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) {
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.h 97 void SetRect(const hwc_rect_t &source, LayerRect *target);
98 void SetRect(const hwc_frect_t &source, LayerRect *target);
hwc_layers.cpp 119 SetRect(damage.rects[i], &rect);
185 SetRect(frame, &dst_rect);
206 SetRect(crop, &src_rect);
260 SetRect(visible.rects[i], &rect);
275 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) {
282 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) {
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 97 SetRect(&rect, 0, 0, width, height);
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.h 107 void SetRect(const DesktopRect& rect);
window_capturer_mac.mm 225 frame->mutable_updated_region()->SetRect(
screen_capturer_helper_unittest.cc 36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4));
window_capturer_win.cc 240 frame->mutable_updated_region()->SetRect(
screen_capturer_x11.cc 372 updated_region->SetRect(screen_rect);
window_capturer_x11.cc 305 frame->mutable_updated_region()->SetRect(
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.h 148 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
149 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
hwc_display.cpp 456 SetRect(scaled_display_frame, &layer->dst_rect);
457 SetRect(hwc_layer.sourceCropf, &layer->src_rect);
465 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect);
471 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect);
743 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) {
750 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) {
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display.h 161 inline void SetRect(const hwc_rect_t &source, LayerRect *target);
162 inline void SetRect(const hwc_frect_t &source, LayerRect *target);
hwc_display.cpp 470 SetRect(scaled_display_frame, &layer->dst_rect);
471 SetRect(hwc_layer.sourceCropf, &layer->src_rect);
479 SetRect(hwc_layer.visibleRegionScreen.rects[j], &visible_rect);
485 SetRect(hwc_layer.surfaceDamage.rects[j], &dirty_rect);
799 void HWCDisplay::SetRect(const hwc_rect_t &source, LayerRect *target) {
806 void HWCDisplay::SetRect(const hwc_frect_t &source, LayerRect *target) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h 109 void SetRect(const LayerRect &source, mdp_rect *target);
hw_device.cpp 229 SetRect(pipe_info->src_roi, &mdp_layer.src_rect);
230 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect);
649 void HWDevice::SetRect(const LayerRect &source, mdp_rect *target) {
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_device.h 112 void SetRect(const LayerRect &source, mdp_rect *target);
hw_device.cpp 287 SetRect(pipe_info->src_roi, &mdp_layer.src_rect);
288 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect);
714 void HWDevice::SetRect(const LayerRect &source, mdp_rect *target) {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 129 void SetRect(const CLST_Rect& rect);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 40 void CFX_ListItem::SetRect(const CLST_Rect& rect) {
138 pListItem->SetRect(CLST_Rect(0.0f, fPosY, 0.0f, fPosY + fListItemHeight));

Completed in 503 milliseconds

1 2