HomeSort by relevance Sort by last modified time
    Searched defs:source_rect (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/cc/resources/
resource_update.h 22 const gfx::Rect& source_rect,
31 gfx::Rect source_rect; member in struct:cc::ResourceUpdate
prioritized_resource.cc 81 const gfx::Rect& source_rect,
88 resource_id(), image, image_rect, source_rect, dest_offset); local
  /external/chromium_org/ppapi/shared_impl/
compositor_layer_data.h 73 source_rect(PP_MakeFloatRectFromXYWH(0.0f, 0.0f, 0.0f, 0.0f)) {}
76 PP_FloatRect source_rect; member in struct:ppapi::CompositorLayerData::ImageLayer
82 source_rect(PP_MakeFloatRectFromXYWH(0.0f, 0.0f, 1.0f, 1.0f)),
87 PP_FloatRect source_rect; member in struct:ppapi::CompositorLayerData::TextureLayer
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 226 webrtc::DesktopRect source_rect = local
228 source_rect = webrtc::DesktopRect::MakeLTRB(
229 RoundToTwosMultiple(source_rect.left()),
230 RoundToTwosMultiple(source_rect.top()),
231 source_rect.right(),
232 source_rect.bottom());
236 webrtc::DesktopRegion intersection(source_rect);
242 int y_offset = CalculateYOffset(source_rect.left(), source_rect.top(),
244 int uv_offset = CalculateUVOffset(source_rect.left(), source_rect.top()
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 128 gfx::Rect source_rect(test_window_->bounds().size());
130 test_window(), root_window(), &source_rect); local
137 source_rect, local
  /external/chromium_org/printing/
pdf_metafile_cg_mac.cc 184 CGRect source_rect = CGPDFPageGetBoxRect(pdf_page, kCGPDFCropBox); local
187 (source_rect.size.width > source_rect.size.height);
192 rotate ? source_rect.size.height : source_rect.size.width;
194 rotate ? source_rect.size.width : source_rect.size.height;
209 const float x_origin_offset = -1 * source_rect.origin.x;
210 const float y_origin_offset = -1 * source_rect.origin.y;
  /hardware/qcom/display/msm8084/libcopybit/
c2dExt.h 44 C2D_LENSCORRECT_SOURCE_RECT = (1 << 3), /*!< enables source_rect field. When set, client has to provide C2D_LENSCORRECT_OBJECT.source_rect
58 C2D_RECT source_rect; /*!< region of the source surface, 16.16 fp */ member in struct:C2D_LENSCORRECT_OBJ_STR
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer.cc 525 // source_rect starts as a full-sized tile with border texels included.
526 gfx::Rect source_rect = tiler_->TileRect(tile); local
527 source_rect.Intersect(dirty_rect);
529 // make sure that source_rect doesn't extend outside of it.
530 source_rect.Intersect(paint_rect);
532 tile->update_rect = source_rect;
534 if (source_rect.IsEmpty())
540 gfx::Vector2d dest_offset = source_rect.origin() - anchor;
545 gfx::Vector2d paint_offset = source_rect.origin() - paint_rect.origin();
548 CHECK_LE(paint_offset.x() + source_rect.width(), paint_rect.width())
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
c2d2.h 215 C2D_SOURCE_RECT_BIT = (1 << 0), /* enables source_rect field */
223 C2D_MASK_ALIGN_BIT = (1 << 8), /* aligns mask to source_rect */
354 * The source_rect first defines the content of the source surface,
375 C2D_RECT source_rect; /* region of the source surface, 16.16 fp */ member in struct:C2D_OBJECT_STR
    [all...]

Completed in 375 milliseconds