HomeSort by relevance Sort by last modified time
    Searched full:clip_rect (Results 1 - 25 of 39) sorted by null

1 2

  /external/pdfium/core/fxge/dib/
cstretchengine_unittest.cpp 20 FX_RECT clip_rect; local
29 CStretchEngine engine(nullptr, FXDIB_8bppRgb, 500, 500, clip_rect, dib_source,
cstretchengine.h 26 const FX_RECT& clip_rect,
cstretchengine.cpp 224 const FX_RECT& clip_rect,
236 m_DestClip = clip_rect;
237 uint32_t size = clip_rect.Width();
273 double src_left = scale_x * (clip_rect.left + base_x);
274 double src_right = scale_x * (clip_rect.right + base_x);
275 double src_top = scale_y * (clip_rect.top + base_y);
276 double src_bottom = scale_y * (clip_rect.bottom + base_y);
cfx_dibsource.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.h 58 FX_RECT* clip_rect);
cpdf_annotlist.cpp 169 FX_RECT* clip_rect) {
195 if (clip_rect) {
198 annot_rect.Intersect(*clip_rect);
  /external/pdfium/core/fxge/
ifx_renderdevicedriver.cpp 81 const FX_RECT& clip_rect,
ifx_renderdevicedriver.h 101 const FX_RECT& clip_rect,
  /frameworks/base/core/proto/android/view/
remote_animation_target.proto 37 optional .android.graphics.RectProto clip_rect = 5;
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 1293 FX_RECT clip_rect = image_rect; local
    [all...]
fx_win32_print.cpp 79 FX_RECT clip_rect(left, top, left + pSrcRect->Width(),
83 pSource->GetHeight(), &clip_rect, 0,
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 126 FX_RECT& clip_rect,
cpdf_renderstatus.cpp 1074 CFX_FloatRect clip_rect = pObj2Device->GetInverse().TransformRect( local
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.h 141 const FX_RECT& clip_rect,
fx_skia_device.cpp     [all...]
  /external/skia/src/core/
SkPictureFlat.h 30 CLIP_RECT,
  /external/skqp/src/core/
SkPictureFlat.h 30 CLIP_RECT,
  /frameworks/base/core/java/android/view/
RemoteAnimationTarget.java 19 import static android.app.RemoteAnimationTargetProto.CLIP_RECT;
200 clipRect.writeToProto(proto, CLIP_RECT);
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm 504 DesktopRect clip_rect = DesktopRect::MakeSize(frame.size());
518 copy_rect.IntersectWith(clip_rect);
548 copy_rect.IntersectWith(clip_rect);
    [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 85 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 85 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 85 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 85 SDL_Rect clip_rect; /**< Read-only */ member in struct:SDL_Surface
  /external/pdfium/fpdfsdk/
fpdfview.cpp 1036 FX_RECT clip_rect = clipping_rect.ToFxRect(); local
    [all...]

Completed in 891 milliseconds

1 2